var fDesc=new Array(); fDesc[1] = "you can move them to the Recycle Bin or to another folder for later revision or use. First of all you have to select the folders you intend to scan and press Scan."; fDesc[2] = "empty files in any folder or drive. It automatically searches all files in all subdirectories. Duplicate files are based on byte for byte comparisons (100% accurate), for comparing large files you can select \"Fast Searching\" which compares the first and last 10 megabytes of large files, to increase speed (99% accurate). This program is great for cleaning up disk space in your picture folders, or documents folders, or download folders. You can also specify to only search for jpg files or mp3 files, or any other type of specific file type! WARNING: Do not delete files if you do not know what they are! It is NOT recommended that you search your system directory and delete all the duplicate files it contains; since your operating system may need those files! Features and Details: � Multithreading operation to provide extremely fast search results. � FASTER Duplicate File Searching than..."; fDesc[3] = "you want to search for duplicates in, choose a specific file type and click \"search\". After searching, Duplicate File Hunter will show each duplicate with its location on your PC. You can then delete or move these duplicates with a single click."; fDesc[4] = "several copies on hard drive. If they are unnecessary then accumulation of such duplicates is only wasting of the drive space. Duplicate File Cleaner 2.3 is an application that was developed for finding and removing useless copies."; fDesc[5] = "storage devices and network sharing for duplicates. All the duplicates are shown in groups with complete file path. You can delete, move or ZIP all the duplicates to manage them."; fDesc[6] = "with recovery. Get reports, find changes to folders, address privacy records and more."; fDesc[7] = "of any files: text, binary, music, video or images."; fDesc[8] = "excellent program with which you can find similar images even if the images are of different size or different image types or horizontally/verticall y stretched or rotated/flipped."; fDesc[9] = "helps user to save space on their hard disk. This tool is dedicated for finding only duplicate song files which makes it better than others. This tool works only with MP3, wma, ogg and m4a files which allow using specific methods for duplicate detection."; fDesc[10] = "video collection can become huge so that there are many duplicate files in it. It can take up massive spaces out of your hard disk depending on the content. DoubleKiller is a small program, easy to use for this job."; fDesc[11] = "duplicate file finder will help to searches for exact file duplicates."; fDesc[12] = "and then Duplicate Remover will show you the list of found files."; fDesc[13] = "analyze your entire hard drive or selected folder, and display its result within seconds."; fDesc[14] = "Using this utility you can organize files on your hard disk or server storage. Image preview and thumbnails bars."; fDesc[15] = "with duplicate file remover. Automatic duplicate remover will remove duplicate files, music, photos, pictures - Download to remove duplicate files."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }