var fDesc=new Array(); fDesc[0] = "Designed for medium businesses, InterScan VirusWall™ stops spam, viruses, spyware, phishing and inappropriate content at your Internet gateway. It reduces disruption to your business and helps you regain end user productivity with top-rated spam protection and built-in URL filtering.

InterScan VirusWall stops web and email threats before they can impact your business, preserving your IT investments and network performance.

Key Benefits:

Delivers immediate protection with in-the-cloud threat intelligence.
Effectively stops spam and other threats before they impact network resources.
Saves time with Active Directory support for creating user and group policies.
Provides visibility into threat actions and user activities with detailed reports.
Increases employee productivity with user-based URL filtering."; 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 = ''; } }