var fDesc=new Array();
fDesc[0] = "Analyzes downloads using patent-pending antivirus technology and warns you if a download is malicious - stopping it from infecting your PC. Monitors programs for suspicious behavior spotting and stopping new attacks that bypass traditional anti-virus protection. Virus scan detects and remove viruses, spyware, Trojan horses, worms, bots and rootkits.
Main features:
-Advanced Download Protection
-Advanced Firewall
-Auto-Learn
-Anti-phishing and Site Status
-Two-way Firewall
-Antivirus/Spyware Scan Engine";
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 = '';
}
}