var fDesc=new Array(); fDesc[0] = "Measurement Partner Suite (MPS) is Brüel & Kjær’s state-of-the-art data viewing and post-processing toolbox for environmental noise and vibration professionals. It comes with all Type 2270, 2250 and 2250-L instruments.The standard configuration is free and provides field support with the Measurement Partner (MP) Field App for iOS and Android, and MP Cloud."; 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 = ''; } }