var fDesc=new Array();
fDesc[1] = "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[2] = ", 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[3] = "prepossess by its small size, functionality and various features. Besides, there are a lot of instruments in the program, such as good navigation, searching, highlight, bookmarks, personal library, arbitrary drawing, notes, contents, links to the chapters.";
fDesc[4] = "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[5] = "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[6] = "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[7] = "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[8] = "of the internet explorer, the services and the software list of the start menu. The software provides functions that let us change the uninstall icons of the panel of the software and others.";
fDesc[9] = "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[10] = "privacy of your information. This utility helps to protect the privacy of your information; its GUI is easy and friendly to user. The repair, delete and fix of the files or registries affected by this spyware, adware or malware are not enabled for this trial version.";
fDesc[11] = "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[13] = "uninstalled. So for those programs, Add/Remove 4 Good software is a choice. Users wanting their computer to be clean of all unwanted programs can opt for a software like this. The interface has good and easy access to all the programs of the system.";
fDesc[14] = "double-click on a Desktop icon called \"Uninstall Programs\", quickly find the program you want to uninstall and click a button. Add/Remove Plus! 2002, unlike the standard Windows uninstall feature (the Control Panel Add/Remove Programs applet), will uninstall the program and remove it from the list. This way users can easily get rid of all unnecessary applications for good. Add/Remove Plus! 2002 also helps you maintain a cleaner computer and a cleaner registry. The ability to display programs that have a missing or bad uninstaller can help the user locate programs that don't longer work because they may have been partially deleted or corrupted. Removing these programs may help recover a lot of valuable disk space and make it easier to find and uninstall other programs in the future. Add/Remove Plus! 2002 also offers a software audit feature that allows you to print or export a report...";
fDesc[15] = "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.";
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 = '...';
}
}