var fDesc=new Array(); fDesc[0] = "CORMIX is an advanced information systems that delivers a comprehensive analysis of regulatory mixing zones, including evaluation of critical benthic ecological impacts. The system emphasizes the role of boundary interaction to predict steady-state mixing behavior and plume geometry. CORMIX consists of a series of systems for the analysis, prediction, and design of discharges into watercourses or the atmosphere, with emphasis on steady-state values for the geometry and dilution characteristics of the mixing zone."; 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 = ''; } }