var fDesc=new Array(); fDesc[0] = "The goal of this program is not only to tease out the most plausible scenarios for decision-makers, but also to examine combinations of hypotheses that one would have initially excluded. The SMIC PROB-EXPERT, together with the PROB-EXPERT software, outlines the most probable futures which then serve as a basis for scenario building. Traditional program for minimising a square law form under linear constraints."; 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 = ''; } }