var fDesc=new Array(); fDesc[0] = "COMPOSITE-BEAM is a program that allows for the design of continuous composite beams according to ENV 1994-1-1:1992-10 (EC 4 is in preparation). COMPOSITE-BEAM is based on the bidirectional communication between RSTAB and its add-on modules. It provides support for the calculation of cross-section properties according to method 1 or 2 and the calculation of elastic internal forces with RSTAB."; 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 = ''; } }