var fDesc=new Array(); fDesc[0] = "Duplicate Cleaner Pro's straightforward interface makes it a snap to start searching for duplicates. You can narrow your search by the type of file, sizes, dates and more. You can specify which drives and folders to look in, and you even get an option to search inside Zip archives.

You're not on your own when selecting which duplicate files to remove. The Selection Assistant lets you select files by groups, dates, drives, folders and more. You can select a favorite folder, and remove files that duplicate it elsewhere, or maybe select the smallest images, or the lowest quality MP3."; 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 = ''; } }