var fDesc=new Array(); fDesc[0] = "Software for the design of steel and composite beams including holes in webs in accordance with EN 1993, EN 1994 and BS5950.
The program features: wide range of sections built-in plus import of sections from QuikEC3 and Merlin, rectangular and circular web openings for both simple and composite beams, built-in and user definable steel decks, concrete and shear studs, project-based calculations and reports with links to CAD and Quikjoint, and much more."; 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 = ''; } }