var fDesc=new Array(); fDesc[0] = "Gridded Surface Subsurface Hydrologic Analysis (GSSHA) is a grid-based two-dimensional hydrologic model that features 2D overland flow, 1D stream flow, 1D infiltration, 2D groundwater and full coupling between the groundwater, vadoze zone, streams and overland flow. The fully coupled groundwater to surfacewater interaction allows GSSHA to model both Hortonian and Non-Hortonian basins."; 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 = ''; } }