var fDesc=new Array();
fDesc[1] = "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[2] = "components in your PC easily. The program can completely remove any application along with the empty folders and registry entries. You can also see every detail of installed applications like installed location, version, developer name, developer home page and much more.";
fDesc[3] = "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[4] = "error messages and protects privacy.";
fDesc[5] = "The utility checks all the system to verify if there exists any kind of errors that affects the computer functionality and automatically corrects them. the utility also searches for spyware and adware. If you want, the program can monitor your computer in the background in real time.";
fDesc[6] = "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[8] = "the program. It allows also to clean the temporal files of the internet explorer, the services that are loaded by windows and the software list of the start menu.";
fDesc[11] = "software developper and want to distribute / selle your program, you need to create an installation program also, so that people can easily install it. InstallShield is a great program for this. It is being used by many companies like Adobe, Corel, etc.";
fDesc[13] = "that lost files and remnants of old software will not be left behind. The Uninstaller also cleans up after software that is running on your computer, removing temporary files, cookies and cache elements.";
fDesc[14] = "friends or customers with confidence because it is really what you call a screensaver. A friendly wizard will guide you through all the work.";
fDesc[15] = "drivers left behind by faulty uninstallations. Some Uninstall entries delete only the main components of the program, leaving empty folders and unused files that end up clogging up your operating system. Includes two modes, Easy and Expert, with a new suite of powerful tools.";
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 = '...';
}
}