var fDesc=new Array(); fDesc[0] = "RISASection allows the user to define any type of complex cross section either by combining standard shapes or by defining new shapes. Multiple materials are permitted in the same section. RISASection calculates all the section properties, including the torsion constant. It includes many powerful editing features such as automatic stacking and aligning, unlimited UNDOs, as well as the ability to create beautiful reports with cross section graphics 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 = ''; } }