var fDesc=new Array(); fDesc[0] = "Mech-Q is an add-on for CAD (AutoCAD, AutoCAD LT and IntelliCAD) whereas AViCAD is a complete CAD and engineering solution. Each package contain our Engineering Tools which include mechanical, fasteners, structural, piping, P&ID, HVAC Ducting and more.
All of the modules within our engineering package are parametric and use block libraries to draw the selected objects. These tools are very easy to use - but powerful and customisable to your needs.
Features include: Auto-BOM, 2D, 3D and Isometric (Piping).
These tools are now used by more than 25 000 CAD professional - World-wide."; 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 = ''; } }