var fDesc=new Array(); fDesc[0] = "While you probably make occasional sweeps through the Add/Remove Programs dialog, it's more likely that you discover unwanted programs when you're scrolling through the Start Menu, and rarely do you want to go all the way to the Control Panel just to remove a program. MenuUninstaller adds a simple "Uninstall" option to the context menu for any shortcut on your computer, letting you uninstall a program from nearly anywhere."; 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 = ''; } }