var fDesc=new Array(); fDesc[0] = "DynFX MailServer 3.0 is a powerful SMTP, ESMTP- and POP3-Server for Windows NT 4.0, 2000, XP, and Server 2003. With its support for multiple domains, aliases and filters as well as its scalability for extreme requirements it is ideal for ISPs but also for small businesses due to its slim and resourcesaving architecture. During its development, the focus was set on an exact implementation of the Internet-standards (RfCs) 2821, 1425, 1651, and 1939. Hence DynFX MailServer is fully compatible to the protocols SMTP, ESMTP, and POP3."; 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 = ''; } }