var fDesc=new Array(); fDesc[0] = "ZoneAlarm Internet Security Suite protects you from viruses and Internet threats. Detects and remove viruses, spyware, Trojan horses, worms, bots, and rootkits. The program also enhances protection by checking against an always up-to-date cloud database of antivirus signatures. It also monitors programs for suspicious behaviour spotting and stopping new attacks that bypass traditional anti-virus 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 = ''; } }