var fDesc=new Array(); fDesc[0] = "Duplicate File Finder is a program that allows you to find the duplicate images, videos and songs from your computer. You can view your hard drive contents in a Windows Explorer style tree, export list of files to a temporary text file for later use and you can send any selected file or folder to Recycle Bin in order to clean up your hard disk."; 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 = ''; } }