var fDesc=new Array(); fDesc[1] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature."; fDesc[2] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3."; fDesc[3] = "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[4] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars"; fDesc[5] = "includes many improved and enhanced features. However, there can be some behavioral changes as this new release includes certain functionalities that differ from the previous versions. The latest update for Microsoft Visual FoxPro 9.0 is Service Pack 2 which is free."; fDesc[6] = "programs. It also works as a security tool to protect your data from unwanted hands and provides privacy for your personal computer work. The built-in Internet history eraser, cookie cleaner, add-ons manager and temporary Internet files cleaner keep your web browser running smoother."; fDesc[7] = "computer."; 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] = "additional advantage that the command window, which will be opened, will automatically set the path to the folder from which you execute cmd.exe."; fDesc[10] = "will make your PC run faster and will make your PC error free."; fDesc[12] = "neccesary files for the proper function of the programs are located. Even when, apparentely, everything related to a program is deleted upon unistallation that's not quite true. RegCleaner searches and removes obsolete entries from your Windows Registry"; fDesc[13] = "The user can arrange icons in groups, and customize the application to show or hide Windows Updates, search for programs by its name or its publisher name, export any program uninstall information to Registry file."; fDesc[14] = "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..."; 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 = '...'; } }