var fDesc=new Array(); fDesc[0] = "Footings are designed to resist uplift and sliding forces as well as biaxial column moments and compressive forces. The all new “Vista-style” user-interface is more convenient and intuitive than ever! Footings are designed or checked using the latest ACI 318-2008 code.
The controlling column and load combination is listed for each design criteria (footing dimensions, thickness, soil pressure, top steel, bottom steel)—helping you identify "problem columns" and verifying results."; 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 = ''; } }