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] = "numerous registry errors, and thus can be dangerous for recognizing just unusual system information as error and deleting it (causing real system errors). Allows to make backups of registry states before cleaning."; fDesc[4] = "reliable and FREE tool that will fix the Registry and ensure fast, stable, and error-free computer performance."; fDesc[5] = "Registry Cleaner Pro is another revolutionary product in the software industry focusing on clearing the PC registry to enhance the computer speed. We generally end up in installing-uninstallin g many software however the uninstall process does not clear all footmarks."; fDesc[6] = "is one of those. This powerful application is able to scan and repair most common problems on your Windows Registry, and with just a couple of clicks."; fDesc[7] = "and more efficient. It removes unused files from your system, allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your on line activities such as your Internet history."; fDesc[8] = "invalid entries, and the best part, repairs your Registry for free. That's what Argente - Registry Cleaner does. It will scan, clean and fix your Windows Registry in a professional way, and you won't have to pay anything for that."; fDesc[9] = "provide a list of the registry errors found with detailed information. After that you can choose to clean list items with selection or automatically repair them all."; fDesc[10] = "increase the overall performance speed of your computer by as much as 300% BUG DOCTOR 2006 will fix all bugs and repair errors - FREE DOWNLOAD"; fDesc[11] = "from your computer. When you add and remove software and hardware on your computer, they cause your Windows registry to become fragmented, corrupted or full of errors."; fDesc[12] = "and remove software and hardware on your computer, they cause your Windows registry to become fragmented, corrupted or full of errors."; fDesc[13] = "is the same, though. What this application does is pretty simple. It prevents your system from failing unnecessarily by repairing errors in the Windows Registry."; fDesc[14] = "can become a serious problem for its’ performance. Registry Fast 4.0 is a small but very useful application with a range of included features for finding and repairing such errors."; fDesc[15] = "error or relevant issue right from Windows Installer Issues, ActiveX Controls, Windows Explorer Errors, Isass.exe, svchost.exe and other .exe Errors, Windows Operating System Problems, Registry Errors, ActiveX Shield, DLL Errors, Runtime Errors, IExplorer etc."; 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 = '...'; } }