var fDesc=new Array(); fDesc[1] = "program is uninstalled, this is not deleted completely from your hard disk. There is where Uninstall Tool can help you to literally uninstall and delete all traces of the program you want to get rid of."; fDesc[2] = "system to slow down. There are a number of factors which cause the system to behave in such a manner. To fix these issues, we use Advanced System Optimizer Version 2.0. It removes Junk Files, Bad Registry Entries, Duplicate Files, your Internet History and other personal traces"; 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] = "and more efficient. It removes unused files from your system, allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your on line activities such as your Internet history."; fDesc[5] = "appropriated application for completely cleaning all the programs traces. The user interface is very intuitive, easy to use, and the application is full of tutorials (assistants) for guiding users in all the tasks the program can perform."; fDesc[6] = "malware to penetrate into the system. Registry entries are operating system identification of the software and its related functionality. Any modifications should be handled with care with a possibility to restore to the previous save point."; fDesc[7] = "software un-installation. After un-installing any software there are chances that your hard disk is left with some remains of the software."; fDesc[8] = "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[9] = "getting slower - it's Windows that's getting clogged up. One of the main reasons for this is garbage left over by programs that don't get removed properly."; fDesc[10] = "minimum effort and no script programming."; fDesc[11] = ", 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[12] = "up as well as for the user to actually use! All the standard basics plus lots of frills incl. full Internet Updating support."; fDesc[13] = "Orphans does not delete the DLL file making it possible to retrieve the registry entry in case of any erroneous removal. This utility has been designed to be simple to the user with easy to use interface though the complexity in the functionality ..."; fDesc[14] = "this utility does, is perform a complete uninstallation of any program and application, while removing all the files related to that program from the system."; 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 = '...'; } }