var fDesc=new Array(); fDesc[0] = "The Regime Prescription Tool (HEC-RPT) is designed to facilitate entry, viewing, and documentation of flow recommendations in real-time, public settings. HEC-RPT seeks to improve 1) communications in group settings by allowing real-time recording and plotting of the recommendations as they are developed and 2) the recommendations produced by making hydrologic information more immediately accessible to scientists, engineers, and water managers during the formulation process.

HEC-RPT is primarily a visualization tool and is not intended to perform the detailed quantitative analyses (e.g., statistical analyses or reservoir and river routing) already performed by other software packages. Instead, HEC-RPT seeks to complement other software by making it easier to create flow time series that other software packages can import and use in their analyses."; 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 = ''; } }