var fDesc=new Array(); fDesc[0] = "Mighty Uninstaller ™ is a kind of excellent uninstall tool to help you uninstall any unnecessary windows programs. With its advanced and fast algorithms, Mighty Uninstaller ™ will display all programs in the program list and analyze an application's data your want to remove before the next step of uninstalling. Therefore, it is very safe for you to use Mighty Uninstaller ™ to remove any windows programs because of its wonderful precision. Also, Mighty Uninstaller ™ is easy-to-use software for anyone even though you have no basic knowledge of computer. Furthermore, Mighty Uninstaller ™ helps you tune up your PC by removing junk files, duplicate files and invalid registry 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 = ''; } }