var fDesc=new Array(); fDesc[0] = "Mail Manager takes the simple approach of filing emails alongside other documents in standard system folders, either on a local PC or over the network. Keeping related documents together makes them easier to find, and the software learns filing behaviours, which guides users to file messages in the correct place. Mail Manager’s fast and powerful search saves time and makes it easy to view emails in system folders just as you would through Outlook’s preview.

Mail Manager uses the standard Microsoft dot-MSG message format, to keep your archived messages accessible. Our search provides a viewer to preview your search result or you can open them in almost any mail client. SharePoint, LiveLink, Documentum and other programs are all supported."; 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 = ''; } }