var fDesc=new Array(); fDesc[1] = "incredible application seeks out and repairs those issues in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications."; fDesc[2] = "tweak and optimize Windows XP very easily. The interface of this application is very intiutive and very little user intervention is required. The optimization is done is within seconds. It increases the overall performance of your Windows XP system."; fDesc[3] = "in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications."; fDesc[4] = "guarantees protection. This incredible application seeks out and repairs those issues in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications."; fDesc[5] = "your system's software is as functional as it can get. Your system is bound to get full with crap as long as you use it a lot. Every time you visit a site, your browser downloads cookies and images that little by little fill your hard drive."; fDesc[6] = "automatically fetches all the menu items from Windows registry. All you have to do is uncheck the menu items that you do not want to appear in your context menu. If you messed up with something you can also restore the menu items back to default."; fDesc[7] = "install more and more crap into your computer. Most people opt for reinstalling Windows every time that their systems fail."; fDesc[8] = "in less time. Stealth Player is not based on IE or FireFox; keeping your porn browsing history private and making it bulletproof."; fDesc[9] = "allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history."; fDesc[10] = "You can send an alert to yourself, to anyone on your network, you can even set a delayed alert!"; 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 = '...'; } }