var fDesc=new Array(); fDesc[0] = "Using this application, you can quickly check and design the behavior of composite beams, or design the whole composite floor system on a floor-by-floor basis within a single Autodesk Robot Structural Analysis Professional 2016 model. You can also use this application to design non-composite steel beams.

The design is performed according to the ANSI/AISC 360-10 code."; 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 = ''; } }