var fDesc=new Array(); fDesc[0] = "MLU is a Windows application for the analysis of aquifer tests and the Design of Well Fields in Layered Systems. MLU (Multi-Layer Unsteady state) can be used for drawdown calculations and inverse modeling of transient well flow (pumping tests analysis) in layered aquifer systems and stratified aquifers."; 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 = ''; } }