var fDesc=new Array(); fDesc[0] = "bx_cleansweep is a Hi-Pass and Lo-Pass filter plug-in, introducing the Anti Crush Technology. You can filter out any unwanted hi-end and lo-end, resulting a clean and tight mix. It allows a detailed control over the X-axis and Y-axis of the joystick, while enabling the EQ knobs to be set in precision 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 = ''; } }