var fDesc=new Array(); fDesc[0] = "RISAConnection provides a comprehensive steel connection design with the aid of a 3D model. RISAConnection aids in your calculations, giving you full control of the connection type and components and the speed to change the connection with a flip of the switch.
RISAConnection takes the complexity out of calculations by listing explicitly the calculations and the code check values. Review your results in an easy-to-read report or inspect the connection in a 2D shop drawing-style drawing."; 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 = ''; } }