var fDesc=new Array(); fDesc[0] = "The ME’scopeVES Visual Engineering Series of software packages and options makes it easier for you to observe and analyze noise and vibration problems in machinery and structures using either experimental or analytical data. With ME’scope, you can import or directly acquire multi-channel time or frequency data from a machine or structure, and post-process it."; 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 = ''; } }