var fDesc=new Array(); fDesc[1] = "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[2] = "different wizards for searching different types of files. Just point it to a folder or drive where you want to search for duplicate files and Duplicate File Remover will search for all duplicate files and show them in groups, along with their location."; fDesc[3] = "like an add-in utility into Microsoft Outlook. You will have the chance to test this program per 30 days after you decide to buy the license."; fDesc[4] = "songs, movies, TV shows, podcasts, audiobooks and dead links for missing tracks. Clean up your music library quickly and easily. Provides a rich set of selection criteria for identifying duplicates and originals in your iTunes Music Library."; fDesc[5] = "systems. The program can perform his search on personal computers or in a network. Dupehunter Professional works with calculated Hash values of CRC-32 (32 bit), MD5 (128 bit) and SHA-1 (160 bit). A binary comparison is also available."; fDesc[6] = "galleries (collections). There are advanced opportunities of cataloging the galleries available on CDs and of further off-line work with them."; fDesc[7] = ", copied or moved to any folder. Works as an add-in for Microsoft Outlook 2000-2007."; fDesc[8] = "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[9] = "what you download. Thus, you end up with many duplicate files that will not only make your computer slow, but also take some hard drive space that you might need. Double File Finder makes certain that you don't have any duplicate files by showing you exactly where those files are."; fDesc[11] = "allows you to delete the repeated files found. It has an optional wizard to guide you during the search and delete processes, and default protection for vital files and folders."; fDesc[12] = "Microsoft Outlook’s easy interface lets you quickly and easily delete duplicates in your Microsoft Outlook Email, Contacts, Calendar and Tasks folders based on criterion specified by Anti-Dupe for Microsoft Outlook. Although the criterion that Anti-Dupe for Outlook uses to find duplicate records in Outlook folders is not customizable, you can specify in which Outlook folders and sub-folders that Anti-Dupe for Outlook will scan and delete duplicate records. Remove duplicate emails. Remove duplicate contacts. Remove duplicate appointments. Remove duplicate tasks."; fDesc[13] = "a file that is repeated. You don't want to waste space with pictures that appear plenty of time because they were badly organized. Neither you want to show off a slideshow with the same picture appearing on it 5 times."; fDesc[14] = "profiles the user can also select if he/she wants to delete duplicated files, add files from a music CD newly inserted in the CD Drive or ban certain files with according to a given criteria, for example, artist, album, etc."; fDesc[15] = "drives), so as to recover your valuable disk space."; 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 = '...'; } }