var fDesc=new Array(); fDesc[0] = "EML to MBOX Converter from WholeClear is a reliable app to install in your system to make the conversion from EML to MBOX in batch mode. During the conversion process, the software doesn't alter email. It conserves message integrity. Whole message body including attachments is recovered and exported safely to MBOX file format. The batch conversion feature eases the pressure of migration. Users can upload more than one EML file to convert to MBOX format. During the conversion process, it has two file filtration feature and each one is safe to use. Users can upload EML files one by one to the software or choose a folder holding multiple EML files to upload them all at once. The preview pane features the number of EML files users have selected for migration. The second last feature is to choose the appropriate location of the newly created MBOX file in the system. Users can select either new or existed folder to save data. The utility is advanced, but its interface is interactive. By downloading the free trial version of EML to MBOX, users can understand the process to operate the application. The trial version is valid for 30 days. Before the trial version expires, users can get the license of the app to convert the free version into a licensed version to get complete export support. The application has three versions- personal, business and enterprise. The enterprise version is for a big organization whereas the business version is for a small company. The personal version of the app is available to install in maximum of two systems."; 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 = ''; } }