var fDesc=new Array(); fDesc[0] = "EMC Studio elevates the product development process to a higher level by seamlessly integrating the model generation process and systems simulation methodology. The result is a truly revolutionary hierarchical design approach. This approach improves the effectiveness of the whole simulation process by closing the gap between several until now isolated simulation methods.
EMC Studio is a powerful program package for the sophisticated computer analysis of EMC-problems. EMC Studio was specially created to address engineers working with EMC-problems appearing in large systems like automobiles, aircrafts, ships or computer systems."; 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 = ''; } }