var fDesc=new Array(); fDesc[1] = "database that fits in a 2.5MB JAR file. Java DB 10.5.3.0 adds bug fixes plus message localizations to the features introduced in Java DB 10.5.1."; fDesc[2] = "performance and error messages. MV RegClean 5.5 accomplishes this by repairing invalid registry entries and removing orphaned references. Of course, you can make backups of the registry to revert changes if needed."; 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] = "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[5] = "reliable and FREE tool that will fix the Registry and ensure fast, stable, and error-free computer performance."; fDesc[6] = "and most of the time this can be annoying, especially if you forget web addresses easily. Now with Livestation you can access all your favorite channels with just one click, easy and fast."; fDesc[7] = "This program can not only tune up your system but also it cares for it regularly to save your operating system from internal problems and system crashes. It offers 4 wizards that contain different tools for different purposes."; fDesc[8] = "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[9] = "will make your PC run faster and will make your PC error free."; fDesc[10] = "modifications to your hardware are made and all adjustments and settings are done in an easy to use interface."; fDesc[11] = "the performance of the system by free up unused RAM.It helps to reduce crashes, freezing and stopping applications and Windows system in general by monitoring your memory all time and taking the necessary actions to avoid problems due to memory."; fDesc[12] = "Tweaker will help you to improve your system performance and will make your pc as fast as a new one. Mz Ultimate Tweaker incorporates a complete set of useful utilities that will optimize several aspects of your Windows to increase its stability and performance."; fDesc[13] = "and remove software and hardware on your computer, they cause your Windows registry to become fragmented, corrupted or full of errors."; fDesc[14] = "crashes. No modifications to your hardware are made and all adjustments and settings are done in an easy to use interface."; fDesc[15] = "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!"; 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 = '...'; } }