var fDesc=new Array(); fDesc[0] = "TrimJoist™ is the marriage of an open web floor truss and a trimmable, wooden I-joist, bringing the best features of each to the relationship. TrimJoist™ floor truss products are used by discriminating builders, contractors, and remodelers and specified by leading architects, engineers, and designers. The TrimJoist™ can be quickly incorporated into any house plan and is the first step to a floor system with Superior Quality and Superior Support"; 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 = ''; } }