var fDesc=new Array(); fDesc[0] = "Remove offers you a better way to uninstall programs you no longer want on your computer. Remove is a small but full-featured uninstaller and unique program for removing applications and entries from the Windows Add/Remove applet in the Control Panel. In addition to the standard uninstall option, it also allows you to remove, modify, and backup obsolete and other program entries. Remove will uninstall hidden programs and remove their entries as well. With a couple of clicks, you can easily get rid of all unnecessary applications, partially uninstalled software, and entries."; 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 = ''; } }