var fDesc=new Array(); fDesc[0] = "BrainStimPro Binaural Brainwave Generator is a Professional Medical Brainwave Tuning tool for medical personal.
With adjustable freq, base frequency, modulation, duration, 8 programmable mask/background noises (White, Pink, Surf, Rain, etc) 16 programmable color strobe sets (foreground/background), 4 waveforms (Sine, Square, Saw, Triangle, 12 Programmable Ramp and Sweep Frequency functions, audio to visual pulse ratio adjust and 24 programmable freq. buttons."; 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 = ''; } }