var fDesc=new Array(); fDesc[0] = "For a quick solution to Convert Outlook Emails with Attachments to PDF, go with the MSG to PDF Converter software. This tool have very advance features which make the procedure to Convert Outlook Emails with Attachments to PDF very easily & it takes very few steps & lesser time to complete the procedure by the software. There are many other features which the software offers like ? you will get batch mode facility, you will be allowed to view the emails in any Adobe Reader version. When it convert Outlook Emails with Attachments to PDF it will also keep the formatting & metadata information of the emails intact."; 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 = ''; } }