var fDesc=new Array(); fDesc[0] = "Voxengo Polysquasher is a mastering compressor AU and VST plugin for professional sound and music production applications. Polysquasher was designed with a main goal: to be transparent. Transparent compression action is a cornerstone for any mastering compressor. Transparency of audio signal processing is necessary to preserve all existing elements in the mix, while compression itself is necessary to make the mix sound uniform to other mixes (tracks) and to make it sound more solid and “glued”."; 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 = ''; } }