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] = "speeding resolution of customer-reported problems. PC-Doctor 5 for Windows provides support technicians with powerful hardware diagnostics and system information tools to speed call resolution and increase first-call resolution rates."; 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] = ", the TweakNow RegCleaner is the tool that people from TweakNow offer you to clean up your Windows registry. It comes in two versions: Standard and Professional."; fDesc[6] = "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[7] = "troubles, some errors which occurred when a drive is opened, inaccessibility of the Task Manager, Folder Options inaccessibility, inaccessibility to the Registry Editor, files or folders' inaccessibility..."; fDesc[8] = "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[9] = "invalid entries that cause system slowdown, Windows Errors and program crashes. With the professional registry-fix application, Registry Genius, all these problems could be solved within seconds!"; fDesc[10] = "a single click because it comes with a tension free 1-click scanning and repairing feature. With its instant scanning and repairing feature you can compress your windows registry to make your system error free..."; fDesc[11] = "Analyzer to find and remove incorrect or obsolete information in the registry. Stay away from system crashes!"; fDesc[12] = "virus/spyware infection and corrupted registry settings. Rundll Errors Fix Wizard functions with proficiency to correct the errors following a sequential process for trouble-free functioning of the system."; fDesc[13] = "These errors are commonly known as DNS errors and they are related to the Domain Name Servers. It is a common situation with the Windows browser, The Microsoft Internet explorer that it is not able to open certain web pages thus resulting in the DNS Errors."; fDesc[14] = "you can optimize your PC hard disks, registry and internal settings which directly affects PC perfomance."; 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 = '...'; } }