var fDesc=new Array(); fDesc[0] = "The FEMA-approved CulvertMaster is hands down the best tool available for solving culvert hydraulics problems. Incredibly flexible, fast, report-ready, and stress-free, CulvertMaster builds on the input you have on-hand while providing what you are missing.
Choose to generate reports, calculate rating tables and plot curves.
Comprehensive reports contain both input conditions and detailed calculation information
Tabular views of your culvert systems exhibit the effects of varying system characteristics
Graphical views and reports are stunning: focus on a single culvert, or compare multiple elements on the same graphic."; 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 = ''; } }