var fDesc=new Array(); fDesc[0] = "Duplicate File Finder Pro keeps your computer free of unnecessary files by finding and deleting duplicate files of your choice on your hard drives.

Duplicate File Finder Pro offers you the ability to add filters for each individual path that you want to scan. You can for example set it to only find *.mp3 files in C:\My music\ or files called backup.zip in D:\.

There are options for filtering files based on size, attribute, name and you can of course set the program to scan all of the subdirectories of the paths that you add. You can also exclude files and directories of your choice and scan for multiple filetypes."; 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 = ''; } }