var fDesc=new Array(); fDesc[0] = "SecurityPlus for MDaemon provides the next generation of antivirus and spam protection for the MDaemon Messaging Server by halting viruses on all inbound and outbound email at the server before it's passed on to client PCs, providing real-time spam, Recurrent Pattern Detection Technology, Zero-Hour Virus Outbreak Protection, Inline Email Antivirus Protection, Urgent Update Notification, and more."; 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 = ''; } }