var fDesc=new Array(); fDesc[0] = "SASSProV2 provides engineers, operators, educators and researchers with a powerful analytical tool for analyzing the design, operation and optimization of wastewater treatment plants. MultiSim mode lets you store and plot monthly simulations of your plant operation. Each simulation over a 12 month period independently records seasonal loadings and plant configuration changes, allowing annual comparisons against any process output."; 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 = ''; } }