var fDesc=new Array(); fDesc[0] = "The EQ plug-in is based on the OXF-R3 EQ section. It is a fully functional 5-band application with selectable shelf settings on LF and HF sections. Additionally, separate variable slope low pass and high pass filters are provided. The EQ also features 4 different selectable EQ types that cover most of the EQ styles currently popular amongst professional users, including some legacy styles which are renowned for their artistic capability. The use of novel coefficient generation and intelligent processing design provides unparalleled performance that surpasses analogue EQ in both sound quality and artistic freedom. This plug-in may well provide all the EQ you ever needed."; 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 = ''; } }