var fDesc=new Array();
fDesc[0] = "Exclaimer Mail Archiver is a fully featured, competitively priced archiving solution for Exchange that's easy to set up and maintain. It uses file system-based storage so it can be installed on any Windows PC and doesn't require SQL. Administrators get a compliant, long-term email history with full auditing and legal hold features.
End users get rapid, intuitive search from Outlook, any browser, smartphone or tablet, with AD-controlled access. We offer a full suite of tools to import your PSTs and Exchange mailboxes, backed by a team of Microsoft Certified Exchange Professionals to get your archiving solution up and running quickly.";
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 = '';
}
}