var fDesc=new Array(); fDesc[0] = "PlotVision reads drawings as HPGL or HPGL/2 files or as DXF, CGM, CGM or Calcomp 907. All CAD programs can create HPGL or HPGL/2. HPGL and HPGL/2 provide an accurate portrayal of your drawing, including colours, line weights, line types, fonts etc. This means that data and information created in any CAD program can be exchanged, printed, controlled, integrated into production descriptions and marked up with redlines and instructions without modifying the drawing itself. The redlines can be saved separately for exchange or emailing."; 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 = ''; } }