var fDesc=new Array(); fDesc[0] = "GFI MailArchiver™ is an email archiving software that solves your email management problems on Exchange Server. With thousands of customers, it is a leading email archiving solution for small to medium-sized businesses (SMBs). GFI MailArchiver is used by administrators all over the world to maintain an archive of all corporate email correspondence, significantly reduce the demands on the Exchange server, manage and reduce the company’s dependency on PST files and also to meet a growing number of regulations on compliance, eDiscovery and other legislation."; 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 = ''; } }