var fDesc=new Array(); fDesc[0] = "If you're buried alive in e-mail, let Mailbag Assistant come to the rescue with tools to search, display, organize, analyze and archive your mountain of messages – tools that are probably inadequate or unavailable in your mail program. Mailbag Assistant complements your mail program without interfering with it or modifying its message files. It reads and processes your current and archived e-mails with ease, whether they are stored on your computer, on networked drives, or on removable media like USB keys and flash drives.

With Mailbag Assistant, you can:

- open all your mail files, even from CD, DVD, or USB drives;
- find relevant messages quickly;
- perform searches using wildcards and Boolean operators;
- create e-mail archives in compressed format to save disk space;
- archive and easily extract all your e-mail attachments;
- change mail program and still keep access to your old messages;
- export your e-mails as EML files, Web pages, or other formats based on customizable templates;
- automate tasks with the built-in scripting language;
- examine email for evidence (computer forensics)."; 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 = ''; } }