var fDesc=new Array(); fDesc[1] = "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[2] = "of several registry keys. You can explore the tweak database, select and apply tweaks, save them in profiles, perform undo operations and more."; fDesc[3] = "developer's online store. SystemTweaker enables us to improve the speed, performance, and security of our computer by offering an easy to use interface, which gives access to the most requested windows appearance and system configurations,"; fDesc[4] = "Registry, Start Up, Tweak UI, Net Tweaker, The Privacy, File Shredder, Invisible Man. Site: www.wintools.net"; fDesc[5] = "allows you to setup different options in several parts of the system, that will allow it to run faster and in a more secure way."; fDesc[6] = "control over your system. Advanced PC Tweaker offers a multipurpose tool kit that has something for every part of your operating system."; fDesc[7] = "tune it up but doesnt want to spend any dolar on it. Thoosje Vista Tweaker is easy to use and secure, even more if you take advantage of its registry backup feature before start tweaking your windows vista."; fDesc[8] = "direct access to change many settings and configure the behavior you want for your operating system ordered in categories. This software is easy-to-use and you can access to it for free."; fDesc[9] = "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[11] = "best way to tweak and optimize your Windows XP system. Advanced XP Tweak gives your system the look you want, and optimizes its performance."; fDesc[12] = "Express and clean some lacks."; fDesc[13] = "as and Open file screens on Windows operating systems. That’s all, but if you think about it, it’s a really cool function. As you can imagine, this applications is very easy to use and intuitive. No many options to choose from or features to understand."; fDesc[14] = "configure general performance options, it also offers other options for customizing Windows Explorer, Internet and Windows Security. Although the program lets you perform critical registry modification, you need absolutely no experience to use it."; fDesc[15] = "Besides it gives you other features like running the game with different parameters and a configuration log. Tweaker version 3.1 now supports Windows Vista and Vista driver's profiles."; 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 = '...'; } }