var fDesc=new Array(); fDesc[0] = "Advance Steel accelerates the design phase (single or multi-user mode) by offering an extensive library of smart objects, automatic joints and specific tools for creating standard structures, stairs, railing and miscellaneous steelwork. Advance Steel automatically generates all workshop and general arrangement drawings using intelligent tools to automatically control dimensions and labels as well as all required. All the tools are provided for fast and efficient modeling. Creating a precise model is important since Advance Steel will subsequently create all project documents (drawings, lists, NC files) from this model. Advance Steel provides users with professional objects such as beams, columns, bolts, etc. When running on AutoCAD®, Advance Steel uses Autodesk Object ARX to its fullest potential."; 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 = ''; } }