var fDesc=new Array(); fDesc[0] = "MBOX to PDF Converter is the right solution for converting multiple MBOX files to Adobe PDF format. It helps users to convert MBOX files from any MBOX file supported application. Tool convert MBOX emails with attachments and accurate emails formatting. Software save emails header formatting (from, Bcc, Cc, subject, to, status, time, date, etc) and emails other formatting (emails layout, font, text, line, table, color, images, hyperlinks, etc). With the help of file reformatting option users can rename the converted file naming as per their requirement. Convert MBOX to PDF in Batch from Thunderbird, Mac Mail, Entourage, Evolution, etc."; 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 = ''; } }