var fDesc=new Array(); fDesc[0] = "MBOX to MSG Converter is a tool which allows a user to migrate the multiple email clients MBOX files into MSG easily. It does not require to Outlook in the system to convert the MBOX emails into MSG. By using this application, a user can smoothly convert their multiple MBOX files to MSG file format. It is an application which can support to MBOX files of all email clients i.e. Thunderbird, Eudora, etc. Using this application, a user can perform downloading, installing, working, etc. without Outlook. The main feature of this software is that it can allow users to select the multiple MBOX files at a time for conversion. A user can also export their MBOX email messages with attachments into Outlook MSG. It maintains the data integrity during conversion of files. This makes a task to convert the MBOX files to MSG simple."; 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 = ''; } }