var fDesc=new Array(); fDesc[0] = "Add/Remove Plus! 2004 offers a new and better way to uninstall programs you no longer want on your computer. All you have to do is double-click on a Desktop icon called "Uninstall Programs", quickly find the program you want to uninstall and click a button. Add/Remove Plus! 2004, 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! 2004 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! 2004 also offers a software audit feature that allows you to print or export a report with the list of programs installed on your computer, helping you to keep only authorized and useful software. Add/Remove Plus! 2004 is a better uninstall solution for all Windows operating systems (XP/2000/NT/Me/98/95)."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }