var fDesc=new Array(); fDesc[0] = "SE::MC is a computer program that allows you to perform moment curvature analysis on structural member sections. The structural member sections shall include but not limited to reinforced concrete column, prestressed concrete pile, bridge girder, reinforced concrete beam, and steel pipe sections. The analysis is based on strain compatibility approach. This program is a powerful tool for both structural design and research where moment curvature analysis is required. This free version allows you to perform moment curvature analysis for sections composed of circular or rectangular shapes only."; 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 = ''; } }