var fDesc=new Array(); fDesc[0] = "The MDaemon Messaging Server is an on-premises server designed to meet the needs of small-to-medium businesses. MDaemon is an alternative to Microsoft Exchange and Small Business server that is trusted by organizations in over 90 countries. MDaemon offers enterprise-class features, simple administration, and low total cost of ownership. Customers who want the control of an on-premise mail server, without the complexity and costs of more expensive alternatives, have trusted MDaemon for over 20 years."; 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 = ''; } }