var fDesc=new Array(); fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system."; fDesc[2] = "Program often can not completely uninstall some applications and broken registry keys. Revo Uninstaller is a better and easier way for you to completely uninstall any unneeded application that standard Windows Add/Remove Program can't remove."; fDesc[3] = "there nothing junk lefts on your computer. Total Uninstall will show a list of programs and softwares installed on your computer, you just select the software you want to remove or uninstall from your computer and Total Uninstall will do the rest."; fDesc[4] = "the smart Auto Find drag and drop function uninstalling has never been so easy. Uninstall programs even if they don't supply an uninstaller."; fDesc[5] = "from a computer. When ever you uninstall a software may be that software is not on your \"programs\" list anymore after removing it but it still leaves some files and many other trash registry entries but ZSoft Uninstaller can help you in keeping your computer clean and safe."; fDesc[7] = "quickly locate the program you wish to remove. Next, highlight the program title and select \"Uninstall\". It runs the uninstall utility and ensures that the program is removed from the list. In this manner all users can easily and completely get rid of all unnecessary programs."; fDesc[8] = "drop function uninstalling has never been so easy. Uninstall programs even if they don't supply an uninstaller."; fDesc[9] = ", and its users love it deeply. The functions of UninstallAbility is powerful. UninstallAbility is a utility program for performance and uninstallation of programs. It is easy program to manage the programs’ list in Add/Remove Programs applet."; fDesc[10] = "text. Actual Keylogger cannot be seen in the task manager, programs files menu, system tray or uninstall list."; fDesc[11] = "Add/Remove Software control panel applet. The program shows the list of the programs installed on your computer and provides more detailed information about them."; fDesc[12] = "draw, hop back to Yahoo!, and repeat on the next link. Browster, a free plugin for IE, lets you zip you through result lists and avoid the pogo stick ride. Just search normally, open the Browster window by mousing over an icon next to a link, and you can view every result link instantly by simply pressing Page Down, without ever leaving your search page. Browster works with your favorite search engines like Google and Yahoo!, shopping sites like eBay and Amazon...in fact, almost any list of links on the web. Unlike a conventional browser window, Browster is carefully tuned for giving you a quick peek at a web page, deciding if you want to stay, and if not quickly moving on. You can open and close it with simple mouse motions. No groping for the back button or the close box. So it saves you mouse mileage as well as time. And unlike thumbnail previews, Browster shows you pages full size..."; fDesc[13] = "desired program. It is easier to use than the Control Panel's \"Add/Remove\", and allows to uninstall several applications at a time."; fDesc[14] = "uninstalling software, it will identify and allow you to remove orphaned entries, add new entries and modify existing entries in the Add/Remove ..."; 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 = '...'; } }