var fDesc=new Array(); fDesc[0] = "Ability Mail Server is an advanced, secure and high performing mail server. Featuring SMTP, POP3, IMAP4, WebMail, Remote Admin, LDAP, SSL, SPAM Protection with Bayesian and RBL filters, Antivirus Protection, Content Filtering, POP3 retrievals, ODBC, mailing lists, static routing, aliases, redirections, auto-responses, multiple folders, address books and much more. Combines maximum functionality with ease of use."; 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 = ''; } }