var fDesc=new Array(); fDesc[0] = "The Subsurface Wetland Model software SubWet has been developed to support the decision-making process by assisting experts and water managers in the design of constructed wetlands to improve water quality and treat domestic wastewater. Furthermore, SubWet can also be used as a tool to improve the efficiency of low or non-performing systems and model different operational scenarios such as higher or lower volumes or higher or lower concentrations of contaminants. Due to its characteristics this software is very useful for training technicians and students who are interested in modelling artificial wetlands."; 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 = ''; } }