var fDesc=new Array(); fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well"; fDesc[2] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this."; fDesc[3] = "demand” software, so users must direct the application to look for threats. Norton Security Scan has an updating feature as well as the capability to detect and erase most known threats."; fDesc[4] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up."; fDesc[5] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4."; fDesc[6] = "gives you a simple solution to maintain your anonymity and protect your privacy when accessing wi-fi hotspots."; fDesc[7] = "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[8] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!"; fDesc[9] = "drawings and three-dimensional designs, for example, architectural drawings, electrical schematics, and mechanical drawings. It's a great alternative of AutoCAD."; fDesc[10] = "of amazing and easy to use tools that will help to maintain your PC totally optimized, and as a result, you will get a better PC's performance."; fDesc[11] = "performance. * Optimize your PC for special tasks such as gaming, multimedia or office. It's the ultimate, all-in-one Suite for PC Security, AV, Anti-Spyware, Maintenance & Privacy!"; fDesc[12] = "month / year according to the settings. We can specify the price per unit of our electricity tariff, and it will automatically calculate all the savings we would make depending on the setting of high / low power usage."; fDesc[13] = "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."; fDesc[14] = "Features: Now, image thumbnails can be automatically rotated according to their EXIF data. It is possible to multiple scan the same folder, scan disks with both audio and data, import folders with the same path. It supports RAW files for popular digital camera."; fDesc[15] = "ace utilities of this exclusive tool you can perform all the chores to tweak, optimize, maintain and tune up your Windows Vista. The exclusive capabilities of this tool help you in keeping your system stable, fast, secured and personal."; 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 = '...'; } }