var fDesc=new Array(); fDesc[0] = ""UPFLOOD - Flood Analysis Programs" is a computer program package, written and compiled in Microsoft Visual Basic version VI. These user friendly programs are valuable and time saving tools which can determine the flood magnitude-frequency relationship utilizing various methods (statistical, deterministic and empirical). TheUPFLOOD - Flood Analysis Programs supersedes the MS-Basic, Dos versions namely Detflood, Stflood, Regflood, Regplot and Regdata. The first versions were released in September of 1986. Since that time there have been several releases of these programs with the conversion to the Windows environment in the year 2000. The big step into the Windows environment has now been successfully made and this allows the computer programs to be upgraded and enhanced even more. The aim is to provide the end users with an easy to use flood determination tool which will save time and effort.
The UPFLOOD - Flood Analysis Programs package was designed and developed at the Department of Civil and Biosystems Engineering by Prof WJR Alexander with assistance from colleagues and students during the development period."; 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 = ''; } }