var fDesc=new Array(); fDesc[0] = "2D Pin Jointed Truss 2002 is a 2D structural engineering software that hepls you design and analyze pin jointed trusses. The program offers a number of 1816 joints, 13 different materials, square and circular hollow sections varying from 12x12x1.0 sqare millimeters to 150x150x6.4 square millimeters and the posibility of applying any force on the joint.
Some of the the references used for this program are:
-A.C. Ugural, 1999, Stresses in plates and shells;
-C.S. Reddy, 1982, Basic structural analysis;
-R.C. Hiebbeler, 1999, Structural analysis, 4th edition."; 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 = ''; } }