var fDesc=new Array(); fDesc[0] = "Tetra is the only software for evaluation, measurement and decision making that is based on sound mathematical foundations. There are logical and mathematical errors at the foundations of decision theory, game theory, economic theory, psychology, and other social science disciplines. These errors can be avoided by using Tetra. Tetra constructs preference scales using a user’s (or users’) criteria weights and alternatives’ ratings."; 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 = ''; } }