var fDesc=new Array(); fDesc[0] = "CivilStorm accurately models every aspect of your stormwater system including rainfall, runoff, inlet capture and bypass, gravity and pressure piping, detention ponds, outlet structures, open channels, culverts, and more.
Engineers can analyze pressure and free-surface flow conditions for networks of channels and closed conduits; model complex pond outlets for a variety of tailwater conditions; and use weirs, orifices, culverts, risers, and inlet boxes in their design, all within a single product."; 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 = ''; } }