var fDesc=new Array(); fDesc[0] = "The Steel AutoDrafter is an innovative tool that automates the production of design GA and elevations of steel buildings.

The primary input is a 2D or 3D frame analysed in STAAD Pro. The Steel AutoDrafter takes in all the information from the frame and allows the engineer to create detailed 2D drawings. All the user needs to do is to select the grid along the X, Y or Z directions to generate a drawing.

The software also identifies trusses and portals and generates a 2D drawing from a wire frame model."; 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 = ''; } }