var fDesc=new Array(); fDesc[0] = "The mDSS software is a generic Decision Support System (DSS) developed to assist decision makers in the management of environmental problems.

It can help users:
-better understand or explain to the involved actors (disciplinary experts, policy/decision makers, other stakeholders) the problem at hand,
-explore possible decision options, also within the contexts of alternative scenarios,
-facilitate public participation,
-smoothen the conflicts related to alternative courses of action,
-extend collaboration with and within different stakeholder groups."; 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 = ''; } }