var fDesc=new Array();
fDesc[1] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type.";
fDesc[2] = ", from Logitech. This release supports Windows XP and Windows Vista. If you plan to upgrade to Windows Vista at a later date, it is recommended to uninstall SetPoint prior to installing Vista, then reinstall SetPoint again after upgrading to Vista.";
fDesc[3] = "all history details, delete duplicate files to free your disk space, optimize memory, manage and organize system settings, and perform many other activities.";
fDesc[4] = "etc., created by a particular application, and then remove it completely. There is an \"AutoFix\" button. It can search for invalid uninstall information and delete/correct it. It cannot search for invalid registry entries caused by a previously uninstalled program though.";
fDesc[5] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance.";
fDesc[6] = "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[7] = "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[8] = "full uninstall capabilities; integrated file compression, and support for installing shared files and OCX's; creating of Start Menu icons,...";
fDesc[9] = "StartUp Tuner 2 will detect even those that do not want to be found and will give you the chance to deactivate their auto-start entry, or uninstall the whole program if you wish.";
fDesc[10] = "website.Setting up is quite easy and takes no time. We can use this application to view,manage and categorize all the fonts installed and not installed in our computer.";
fDesc[11] = "Pro. Both of them search the system and then show an initial window with all the installed programs with their corresponding icons so the user can recognize which program has to be uninstalled. It also can export this list for printing purposes.";
fDesc[12] = ", zoom, install, uninstall and work along with your fonts, then Font Manager is the best choice. Providing multiple options to deal with your fonts this user friendly tool is featured with multiple options and settings.";
fDesc[13] = "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[14] = "optimization, to keep the computer working as as first day you started it. Though most of the features mentioned above are already present on Windows, PC TuneUP 2 offers over 20 windows tweaks and provides important value added utilities.";
fDesc[15] = "able to backup, restore, rollback and reinstall DirectX. When you start DHU, the program will open a tabbed interface. The \"General\" tab will display the operating system´s core, name and version, the current user and the DirectX version.";
fDesc[18] = "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[19] = "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[20] = ", 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.";
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 = '...';
}
}