var fDesc=new Array(); fDesc[0] = "pdfFactory Pro lets you create PDF documents from any Windows application having the "Print" function. Before printing with the virtual printer, you can preview the output, rearrange and rotate pages, and insert or delete contents. All original fonts are embedded in the output PDF file. The Pro version also allows creation of PDFs on letterheads, and add page numbering, headers, footers, and watermarks."; 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 = ''; } }