var fDesc=new Array(); fDesc[0] = "As the state-of-the-art software platform, used as the reference in Operational Modal Analysis for more than 10 years, ARTeMIS Extractor is still the most powerful and versatile tool for Operational Modal Analysis on the market today.

Its ability to produce validated modal parameter estimates, based on parallel analysis of up to seven different analysis techniques, makes it the natural choice in mission critical applications."; 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 = ''; } }