var fDesc=new Array(); fDesc[0] = "FXpansion DCAM Dynamics is a set of audio processing plugins in VST, AU and RTAS formats. They are perfect for everything from taming tricky transients to heavy, creative sculpting effects and everything in between. Classic console bus compression and channel limiting amp processors are provided alongside a transient shaper and frequency-selective compressor."; 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 = ''; } }