var fDesc=new Array(); fDesc[0] = "Visual MODFLOW Pro is trusted and used by more groundwater professionals than any other modeling software in the world thanks to several seamlessly integrated numeric engines with an easy-to-use graphical interface.

With the ability to simulate groundwater and surface water interactions, and the added capability of calculating changes to groundwater chemistry, groundwater professionals now have a complete set of tools necessary for addressing water quality, groundwater supply, and source water protection initiatives."; 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 = ''; } }