var fDesc=new Array(); fDesc[1] = "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[2] = "incredible application seeks out and repairs those issues in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications."; fDesc[3] = "your Windows becomes more stable if you keep using Premium Booster."; fDesc[4] = "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[5] = "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[6] = "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[7] = "potentially dangerous errors. If you´re not registered, that´s all you can do. In order to fix the errors found, you must purchase a license. To do this, you must register online to http://www.pcbugdoctor .com/registernew.php and acquire a yearly subscription or a lifetime license."; fDesc[8] = "in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications."; fDesc[9] = "problems, and will then repair those errors instantaneously. - FREE DOWNLOAD"; fDesc[10] = "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[11] = "guarantees protection. This incredible application seeks out and repairs those issues in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications."; fDesc[12] = "will make a system PC cleaner and more efficient. It is easy to use so the user can clean and repair Windows registry problems with a few simple clicks."; 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] = "scan your pc, and delete or recover files. You can also create a restore point or an automatic backup of the deleted entries. It also permits you to defrag and schedule the scanning according to your preferences."; fDesc[15] = "registry are a common cause of Windows crashes and error messages."; 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 = '...'; } }