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] = "Security... that won?t slow you down!"; fDesc[3] = "system to slow down. There are a number of factors which cause the system to behave in such a manner. To fix these issues, we use Advanced System Optimizer Version 2.0. It removes Junk Files, Bad Registry Entries, Duplicate Files, your Internet History and other personal traces"; fDesc[4] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!"; fDesc[5] = "programs. It also works as a security tool to protect your data from unwanted hands and provides privacy for your personal computer work. The built-in Internet history eraser, cookie cleaner, add-ons manager and temporary Internet files cleaner keep your web browser running smoother."; fDesc[6] = "and invalid entries, and running in perfect conditions. On the left of the Main Window, we can select several options or modes, Registry category features: Editing, Manual Cleanup, Automatic Cleanup, Search and Replace, and Optimization."; fDesc[7] = "provide a list of the registry errors found with detailed information. After that you can choose to clean list items with selection or automatically repair them all."; fDesc[8] = "will make your PC run faster and will make your PC error free."; fDesc[9] = "for the computer to run faster and without errors. RegVac has a very easy-to-use smart interface. If we are active Internet users and like to try software, games, share music, video, etc, we need to have a tool like this one."; fDesc[10] = "features offered by this software are great due to high performance engines that ensure a clean-up of all non-compatible files in a go!. A backup registry also can be generated to ensure maximum security and performance for your PC."; fDesc[11] = "Windows registry involves many, many files to work with; each one has its own purpose to make Windows program runs. The Registry File is the brain into this file it will register all the software you have in your PC with all the required parameters to run under Windows platform."; fDesc[12] = ", History Cleaner, and Startup Cleaner"; fDesc[13] = "files for future reference and possible restoring. There are also some tools included: a startup manager, a BHO manager, and an Automatic Backup."; fDesc[14] = "that cause system slowdowns,freezing and crashing.RegistryEasy repairs registry problems to make your computer run like new again!"; fDesc[15] = "registry. By fixing these obsolete information in Windows Registry, your system will run faster and error free."; 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 = '...'; } }