var fDesc=new Array(); fDesc[0] = "WinPond is a computer program for the field application of pond designs.

The WinPond program is intended to assist engineers and engineering technicians in the design of ponds and structures.

The program will assist in determining the auxiliary spillway and top of dam elevations by floodrouting the principal and auxiliary spillway storm events."; 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 = ''; } }