var fDesc=new Array(); fDesc[0] = "The ASP-MG24 is 1RU, 6 input x 4 output DSP configurable by a very intuitive set-up GUI. Four inputs are tied to independent white/pink noise generators with adjustable ramp-up to allow gradual acclimation to masking levels. Two additional inputs are available for mic or line sources to allow paging and/or music sources to be blended with the masking sources to any of the 4 outputs."; 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 = ''; } }