var fDesc=new Array(); fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player."; fDesc[2] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well"; 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] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more."; fDesc[5] = "all history details, delete duplicate files to free your disk space, optimize memory, manage and organize system settings, and perform many other activities."; fDesc[6] = "performance. It also has a network accelerator feature that can accelerate the network speed and a startup manager that can manage startup applications"; fDesc[7] = "goodbye to slow and sluggish internet connections and get its performance optimized by simple tweaking or modifying your DSL (ADSL, G.lite,IDSL,SDSL) settings with this tool."; fDesc[8] = "and keep your work or actions safe from snoopers with Speeditup. The program is free and very easy to use. With only one click it automatically makes your computer run faster than ever."; fDesc[9] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance."; fDesc[10] = "steps - you can soon say Goodbye to frequent windows freezes and restarts and Hello to faster boot ups and more productivity with a faster accelerated system."; fDesc[11] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!"; fDesc[12] = "automatically, without modifying your system in any way. The main windows of RamBooster show you by default the target level of free RAM (by default, 1 Mb.), your Free RAM at this moment, and the percent of Free RAM and CPU usage."; fDesc[13] = "customized to our likes. The easy and fastest way to get TweakVI to work is to use the “Auto Optimize System” option, is not available in the free edition"; fDesc[14] = "connection. At launch, the program presents a sleek, easy to navigate interface that is packed with useful features and utility choices that you can customize. In the Tweaks Section, Performance Tweaks 1 and 2 enable you to tweak CPU Priority Control settings"; fDesc[15] = "optimize your computer´s performance, while correcting problems, thus customizing your system to best suit your needs. The \"Cleanup & Optimize\" section has some tools such as Clean Disk, Remove Spyware, Clean Register, Organize Startup, Optimize Memory and Repair Shortcuts."; 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 = '...'; } }