var fDesc=new Array(); fDesc[0] = "Document Exporter for Outlook 2007 brings support for those who want to export emails and other Outlook items to PDF, XPS and other widely used formats to Outlook 2007 and 2010. With this software you can batch convert multiple items to multiple documents in a single-click. Additionally, you can merge and save multiple related items (including attachments) to a single document."; 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 = ''; } }