var fDesc=new Array(); fDesc[0] = "Duplicate Photos Fixer Pro is a powerful, easy-to-use duplicate image removal utility. It eliminates the need to sift through thousands of images in search of duplicate and similar photos. Simply launch the software and identify the photos and folders of your choice. Then choose the type of scan, and delete duplicate copies of images in a flash. Removing duplicates releases disk space and saves time."; 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 = ''; } }