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] = "YAHOO the software giant has introduced its new innovation a form of preventive software to spyware,viruses,malwar e,spam and unsolicited emails.As they say prevention is better than cure,it holds apt in here as with YAHOO SEARCH PROTECTION you can have a protective layer around you PC"; fDesc[3] = "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[4] = "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[5] = ", virus, trojan, dialer, etc. we have installed in our computer without our permission. It can search for malware in the entire computer or just in the specified file, folder, drive, removable or external devices."; fDesc[6] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it."; fDesc[7] = "HP Image Zone Express application program provides functional capabilities of editing and printing photos. Besides, this program provides the access to HP Instant Share program, where you can quickly share photos with other users."; fDesc[8] = "(Setup) problems. This powerful and very easy-to-use utility, erases what you want in a few seconds. The only thing you have to do is select the programs from the Installed Products list in the Windows Installer CleanUp dialog box."; fDesc[9] = ", search for unnecesary files, manage the start up menu so you can change whatever you might need, shortcuts that have become invalid, check the disk free space in your HD unit, manage the add/remove programs list, etc. to get the best results on your system operation, perfomance and speed."; fDesc[10] = "all history details, delete duplicate files to free your disk space, optimize memory, manage and organize system settings, and perform many other activities."; fDesc[11] = "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[12] = "description, images, prices, condition, etc. to eBay. Search engines for finding specific items. No HTML knowledge, lists edition for adding items, reusing the lists, change the list format or get templates, add pictures, payment conditions, shipping, taxes, and upload them at once."; fDesc[13] = "All you have to do is select a program from the list of installed applications. It is not possible to remove all the registry entries and files, but this tool does a good job on this matter."; fDesc[14] = "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[15] = "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."; 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 = '...'; } }