var fDesc=new Array();
fDesc[0] = "Many viruses spread by mail. The real-time monitoring of Avira virus protection for Exchange protects your Microsoft Exchange solutions from all current threats at all times.
Nuisance spam emails are also kept at bay.
Optimum security
- Reliable, extremely powerful AntiVir technology with leading multi-award-winning detection performance
- Fast reaction to new dangers through an in-house malware research center
- With integrated spam protection and content filter
Low costs
- Extremely low administration costs through automated workflows and central management
- Intuitive operation without long, expensive training times
- All licenses incl. free updates, upgrades and Gold Support";
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 = '';
}
}