var fDesc=new Array(); fDesc[0] = "This program can be used to calculate the statical force distribution and Eigenfrequencies in a 2 and 3 dimensional framework.

The program supports the following calculation capabilities:

nodal loads

seven types of beam loads: POINT load, DISTRIBUTED load, TRIANGULAR load, BLOCK load, MOMENT load, ARBITRARY DISTRIBUTED load and TEMPERATURE load.

various BASE loads from where load COMBINATIONS can be composed.

all of a selection of the beams can possess continuous distributed springs along the beam axis, the beams can be prismatic or non prismatic (incl. properties to make possible to calculate concrete reinforcement).

the beams can be FIXED, HINGED or SPRING connected to the nodes, infinite stiff ECCENTRICAL beam connections are possible."; 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 = ''; } }