var fDesc=new Array(); fDesc[0] = "VertexDSP FaderWorks is an audio plug-in for multi-instance gain and latency adjustment. The main idea is to provide an additional layer of control and flexibility to a mixing environment. It adds volume and logical switching controls for a virtual routing of audio signals.

FaderWorks can be placed anywhere in the effect chain of an audio track. This allows you to specifically control the volume behind or before other audio plug-ins."; 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 = ''; } }