var fDesc=new Array(); fDesc[0] = "Advanced anti-Phishing technology uses heuristics and database comparison. Alerts to known and potentially malicious sites.
Phishing definitions updated every five minutes for optimal protection from ID Theft.
One-click upgrade to award-winning anti-Spyware solution. Kills Spyware, Adware, Keyloggers, pop-ups and manages emerging online threats.
Powerful search engine delivers safe, high quality results from any online destination.
Seamless integration with all anti-virus programs, firewalls and Virtual Private Networks (VPNs.)"; 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 = ''; } }