var fDesc=new Array(); fDesc[0] = "Final Uninstaller provides an easy and comprehensive solution for uninstalling unwanted programs, whether it's running properly on your computer now or it has been corrupted and leaves some remnants after a failed uninstall or install. It also cleans up all junk files and removes invalid registry entries to optimize your PC efficiency. This easy-to-use Final Uninstaller allows you to say goodbye to a host of uninstall problems and gives your computer maximum performance."; 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 = ''; } }