var fDesc=new Array(); fDesc[0] = "RAM Connection is a steel connection design software that lets you perform analysis of various connection types and verify them with comprehensive calculations, including seismic compliance. You can design and optimize different connections included in the AISC (ASD and LRFD), EC3, IS, GB, and BS specifications. CONNECT Edition comes with a set features and services that will better connect project team members within and across organizations and enable easier access to resources such as learning materials."; 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 = ''; } }