var fDesc=new Array(); fDesc[0] = "MailEnable has been chosen by some of the world's largest hosting companies as their solution for hosted email and collaboration. The impressive webmail, mobile connectivity, anti-spam and other features have cemented its place as an industry leader.

MailEnable Standard Edition provides robust SMTP, IMAP, POP3 and Webmail services for Microsoft Windows servers. Simple to install, with powerful administration software means that your mail server will be up and running quickly. This edition is free, contains no spyware or adware, for both personal and commercial usage, with no time or user restrictions."; 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 = ''; } }