var fDesc=new Array(); fDesc[0] = "MathModelica is useful in a variety of areas, such as modeling and simulation in the automotive and aircraft industries, robotics, complex machinery, and life science. Take advantage of the technology that makes it possible to bring modeling and simulation several steps closer to the real product, not otherwise possible with today's de-facto standard tools."; 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 = ''; } }