var fDesc=new Array(); fDesc[0] = "The VibeHound™ datalogger simplifies vibration measurements for test engineers. The vibration datalogger combines everything required to take NIST traceable vibration measurements into a single sensor package and can be operated from a Windows PC. Internal to the unit is a precision piezoelectric sensor, temperature sensor, signal conditioning, microcontroller, data memory, NIST traceable calibration, and a plug-and-play USB interface. The product can be run with an included Windows XP software application or LabView virtual instrument. Either application allows operators to collect and display time waveform and spectral vibration data at the click of a button."; 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 = ''; } }