var fDesc=new Array(); fDesc[0] = "Do you own a digital camera? Then in no time you will have thousands of images on your computer, and finding that one image you are looking for will become a chore. But Photo Supreme can change all that. Whether you have 1,000 or 500,000 images in your archive, Photo Supreme’s integrated photo cataloging and photo management features will help you quickly find and work with your desired image."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }