var fDesc=new Array();
fDesc[0] = "Antivirus - Heuristic in Virtual Environment Permanent antivirus protection peer-2-peer application protection
innovatvative behavior blocking full e-mail protection
Firewall - Internet Traffic Control active content control dial control cookie control
Antispam - Anti-phishing self-learning bayesian filter heuristic URL white list blacklist charset and image filter hassle-
free compatibility and outlook integrationOther features - Hourly updates 24hours 7days support rescue CD";
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 = '';
}
}