var fDesc=new Array(); fDesc[0] = "The Dietrich Product Selector Software is a robust, easy to use, engineering analysis and design tool that rewards and empowers loyal Dietrich customers.

Whether you are a dealer, contractor, engineer, or architect, you will find that the software provides the features that you need for the selection of Dietrich steel framing and connectors.

Estimators can now take the guesswork out of their bids, and engineers and architects can now create more detailed drawings, upfront, before the shop drawings are complete."; 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 = ''; } }