var fDesc=new Array(); fDesc[0] = "Based on the open Modelica standard, the simulation software SimulationX offers you a modeling platform which can be easily customized to your very needs and development tasks. You are free to use elements from the ESI ITI model libraries, derive new developments from them or create completely new model elements from scratch to save and manage them in your own libraries. You get a fully customizable tool for modeling and system simulation that can be extended anytime. Specific interfaces with numerous CAx tools and post-processing applications as well as open interface standards, such as FMI, ensure a seamless integration of SimulationX into your product development chain."; 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 = ''; } }