var fDesc=new Array(); fDesc[0] = "Compmem is a design program with a great versatility.

Code based values are always defaulted, but the user has total control to modify values to fit custom situations.
The user can control nearly all aspects of the design.

Features:

Several additional material properties are available for user modification: concrete unit, weight, cracking factor, steel elasticity, compression and tension controlled factors.

Checks ratio of area of reinforcing to gross area.

Material properties are calculated and used as appropriate.

Compmem allows you to view and print the results files."; 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 = ''; } }