var fDesc=new Array(); fDesc[0] = "The Merak Mail Server comes with all the optional modules which can be evaluated after a 5 minute installation. You have the possibility to backup and restore your server configuration including all settings and accounts with a single click. Merak Mail Server is compatible with all servers supporting the Internet standards. Merak Mail Server supports all cutting-edge security features including anti-virus protection, anti-spam engine and open relay protection options.

- SMTP / POP3 / IMAP4 / SIP / HTTP / FTP / Proxy
- SSL (128-bit encryption for all protocols)
- Compatible with any Microsoft Windows and various main stream Linux distiributions
- Outlook & Outlook Express, Eudora, Bat! and majority of other mail clients compatible
- Exchange Migration Tool
- Webmail 2.0
- GroupWare for MS Outlook
- SyncML Mobile phone synchronization
- VoIP Telephony SIP protocol based telephony subsystem
- S/MIME email encryption
- CalDAV, GroupDAV, SyncML, vCard and LDAP
- Integrated Antispam (Domainkeys, Greylisting, SpamAssassin, Bayesian Filters, SURBL & SPF with SRS)"; 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 = ''; } }