var fDesc=new Array(); fDesc[0] = "ZoneAlarm Anti-virus is a complete security solution for your computer which offers firewall protection, antivirus and e-mail scanning all in one. Anti-virus provides protection against virus threats and adware that may harm your PC and data while you are browsing the internet. ZoneAlarm Anti-virus offers very flexible virus scanning for your computer. You can set ZoneAlarm Anti-virus to scan your PC using deep scan, ultra deep scan, normal and quick scan."; 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 = ''; } }