var fDesc=new Array(); fDesc[0] = "The unique features of RedTitan EscapeE provide all that is required to support a mixture of printed and electronic documents. Print to AFPDS or Xerox Metacode. View PCL/HPGL/PCL3GUI, AFP, PDF, Postscript, TIFF/FAX, JPEG, PNG, and Text. Convert PCL to PDF, TIFF, AFP, PNG, JPEG, PCL, HTML, XML or Text. View and convert PDF, combine or split documents. Add dynamic barcodes to PCL files, recover text and XML from PCL documents. Automate with batch mode operation. Analyse PCL data streams."; 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 = ''; } }