var fDesc=new Array(); fDesc[1] = "is very intuitive with excellent search functions. With the search criteria you can search multiple folder structures at once and specify all the functions for identifying the duplicates."; fDesc[2] = "users to search for true duplicates in folders or drives on your computer. The tool provides full Unicode support and greater safety by providing added scan options to protect system files and folders. The scanning process is quite fast and can also search sub directories."; fDesc[3] = "network without the need of it being installed on these other computers. It generates a list of duplicate files found which by the way can be sorted, exported and acted upon. It even lets the user save the results of a search."; fDesc[4] = "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] = "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[7] = "and then Duplicate Remover will show you the list of found files."; fDesc[8] = "It scans your computer and shows in a list the duplicated files found, and then you can select the duplicated files and delete them."; fDesc[9] = "and it really makes that task easier. This application also has an optional file and image preview feature, so you can immediately see the contents of the files you're working with."; fDesc[10] = "Using this utility you can organize files on your hard disk or server storage. Image preview and thumbnails bars."; fDesc[11] = "quite fast. However, my tests were not always successful, sometimes I couldn't find any result. You better try it and tell us what do you think."; fDesc[12] = "duplicate email messages. The \"Outlook Express Duplicate Message Remover\" will automatically find and remove duplicate messages."; fDesc[13] = "name. The built-in powerful marker filters duplicate files by date, folder and file name pattern. It has ability to search files which size larger than 4GB due to true 64-bit addressing. It searches duplicate file contents regardless of file name. It can export result list to XLS, CSV, HTML or XML format. It can preview common image format files. Key Features - Supports 64 bits file size, search duplicate files which > 4GB in size - Provide an option of True Byte-by-byte comparison, totally safe to delete files - Search duplicate file contents regardless of file name - User-Friendly interface and easy to use - After search is completed, you can copy, move, or delete files which have been selected - Supports searching file with Unicode file name - Powerful marker filters duplicate files by date, folder and file name pattern - Preview image files, supports BMP, JPEG, TIFF, PNG, PCX, TGA,..."; fDesc[14] = "name. The built-in powerful marker filters duplicate files by date, folder and file name pattern. It has ability to search files which size larger than 4GB due to true 64-bit addressing. It searches duplicate file contents regardless of file name. It can export result list to XLS, CSV, HTML or XML format. It can preview common image format files. It supports schedule searching. Key Features - Supports 64 bits file size, search duplicate files which > 4GB in size - Provide an option of True Byte-by-byte comparison, totally safe to delete files - Search duplicate file contents regardless of file name - User-Friendly interface and easy to use - After search is completed, you can copy, move, or delete files which have been selected - Supports searching file with Unicode file name - Powerful marker filters duplicate files by date, folder and file name pattern - Preview image files, supports..."; fDesc[15] = "hard drive, user can promptly monitor and swiftly manage new duplicates on the drive. Striclone saves not only space on your hard drives; it also saves time on the drive clean up process. The program's new feature - use of drives' images - can considerably speed up the search process. Image of drive is a special file, which stores information on files and folders located on drive. That information includes files and folders names, their size, date they were created and the files' so-called CRC (cycling redundancy check sum). The CRC sum is often used to uniquely identify a file. Striclone uses image of drive for speeding up the duplicate search. It creates the image only once and uses it multiple times instead of reloading the files' properties off the hard drive over each time. When a content of the drive changes, user may update the image of drive. Since it adopts only the updated..."; 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 = '...'; } }