var fDesc=new Array(); fDesc[0] = "This Engineering Suite contains the Mechanical, Piping, Ducting & Structural modules below. Most of our utilities are equipped with 2D & 3D drawing functionality and include Bill Of Materials.
Mech-Q runs inside your CAD application as a add-on. We support all versions of AutoCAD (R14-2011), AutoCAD LT (2004-2011), Bricscad, Cadian, ProgeCAD, GstarCAD, AcelliCAD and many other IntelliCAD based CAD"; 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 = ''; } }