var fDesc=new Array(); fDesc[0] = "DFLOW is a Windows-based tool developed to estimate user selected design stream flows for low flow analysis and water quality standards. This latest version can be readily used by regulators in state and EPA regional offices, modelers, or anyone else interested in calculating design flow statistics. DFLOW inputs daily stream flow records (such as those records from the systematic data collection program maintained by the USGS) and calculates user-specified biologically-based design flows, hydrologically-based design flows, harmonic, and percentile flows. DFLOW can simultaneously determine and compare various design flow statistics for numerous water bodies."; 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 = ''; } }