var fDesc=new Array(); fDesc[0] = "The Simpson Strong-Tie® Strong Frame™ Selector software is designed to help Designers select an appropriate frame for your project's given geometry and loading. Only minimum input geometries are required for the software to select an appropriate frame for the available space. Based on input geometry, the Strong Frame Selector software will narrow down the 368 available stock frames to a handful of possible solutions

. If opening dimensions are outside stock frame sizes, Designers can enter the specific opening dimensions, and the Strong Frame Selector will provide possible customized 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 = ''; } }