var fDesc=new Array(); fDesc[0] = "It is the engineering tool for the steel connection designer. SCS allows engineers to quickly design many kinds of joints and the slide show above shows some examples. The app is easy to learn because the 2D sketch shows 'live' the data you input.

Main Features:

- See formulas used in calculations and see them in equation style formatting.
- Include formulas in the report.
- Define multiple load case combinations.
- Input different material properties for each different steel part (members, plates) of the connection."; 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 = ''; } }