var fDesc=new Array(); fDesc[0] = "if you are looking for a Personal Firewall, but do not have security expertise to use it effectively
if you need strong security, but are not prepared to bear the restricted choice of applications to run
if you want protection against fast-spreading malicious programs before they are detectable by existing Antivirus software
if you are thinking about an application firewall with a centralized management console but cannot afford to hire an onsite security administrator"; 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 = ''; } }