var fDesc=new Array(); fDesc[0] = "OakDoc PS to PDF Converter PS to PDF is a windows application which can offer the best performance available to provide speedy conversions from PostScript and Encapsulated PostScript to Portable Document Format (PDF). It creates PDF files that are perfect representations of the original print files.

All PostScript fonts, forms and other resources are reproduced exactly as they are on PostScript printers. It is easy to use and supports conversion from multiple PS/EPS files into one PDF file. It supports encryption options for output PDF files."; 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 = ''; } }