var fDesc=new Array(); fDesc[0] = "Perform integrated loading, analysis, and code checking of small to medium-span bridges. Structural Bridge Design software is available only in the Architecture, Engineering & Construction Collection. Define materials and geometry to produce calculations for bridge sections in a graphical environment. Use an integrated workflow for loading, analysis and code compliance checking (AASHTO, EUROCODES, and more) throughout the project."; 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 = ''; } }