var fDesc=new Array(); fDesc[0] = "PDFtypewriter is an all-in-one solution which empowers you with the tools to quickly create, convert and work with PDF files.
Using a Postscript to PDF conversion process, just like Adobe® Acrobat®, the PDFtypewriter Printer Driver will produce the highest quality PDF files from any printable document.
You can preview all pages in a PDF file in the printer driver dialog prior to creating the PDF."; 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 = ''; } }