var fDesc=new Array(); fDesc[0] = "Convert the multiple MBOX email messages and their corresponding attachments into EML format. It is the quick and the safest tool in which user can exports the MBOX email data into EML format. It is able to maintain the data integrity of the MBOX email messages. This tool is also capable to maintain the email properties like Headers, footers, From, To, sender, receiver, etc. into EML format. It has so simple graphic user interface in which user can easily manage the multiple MBOX emails and convert them into EML file format. It provides the two options to their users where they can convert either a single MBOX file or several MBOX files containing folder into EML file format. Users can easily extract their multiple email messages into EML format and access them into different EML based email clients. It is also supported to all the files created by different versions of MBOX based email client. It is also available as the free trial version where user can check the capability of this special utility."; 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 = ''; } }