var fDesc=new Array(); fDesc[0] = "The Simpson Strong-Wall Shearwall Selector is a program that selects the proper Wood or Steel Strong-Wall for a particular framing and foundation application for engineered designs.
Features :
- User friendly with printable output
- Updated to the 2006 I codes
-Engineered designs with stiffness and cumulative overturning included in the tabulated allowable loads
-Single story, raised floor, two story and balloon framing solutions
- Both Wood and Steel Strong-Wall® shearwall solutions"; 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 = ''; } }