var fDesc=new Array(); fDesc[0] = "Analyzing and managing the high volumes of input and output of complex river basin models is a major task. These models are used to simulate water quantity and quality for numerous scenarios of changes in land use, land-use management practices, and water-management operations. To assist with that process, an interactive computer program, GENeration and analysis of model simulation. SCeNarios (GenScn), was developed to create simulation scenarios, analyze results of the scenarios, and compare scenarios."; 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 = ''; } }