var fDesc=new Array(); fDesc[0] = "This program checks the resistant moment for the joints to prevent the columns failure before the beams when the frame gets horizontal forces and calculates the required cross steel and the allowed joints shear forces and makes another checkings and print full note.
Engineering Frames Joints is easy to install and has a simple interface. From the main menu you can open jointsfiles, modify the checking options, check point and draw joint."; 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 = ''; } }