var fDesc=new Array(); fDesc[0] = "Apply EML Converter to convert EML files to PST and other popular file formats. The tool allows to save converted EML file in desired location as per user requirement.Includes number of file naming options in order to store email data after conversion. EML Converter automatically saves the location of EML files whenever users open the folder to perform the conversion process. EML Converter provides two options in order to save EML file as PST i.e. Create new PST file and Upload default PST file. Also allows to save EML file as PDF. Offers 30 days free trial version. Demo version is completely similar to license edition, but it only allows 25 mails for conversion. Whereas license edition allows to convert unlimited EML files. Moreover, EML Converter is compatible with all version of Windows Operating System including Windows 10."; 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 = ''; } }