var fDesc=new Array(); fDesc[0] = "First released in 1993 and now in Version 6.5, Trix DrawingCenter provides all the tools and functions you need to view and use an engineering drawing:

Control printing - Print entire drawing image, specific layouts or partial details, at the sizes and scales that work for you. Watermark your prints.

Mark up (redline) - Annotate with text, lines, boxes, clouds to give colleagues instructions, revisions, feedback.

Auto-compare drawings - Instantly highlight differences between two versions of the same drawing.

Measure - Take off lengths, areas and perimeters. Sum areas and perimeters.

Convert drawings to PDF - Convert CAD and plot files to PDF, complete with your markup.

Flexible licensing - Choice of regular standalone or shared floating network licenses."; 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 = ''; } }