var fDesc=new Array(); fDesc[0] = "ChopChop is a dirty track and bus compressor with a unique character, not to be found elsewhere. It offers a lot of control over its compression action. In addition to the traditional release parameter, ChopChop offers an acceleration control. This control can be used to radically alter the release behavior of ChopChop. Apart from that ChopChop offers all the good stuff you might need, knee adjustment, compression range (with knee), dry/wet mix and channel linking."; 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 = ''; } }