var fDesc=new Array(); fDesc[0] = "With its easy to use graphical interface, Anchor Selector Software for ACI 318 eliminates the need for tedious calculations by hand that would otherwise be necessary to determine cracked concrete anchor solutions.
Anchor Selector™ Software for ACI 318 analyzes and suggests anchor solutions using the ACI 318, Appendix D strength design methodology (or CAN/CSA A23.3 Annex D limit states design methodology). It provides cracked and uncracked-concrete anchor solutions for numerous Simpson Strong-Tie Anchor Systems® mechanical and adhesive anchors."; 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 = ''; } }