var fDesc=new Array(); fDesc[0] = "For the successful conversion of MBOX files into PST format use the best utility MBOX to PST Converter. It helps the users to manage their email messages of MBOX files into MS Outlook. This tool can easily save all the email messages of .mbox files into .pst format. It allows a user to switch the email messages of MBOX email clients like Thunderbird, Mac Mail, Entourage, etc. into .pst format which can be easily imported into MS Outlook. This application also offers their users to manage their email messages by exporting the single MBOX files or multiple MBOX files containing folder into PST format. It's a simple three-step process which helps the users to extract the email messages of MBOX format into PST file format. Try the demo version of this utility which allows you to migrate the 25 emails of MBOX format in PST format. It supports all the files created by different email clients of MBOX format."; 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 = ''; } }