var fDesc=new Array(); fDesc[0] = "Main Features:
Mat foundation analysis and design. Complex mat boundaries, including circular and polygonal templates
Generate copies of modeling elements using rectangular or circular patterns. Multiple mat thicknesses or soil properties. Holes in mats. Combined footings. Wall footings. Walls, grade beams, columns and pile supports. Unlimited model size. Support for codes: IBC, ASCE 7, ACI 318, Automated FEA meshing and soil-spring supports. Sophisticated thick-plate finite element formulation. Import & Export DXF files. Import & Export with VisualAnalysis.
New! Improved usability: easy graphics and toolbar commands"; 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 = ''; } }