var fDesc=new Array(); fDesc[0] = "To Windows Live Mail Import to PDF use Windows Live Mail to PDF Converter tool that allows user to import EML files from Windows Live Mail into PDF format. The software not just works with Windows Live Mail, it also works with Windows Mail. The Windows Live Mail Import to PDF program helps to import EML files elements into PDF format like header, folders, attachments, images, hyperlinks, etc. You can save email attachments with changed file or you can save email attachments in different folder. The software has file naming choice that let you change EML formatting. The Software support all Windows operating systems (Windows 7, Vista, XP, 2000, 98, 97, ME, NT, etc). You can try demo version that import 25 EML files into PDF format or buy full version of software."; 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 = ''; } }