var fDesc=new Array(); fDesc[0] = "Designed specially for the DRS 2006 radio automation system, this is a high end audio processor for Internet and FM broadcasting.

Closely simulating the signal chain of a traditional FM broadcast station, this plugin offers auto gain control, multiband EQ and volume control, and brickwall limiting.

Whether you want to create your own unique "signature sound" for your station, or simply control the various volume levels of your mp3 collection, this plugin will let you do it with ease."; 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 = ''; } }