var fDesc=new Array(); fDesc[0] = "Blue Cat's Liny EQ is an 8-band linear phase equalizer with very low latency and comprehensive visual feedback - thanks to its optimized linear phase kernel, it processes the signal without phase distortion, with an unusually short latency (less than 3 milliseconds). Its wide range of gain (-40dB) and multiple filter shapes make it very flexible for a graphic EQ, letting you create nice EQ curves."; 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 = ''; } }