var fDesc=new Array(); fDesc[0] = "Fast Duplicate File Finder FREEWARE will find duplicate files in a folder, computer or entire network. The application will compare the content of the files and will find duplicates even if they are using different file names.

The Professional version can find similar files regardless of their file types. It will analyze the file data in order to find duplicates and not just file attributes like name and size as the standard clone removers do. It uses advanced algorithms while searching for related files and provides accurate results, which is not true for the commonly advertised FUZZY search methods.

The duplicate remover uses fast binary comparison algorithm and has internal preview supporting a lot of image, video, music and text file formats. It can also preview the common file formats.

After the scan process is finished the program shows all the duplicated files in groups and can automatically mark the oldest for deleting. The auto-mark algorithm has advanced settings to exclude from auto mark files with user specified extensions, file sizes, file dates, and file names. A "source" folder can also be excluded from the auto mark. There is an option to protect system files and folders which is enabled by default and guarantees that the application will not remove any critical system files."; 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 = ''; } }