var fDesc=new Array(); fDesc[0] = "Incredia Software EML to MBOX Converter is best and fast conversion tool to convert EML emails to MBOX format. Email files carrying lots of details like formatting, sending & receiving details, attachments, text etc, so EML to MBOX Conversion tools allows you to convert EML emails to MBOX file format with accurate details of emails. As well as you can convert multiple of EML emails to MBOX format with few countable clicks of mouse, by use of the batch mode conversion option of Incredia EML to MBOX Converter. After complete conversion process, easily view your convert MBOX files in any MBOX supported email client. This software is Windows based tool, so you can run this software in any Windows machine like Win 8."; 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 = ''; } }