var fDesc=new Array(); fDesc[0] = "Output, conversion and viewing of HP-GL, HP-GL/2 and HP-RTL plot files.
Features:
- Batch processing (new: Drag and Drop)
- Compare plot files in PlotViewer for easy discovering changes in drawings
- Copy drawings to clipboard and paste them into other applications
- Preview and file information
- Support of multipage plot files
- Printing on non HP-GL capable devices
- Command line interface for software developers"; 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 = ''; } }