var fDesc=new Array(); fDesc[0] = "Vibsoft data acquisition software dedicated to laser vibrometers. Control of all vibrometer settings via RS-232 interface; all settings stored with the data files – ideal for test-stand installations and extensive test series (with most models). Integrated signal enhancement provides the best laser vibrometer performance. Integrated function generator (option) including user-defined excitation waveforms–tight control and synchronization. Provides live video images of the test object and laser beam position (optional)*for easy measurement point definition and documentation. Acquires time and FFT response signatures for arbitrary drive voltages. Averages the input signal in the time domain. Differentiates and integrates in time and frequency domain. Calculates FFT with up to 12,800 lines of resolution; optional zoom FFT and extended FFT resolution up to 819,200 lines available."; 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 = ''; } }