var fDesc=new Array(); fDesc[0] = "FuzzME is a mathematical tool for creating fuzzy models of multiple-criteria evaluation and decision making. It was developed at the Faculty of Science at Palacký University Olomouc by Mgr. P. Holeček, doc. RNDr J. Talašová, CSc., RNDr. O. Pavlačka Ph.D. and Mgr. I. Bebčáková.

In the FuzzME software, both quantitative and qualitative criteria can be used. For the aggregation of partial evaluations, any of the following methods can be used:
- Fuzzy weighted average
- Fuzzy OWA operator
- Fuzzified WOWA operator
- Fuzzy Choquet integral
- Fuzzy expert system"; 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 = ''; } }