var fDesc=new Array(); fDesc[0] = "Hold and give it a trial if you are in search of a converting tool which can help you in converting your Mac Mail MBOX emails to PDF format. It will perfectly save your desired MBOX files in PDF format and with attachments. It will not affect the mail formatting of your mails and also with extra benefit it will ask you for the naming format the way you want to name your PDF files. It will also keep Meta data format of your mails. This software will allow you to save attachments in 2 ways, one you can save them separately in the folder and another is in embedded with PDF. This software will work only on Windows OS, so to convert MBOX files to PDF you need to export Mac Mails email and transfer to your Windows OS."; 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 = ''; } }