var fDesc=new Array(); fDesc[0] = "Interactive Groundwater (IGW) is a fully interactive visual software system for unified deterministic and stochastic groundwater modeling. The system is designed to simulate unsteady flow and reactive transport in general groundwater formations subject to both systematic and 'randomly' and geological and chemical heterogeneity. It is capable of real-time simulations and of generating animated visualizations."; 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 = ''; } }