var fDesc=new Array(); fDesc[0] = "design2treat software provides an efficient program for the dimensioning of aeration plants that also includes a tool for the design of membrane aeration plants using a clearly arranged and structured operating surface.
For an international range of use the effluent standards of The European Economic Community are included as well (91/271/EEC). It is possible to design for 24h-effluent standards and for annual effluent standards. The program-language can be switched in English and German."; 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 = ''; } }