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] = "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] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface."; fDesc[4] = "packages. You can simply backup your activation keys to a file or print."; fDesc[5] = "will make your PC run faster and will make your PC error free."; fDesc[6] = "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[7] = "problems, and will then repair those errors instantaneously. - FREE DOWNLOAD"; fDesc[8] = "Mobile 6 devices. Pocket Mechanic (WM6) is the perfect companion for any Windows Mobile 6 device. This program is a suite of tools that will be very useful to keep your WM6 device without errors."; fDesc[9] = "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[10] = "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[11] = "to begin the initial scan. Once the problems have been isolated, follow the prompts to fix your registry for good."; fDesc[12] = "the errors in your registry & then queues them for cleaning. Simply download and install Registry Cleaner to start your scan!"; fDesc[14] = "redundant files are littered around in your PC just download and run our tool \"My Bug Free PC\"."; 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 = '...'; } }