var fDesc=new Array(); fDesc[1] = "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[2] = "your Windows becomes more stable if you keep using Premium Booster."; fDesc[3] = ", pendrives, etc., and eliminate them if they are found suspicious. When you make a double click to access to an infected drive, the 'autorun.inf' file executes the malware and your system gets infected. This utility helps you to eliminate those files."; 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] = "every changes made are fully restorable to it's original condition. You can even make an exclusion list of registry entries that RegScrubXP will not consider as being a problem."; fDesc[6] = "Cache), checks your Internet Settings (HTTP, TCP/IP, IE, Firefox), unnecessary Start Up programs, checks your Registry to fix it and suggests some tweaking that can be made to enhance your system performance."; fDesc[7] = "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[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] = "neccesary files for the proper function of the programs are located. Even when, apparentely, everything related to a program is deleted upon unistallation that's not quite true. RegCleaner searches and removes obsolete entries from your Windows Registry"; fDesc[14] = "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[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 = '...'; } }