var fDesc=new Array(); fDesc[0] = "ZoneAlarm Extreme Security protects your PC, your
browser and your data.
Key features:
- Advanced Download Protection Exclusive
Analyzes downloads using patent-pending technology and warns you if a download is malicious - stopping it from infecting your PC.
- Advanced Firewall Exclusive
Monitors programs for suspicious behavior spotting and stopping new attacks that bypass traditional anti-virus protection.
- Credit Monitoring Exclusive
Protects your identity with daily credit report monitoring, and also provides victim-recovery services.
- Anti-phishing and Site Status
Blocks phishers, authenticates websites, and warns you if a site is dangerous.
- Keylogger/Screengrabber Jamming
Prevents identity thieves from seeing and stealing your passwords and other keystrokes that you type."; 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 = ''; } }