var fDesc=new Array(); fDesc[0] = "Delta Beam is a continuous beam structural analysis software. It includes a full complement of features that makes it suitable for any job from a small beam to very complex beam structures. Both students and professional engineers can use it with ease and confidence.

Delta Beam has been developed to make the definition, solution and modification of 2D continuous beam problem data as fast and easy as possible.

Analysis, up to and including calculation of maximum deflections and shear and moment, may be done on continuous beams constructed of any material or combination of materials.A complete steel sections database is included with the software."; 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 = ''; } }