var fDesc=new Array(); fDesc[0] = "PhotoFinder creates high-quality thumbnail images for all the photos on a hard drive. View these thumbnails at 50%, 100% or 200% to quickly review and locate photos in a folder you select, which can be the entire hard drive. Use the printing feature to create high quality printed proof sheets. Easily supports tens of thousands of photos."; 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 = ''; } }