var fDesc=new Array(); fDesc[0] = "The Computer Program for Project Formulation Hydrology (WinTR-20) is a single event watershed scale runoff and routing model. It computes direct runoff and develops hydrographs resulting from any synthetic or natural rainstorm. Developed hydrographs are routed through stream and valley reaches as well as through reservoirs.

Hydrographs are combined from tributaries with those on the main stream. Branching flow (diversion), and baseflow can also be accommodated. WinTR-20 may be used to evaluate flooding problems, alternatives for flood control (reservoirs, channel modification, and diversion), and impacts of changing land use on the hydrologic response of watersheds."; 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 = ''; } }