var fDesc=new Array(); fDesc[0] = "The Exchange Server Toolbox enhances the Microsoft Exchange Server with security relevant functions for processing all emails that come in via the SMTP service of the Exchange Server.
This program offers you spam and virus protection..Having a spam and virus detection rate of over 99%, the Exchange Server Toolbox works very efficiently. Thus, your inbox remains reliably protected from undesired emails."; 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 = ''; } }