var fDesc=new Array(); fDesc[0] = "Maximal 2 is an advanced Loudness Maximiser that allows you to get the most out of your sound. It features an advanced lookahead detection algorithm. Instead of just delaying the signal, it uses a special algorithm to react to the incoming audio naturally before it happens. To help limit aliasing, and stop inter-sample peaks, the program offers up to 8x oversampling. The oversampling algorithm cleanly upsamples the signal before applying the limiting, before cleanly bringing the sample rate back to the original."; 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 = ''; } }