var fDesc=new Array(); fDesc[0] = "MagiCAD Object Enabler is a free software utility for the AutoCAD environment.
With the help of MagiCAD Object Enabler it is possible to examine the product information that is stored in a AutoCAD drawing that is made with MagiCAD – in air terminal devices, valves, water points, ductwork components and in sprinkler systems, etc. You can also select the actual presentation you prefer (wireframe, 2D, or 3D)."; 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 = ''; } }