var fDesc=new Array(); fDesc[0] = "This program can convert EML files created by Windows Live Mail, Windows Vista Mail, Lotus Notes, eM Client, Thunderbird, The Bat, Entourage, etc. to PDF. It can save separate PDF documents for each EML message. If you choose "Convert Attachments as PDF" option, it will also convert attached emails into PDF.

EML to PDF Converter attempts to maintain the formatting of emails including font color, size, family, background, embedded images, and hyperlinks."; 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 = ''; } }