var fDesc=new Array(); fDesc[0] = "Want to Convert PST to PDF with attachments and other formatting, then simply use the PST to PDF Conversion tool. The Software supports all MS Outlook (32 and 64 bit) version for PST to PDF Conversion. No MS Outlook installation required, by using this PST to PDF Conversion tool, you can convert orphan and configured Outlook data file to PDF format. Perform ANSI and UNICODE PST to PDF Conversion without any error."; 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 = ''; } }