var fDesc=new Array(); fDesc[1] = "scanning, a list of errors is shown - you can fix these with a single click. And if you hesitate to touch a thing as delicate as the registry, you always have the option to make a backup with Registry Mechanic before starting any test or repair."; fDesc[2] = "we are satisfied we can purchase it online and see if there is any offer available at the developer’s website. RegistryBooster has been designed to optimize our computer by scanning the registry files, and repairing and removing all the unnecessary ones."; fDesc[3] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc."; fDesc[4] = "Solomon algorithm and for verifying and repairing files that are corrupt or disnamed. It can be used to verify that a set of files have not been corrupted, or for reconstructing corrupt files, if you have sufficient Parity Volumes to match the missing or corrupt files."; fDesc[5] = "almost any type of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any file from devices with unknown file systems including Hard Disk, external ZIP/USB drive,removable SmartMedia, etc."; fDesc[6] = "files. These files are transmitted and stored for long periods of times, and it is not rare for them to get corrupted or damaged. RAR Repair Tool allows you to recover files stored in corrupted RAR files."; fDesc[7] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible."; fDesc[8] = "for corrupt files, missing startup programs, missing system fonts, invalid shortcuts, missing dll files, invalid application paths, invalid device drivers and other problems that may cause your system to become unstable."; fDesc[9] = "registry in under 2 minutes. Corrupt files, paths, and registry keys are analyzed and automatically repaired."; fDesc[10] = "drive crashes. The program can also restore corrupt partition tables or boot sectors. It is a powerful tool that is capable of recovering data from the operating system partitions, like FAT and NTFS."; fDesc[11] = "recycle bin or deleted permanently using the Shift + Delete keys. This incredible program has the ability to recover data from damaged, formatted, deleted or corrupt partitions and supports data recovery from FAT16, FAT32, NTFS and NTFS5 file systems."; fDesc[12] = "archives created by Windows backup software NTBACKUP.exe. Powerful bkf recovery tool to open bkf files got corrupted and serves as bkf reader tool."; fDesc[13] = "one media location to another. The software has the capability of copying the files which cannot be copied using the standard windows copy. The standard copy of windows is unable to copy files which are corrupt due to any cause."; fDesc[14] = "registry, frees wasted hard drive space, provides file recovery hard drive, removes evidence of your internet activities"; fDesc[15] = "files. Best ZIP file reader tool to restore music, images, documents, emails etc from corrupt ZIP 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 = '...'; } }