var fDesc=new Array(); fDesc[0] = "Antivirus and antispam protection at the entry point of your company network. Destroys harmful software even before it gets a chance to infect your end stations and file servers. The solution also effectively removes all spam, and will not allow your Internet connection to be burdened by unnecessary browsing of undesirable websites.

Advanced protection

Online threats should not be addressed at the end station, but already at the entry point of the network. This means related problems are removed only once, not separately on each computer. Robustness of the solution enables parallel processing of large amounts of incoming and outgoing data.

Email and web antivirus

Up to four antivirus scanning engines ensure monitoring of all email and web traffic. Their combination provides detection capability close to the magical border of a hundred percent. Different scanning tasks can be assigned to various engines which means the administrator has a wide variety of settings at his disposal.

Multilevel antispam

Most spam is detected by the program after receiving the message header. This reduces the amount of downloaded data which would later be discarded anyhow. Spam detection has a number of levels, including scanning of message headers, application of regular rules or heuristic analysis of the message.

Web Filtering

For better connectivity, it is possible to monitor and direct all web traffic within the network. The network administrator has the option to block website categories which are undesirable in terms of business, such as pages containing pornography or gambling.

Traffic statistics

The software keeps a record of all events that occur with email and web traffic. From these records, the administrator can generate an overview of all statistics, which can help him decide the overall network security policy.

Modular Solution

The software consists of an antivirus, antispam and a filtering module. Customers can either purchase all of the modules, or only the modules that they require for their network traffic. If the network is flooded by large quantities of spam, they should choose the antispam module, when facing malware the antivirus module should be chosen."; 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 = ''; } }