var fDesc=new Array(); fDesc[0] = "AQUASEA for Windows software is a powerful and easy to use finite element program to solve flow in rivers tidal flow problems in estuaries and coastal areas, lake circulation and problems involving transport of mass heat and suspended sediments. First developed in 1985 it has been continuously upgraded since then. It has been used worldwide on the most difficult modeling problems.

AQUASEA contains both a hydrodynamic flow model and a transport-dispersion model. The AQUASEA flow model can simulate water level variations and flows in response to various forcing functions in lakes, estuaries, bays and coastal areas. The transport-dispersion model simulates the spreading of a substance in the environment under the influence of the fluid flow and the existing dispersion processes. The substance may be a pollutant of any kind, conservative or non-conservative, inorganic or organic salt, heat suspended sediment, dissolved oxygen, inorganic phosphorus, nitrogen and other water quality parameters."; 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 = ''; } }