var fDesc=new Array(); fDesc[0] = "Uninstall Expert is an easy-in-use and powerful applications that helps you to uninstall unneeded programs completely from your computer. With Uninstall Expert, users can uninstall applications much faster than Windows Add/Remove program, sometimes 5-10 times faster. Still users can pick up the "hidden" programs which can't be displayed by Windows Add/Remove program.
Normally Add/Remove program can not uninstall applications completely, but Uninstall Expert can scan deeply into the computer, and then any broken registry keys and unused files on the hard disk can be removed completely."; 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 = ''; } }