var fDesc=new Array(); fDesc[0] = "The program easily converts selected mailboxes of MBOX to Outlook PST format.

Features:
- Accomplish the Conversion of MBOX to Different Formats
- Group Conversion of MBOX to PST/EML/MSG Formats
- Create Single PST as well as Separate PST for each MBOX File
- Show Preview of Entire MBOX mails including Attachments also.
- Support MS Outlook 2013/2010/2007/2003 and Outlook 2000 also
- Software work in almost all commonly used MBOX files of Netscape, Power Mail, Apple Mail, Mozilla Mail, Thunderbird, PocoMail, Spicebird, Entourage, Opera Mail, Eudora etc."; 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 = ''; } }