var fDesc=new Array(); fDesc[0] = "Software Updater Pro is a program designed specially to check for new versions of applications installed on your computer and their quick download. The program will scan your system automatically and find downloadable program versions and updates after any potential threats of viruses, Trojans, vulnerabilities and data loss are excluded."; 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 = ''; } }