var fDesc=new Array(); fDesc[0] = "The River and Flood Analysis Module for Infrastructure Design Suite 2016 and Autodesk Civil 3D automates HEC-RAS cross section cutting, water surface analysis, flood plain mapping, and all related modeling tasks. You can also use it to perform automated bridge scour computations. It has the ability to automatically generate floodplain and floodway maps for agency submittals."; 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 = ''; } }