var fDesc=new Array(); fDesc[0] = "ViewCompanion Standard is an application for viewing, printing, and converting plotter files generated by your CAD program or plotter driver. It can open PLT plotter files using HPGL, HP-GL/2, KIPGL, HP-RTL, and Calcomp formats. In addition to plotter files, ViewCompanion can view, print, and convert PDF, CGM, DWF, and Gerber files.

You may measure distances and areas using ViewCompanion's measurement tools with snap-to-drawing geometry feature. If your drawings are not in original scale (1:1) you may calibrate the measurement tools to provide accurate results."; 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 = ''; } }