var fDesc=new Array(); fDesc[0] = "GT STRUDL completely integrates graphical modeling and result display, frame and finite static, dynamic, and nonlinear analysis, finite element analysis, structural frame design, graphical result display, and structural database management into a powerful menu driven information processing system. In over 30 years of use, GT STRUDL is one of the most widely accepted computer-aided engineering and design tools for the structural analyst and structural design engineer. GT STRUDL is used on a regular basis by thousands of engineers in over 30 countries."; 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 = ''; } }