var fDesc=new Array(); fDesc[0] = "XoftSpy AntiVirus Pro defends against the many different kinds of viruses, spyware, and malware. First of all, it protects you by blocking suspicious programs before they can download. As well, it uses cutting edge scanning engines, using a frequently updated database, to find and remove malware, even emerging threats. XoftSpy AntiVirus Pro provides comprehensive PC protection."; 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 = ''; } }