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] = "redundant information that slow down your PC and can cause hang ups and crashes. PC SpeedScan Pro 7.1 finds and eliminates harmful PC errors, restore your PC to its maximum performance, and stabilizes your Windows operating system."; fDesc[3] = "or has a different time, date creation or location, on the inside the file is the same. Build checksum files from files on CD, DVD or even external hard drives, using them to compare whether these files already exist on your system"; fDesc[4] = ", such as ASF, MOV, and MPG. It helps you synchronize existing subtitles, or edit them by adding new ones and deleting redundant text. You can split a subtitle file in parts to fit the video, and you can always check the results in its built-in WM-based viewer."; fDesc[5] = "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[6] = "able to work directly with your FLAC audio files, and create specific CUE files to be used with both the individual tracks and the image FLAC files created by AutoFLAC – you will not need to convert them back into WAV before burning them to disc."; fDesc[7] = "you. This helps avoid the often unnecessary and frustrating task of reinstalling Windows or specific problem programs."; fDesc[8] = "space. Clone files are identified by a byte-by-byte scanning of specific folders, thereby assuring that the files are absolutely identical.  Side-by-side comparison of folder contents is possible by a twin browser interface."; fDesc[9] = "information in Windows registry, your system will run faster and error free."; fDesc[10] = "data, cookies, temp files, redundant files, setup files, etc."; fDesc[11] = "features that will make your work much more suitable and effective. It will give you all the details of date and time term search plus the details about the date and time of creating, accessing and modifying any file."; fDesc[12] = "scheduler inside Mr. Mirror is great – it lets you schedule the backup procedure every few minutes as you desire, any/every day of the week you want, and even lets you run your own command line at the designated time.."; fDesc[13] = "changed file backup, non-redundant and encrypted file storage. Preset recovery options restore files, deleted files, or complete system."; fDesc[14] = "redundant files are littered around in your PC just download and run our tool \"My Bug Free PC\"."; fDesc[15] = "list of file masks, file age, maximum file size. Program can create backup copies of replacing and deleting 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 = '...'; } }