var fDesc=new Array(); fDesc[0] = "The elysia museq allows users to find musical results quickly and easily. The five bands and their ample gain ranges add flexibly to any tracking or mixing situation. Each of the two channels offers three parametric bands with a two-position switchable Q. The outer bands per side are low/high shelf, which can be separately switched into a low/high cut mode."; 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 = ''; } }