var fDesc=new Array(); fDesc[0] = "Impact is a high-quality AAX (DSP, Native, and AudioSuite) and TDM dynamics processing plug-in. It provides critical control over the dynamic range of audio signals, with the look and sound of a mixing console’s stereo-bus compressor. Impact features a user interface that emulates the look of a console mix bus compressor. It provides support for 192 kHz, 176.4 kHz, 96 kHz, 88.2 kHz, 48 kHz, and 44.1 kHz sessions."; 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 = ''; } }