var fDesc=new Array(); fDesc[0] = "DupZilla Duplicate File Finder is the best tool of its kind that searches your drives for duplicate files. The program is very easy to use because of it's advanced user interface which is laid out in a very intuitave way. You just follow the steps from left to right to select folders and clean up any duplicate files. It is very accurate in identifying the duplicate files using sophisticated algorithms.

Not only that, it is the fastest tool of it's kind! The program also offers advance features like including or excluding certain folders from your search, setting min/max size for the duplicate files you want to find, finding only certain types of files by their extensions like jpg, mp3, etc."; 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 = ''; } }