var fDesc=new Array(); fDesc[0] = "MailStore Server enables you to take advantage of all legal, technical and economical aspects of contemporary email archiving.

MailStore Server stores perfect copies of all company email in a central archive which can safely maintain any amount of data for many years. Users can easily access the archived emails using the Microsoft Outlook integration or an internet browser with MailStore Web Access.

Main features:
-Compliance with legislative requirements
-Accelerate eDiscovery
-Increase email server efficiency
-Eliminate unsafe PST files
-Streamlines backup and recovery times
-Reliable protection from any kind of data loss
-Rapid full text search of all emails
-Microsoft Exchange Server 2003, 2007 and 2010 (incl. SBS)
-Hosted Exchange mailboxes
-Any IMAP or POP3 compatible email server
-Email clients such as Microsoft Outlook and Mozilla Thunderbird
-PST and other email files
-Seamless Integration in Microsoft Outlook 2000, XP, 2003, 2007 and 2010
-Access using an Internet Browser (Web Access)
-Access via IMAP - Integrate a user’s email archive into any IMAP-enabled device or application
-Minimum system requirements
-Installation on any Windows PC in the network
-No SQL Server is needed
-Multiple database support provides flexible backup and storage management
-No changes to servers, mailboxes and emails"; 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 = ''; } }