var fDesc=new Array(); fDesc[0] = "Identifies security risks and offers essential information in real-time.

Features:

It allows deployment, installation and configuration of the protection modules across multiple platforms, versions and network layers.
-Powerful anti-malware management

-Centralized quarantine, incremental updates and SmartClean2 for automatically disinfecting new, unknown threats and repairing the damage they cause.
-Identification of vulnerabilities

-TruPrevent reduces the risk of viruses, rootkits, adware, spyware, etc. and intruders.
-Support for all network topologies

-Adapts to your company's structure so you can supervise your network according to your own needs through customized organization views.
-Real-time information

-Real-time monitoring of the security status and of the performance of the administration and distribution servers.
-Integration with third-party tools"; 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 = ''; } }