var fDesc=new Array(); fDesc[0] = "VIRUSfighter provides protection against viruses and other malicious software. It's fast, lightweight, requiring low system resources, packaged in an easy-to-use interface. This tool will protect your machine against the latest and legacy threats, stopping viruses and other malware from destroying your valuable data and programs."; 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 = ''; } }