var fDesc=new Array(); fDesc[0] = "LEAP Bridge is powerful concrete bridge analysis and design software trusted by more than 1,800 engineers worldwide. It offers seamless parametric bridge modeling and substructure and superstructure analysis in one integrated offering. A central project database ensures that bridge data is always accurate and up-to-date. LEAP Bridge is developed by engineers who have expert knowledge of code specifications and design methodologies, with more than 20 years experience delivering top-quality bridge engineering technology. The software supports a broad array of industry standards for data exchange and load rating."; 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 = ''; } }