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] = "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[4] = "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[5] = "error messages and protects privacy."; fDesc[6] = "increase your PC’s performance while you are working. This utility will automatically switch the foreground program to the highest priority. This program can also increase you PCs free RAM, increasing the general performance of your computer as well."; 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] = "problems, and will then repair those errors instantaneously. - FREE DOWNLOAD"; fDesc[9] = "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[10] = "Registry defragmenting. Also autoinitialization programs can be worked on, deleted or added."; fDesc[11] = "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[12] = ", History Cleaner, and Startup Cleaner"; fDesc[13] = "and uninstallations, spyware entries etc. It gives a boost to system performance by removing inconsistencies. Get a free registry fix scan"; fDesc[14] = "option that lets you restore the registry in case you run into problems."; fDesc[15] = "and reliable way. It scans your entire registry for any invalid or obsolete entries and provides a list of the registry errors found."; 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 = '...'; } }