var fDesc=new Array(); fDesc[0] = "Powerfull algorythm for choice making with analysis, alternatives, criteria, weight and thresolds. The Multi-Criteria Decision Analysis Tool which allows fine tuning to make right decision : right choice at the right time.

As you know about decision you know that it is not as easy to deal with alternatives, criteria, weight and thresholds in an efficient way to support a sustainable decision. See the decision making process.
Very Good Choice tool let you easily compare several alternatives in a single step of the decision process. The result consist of the ranking of the alternatives ordered from the most interesting to the least"; 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 = ''; } }