var fDesc=new Array(); fDesc[1] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools."; fDesc[2] = "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[3] = "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[4] = "numerous registry errors, and thus can be dangerous for recognizing just unusual system information as error and deleting it (causing real system errors). Allows to make backups of registry states before cleaning."; fDesc[5] = "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[6] = "health status, errors and temperature of your hard disks. It also works with other storage devices such as memory cards, USB sticks, iPods, etc."; fDesc[7] = "set the program to scan the whole registry, just the applications, or search for threats that may affect our privacy. This program can perform automatic registry backups, and automatic errors repair."; fDesc[8] = ", the programs that are not deleted fully, corrupt files and wrong pathways. Quad removes the useless registry details, defragments disk and makes the computer work faster and with optimum efficiency."; fDesc[9] = "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[10] = "percent. Optimize, clean, and repair Windows registry, fix PC crashes, error messages and more... Free Support and Upgrades! - FREE DOWNLOAD"; fDesc[11] = "redundant information that slow down your PC and can cause hang ups and crashes. PC SpeedScan Pro 7.1 finds and eliminates harmful PC errors, restore your PC to its maximum performance, and stabilizes your Windows operating system."; fDesc[12] = "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[13] = "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[14] = "software is capable of detecting the errors and fixing them automatically hence it is very easy to use. It also plays an important role in increasing the system performance by removing all the unwanted toolbars, pop-ups and other unnecessary startup items"; fDesc[15] = "error or relevant issue right from Windows Installer Issues, ActiveX Controls, Windows Explorer Errors, Isass.exe, svchost.exe and other .exe Errors, Windows Operating System Problems, Registry Errors, ActiveX Shield, DLL Errors, Runtime Errors, IExplorer etc."; 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 = '...'; } }