var fDesc=new Array(); fDesc[0] = "The elysia alpha compressor plugin gives you an emulation of the sound and features produced by the hardware. The mastering will profit from this ultimate dynamics processor, but the compression section is a very useful tool, too. The alpha compressor plugin is available for PC and Mac in 32 and 64 bits. The following formats are supported: AAX, RTAS, AS, TDM, VST2.4, VST3, AU and VENUE."; 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 = ''; } }