var fDesc=new Array(); fDesc[0] = "The API Collection features four precision processors based on renowned API modules: the 550A 3-Band Equalizer, the 550B 4-Band Equalizer, the 560 Graphic Equalizer, and the 2500 Stereo Compressor.

Used by engineers worldwide on countless hit records, these modules deliver a sound like no other. And with the API Collection, Waves captures every nuance of their unique sonic signatures."; 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 = ''; } }