var fDesc=new Array(); fDesc[0] = "SutraGUI Version 2.2.1.0 is a graphical environment for setting up and executing 2D and 3D SUTRA runs, and for visualizing results from 2D SUTRA runs. It is compatible with SUTRA Version 2.1 and requires Argus Open Numerical Environments (Argus ONE). SutraGUI, a flexible graphical user-interface (GUI) that supports twodimensional (2D) and three-dimensional (3D) simulation with the U.S. Geological Survey (USGS) SUTRA ground-water-flow and transport model. SutraGUI allows the user to create SUTRA ground-water models graphically. SutraGUI provides all of the graphical functionality required for setting up and running SUTRA simulations that range from basic to sophisticated, but it is also possible for advanced users to apply programmable features within Argus ONE to meet the unique demands of particular ground-water modeling projects."; 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 = ''; } }