var fDesc=new Array(); fDesc[0] = "DBX to MBOX Converter software has capability to convert Multiple DBX files from Outlook Express to MBOX file format without any error. Software has two conversion options, single file conversion option allows users to convert DBX files one by one and batch conversion option enables users to convert multiple DBX files at a time. Software successfully converts DBX files from all published versions of Outlook Express 6.0, 5.5, 5.0, etc. while conversion process of DBX files to MBOX software preserves all emails header and other attributes like formatting, images, subjects, attachments, etc. DBX to MBOX Converter software works on all Windows based systems including 8.1."; 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 = ''; } }