var fDesc=new Array(); fDesc[0] = "The Alt-N AntiVirus software integrates seamlessly with MDaemon and is powered by the world-renowned antivirus software developer: Kaspersky Labs. Supports background scanning which allows you to use your favorite virus scanner to scan certain file attachments.
When a virus is detected within a message, Alt-N MDaemon AntiVirus will notify the sender, recipient, and postmaster."; 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 = ''; } }