var fDesc=new Array(); fDesc[0] = "Total Outlook Converter Pro allows you to convert Outlook emails to various formats. You can convert emails from your Outlook account (or any PST / OST file) to PDF, DOC, TXT, HTML, HTMLX, TIFF, JPEG, and EML. The program lets you select which email fields to export (date, sender, recipient, subject, or body). In addition, you can add a date or a counter and fine tune the appearance of your target documents."; 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 = ''; } }