var fDesc=new Array(); fDesc[0] = "Mx-Suite™ is a proven validation and verification (V&V) and test translation tool that runs on Microsoft Windows®. With its powerful and comprehensive graphical behavior diagrams, requirements acceptance criteria are fully specified in terms of stimuli and responses. Mx-Suite records data from experiments or imports field data as acceptance criteria. Its powerful visual interface allows the user to test implementations using virtual prototypes before electronics are available. Mx-Suite is used to test design models, execute tests on developer-written or generated code, as well as run the same test cases on HIL testers."; 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 = ''; } }