var fDesc=new Array(); fDesc[0] = "BEAMD will analyse and design just about any single or multi-span RC beam subject to a wide range of loading conditions. Standard combination load cases are generated automatically to meet code requirements.

The resultant BM envelope may be automatically adjusted for redistribution within specified limits. A wide range of national codes including BS8110, EC2 and ACI

In addition to standard beams, the program can handle special cases too, such as:
- Beams with change in depth between the field or within them.
- Beams with elastic supports.
- Settlement of supports.
- Torsion in the beam.

The program designs the links (stirrups) with automatic variable spacing allowing for shear reduction at the supports."; 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 = ''; } }