var fDesc=new Array(); fDesc[0] = "QuickConcreteWall specializes in reinforced concrete shear walls and is an excellent tool for detailing a concrete wall subject to in-plane forces. Complex ACI interaction checks are done instantaneously as you tweak design parameters and view the results. Complete rebar detailing is provided in a productivity-quick format.
QuickConcreteWall gets you out of the black box with Transparent Reporting. The software presents hyperlinks from every check to the complete check details including full algebraic expression of the code formula, substituted values, intermediate results, final results, and "OK" or not! This checking and verification output is available on-screen and in a detailed report. The software does the work, but you can check it every step of the way, and so can your checkers, the building-department people, or anyone else who needs to know!"; 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 = ''; } }