var fDesc=new Array(); fDesc[0] = "You may not realize how many duplicate files you have after downloaded many files from the Internet or duplicate files scattered over your home or corporate network. Duplicate files are usually waste and unnecessary keeping them is merely a waste of valuable hard disk space. Your hard drives may be full of documents, iTunes, iPod, MP3, Photos, and Video and many of them are redundant.

Duplicate File Finder, is a FREE tool designed to find and delete duplicate files over home and corporate network while no software installed on other computer. Fast byte-to-byte and CRC32 comparison gives you the most accurate results and duplicate file finder searches duplicate file contents regardless of filename. A list of find duplicate files can be sorted, exported, and acted upon. A search session including results can be saved. Duplicate files can be remove, moved, or copied."; 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 = ''; } }