var fDesc=new Array(); fDesc[0] = "SigGenRP is a powerful stimulus design package that provides systematic control of stimulus variables across a range of experimental conditions. The intuitive graphical interface makes it easy to build a variety of complex signal waveforms from basic building blocks such as clicks, noise, sweeps, and sine waves. You control all aspects of the signal, such as duration, frequency, intensity, and filter settings. Stimulus parameters and complex variable schedules are saved in a file and used to generate stimuli from compatible applications such as BioSigRP or OpenEx. SigGenRP also includes a versatile signal calibration tool that you can use to calibrate and normalize transducers, determine total harmonic distortion and produce normalization files."; 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 = ''; } }