var fDesc=new Array(); fDesc[0] = "With A-PDF InfoPath to PDF you can batch-convert Microsoft InfoPath 2003, 2007 (.xsn, .xml) into professional-quality documents in the PDF file format. The program supports hot directory monitoring. Also, with A-PDF InfoPath to PDF you can convert and combine multiple InfoPath (.xsn, .xml) documents to single PDF and you can create PDF file to an N-up Layout and more."; 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 = ''; } }