var fDesc=new Array(); fDesc[0] = "ClipShifter is a wave-shaping audio plugin that functions like a clipping-style limiter. It provides enough user controls to be useful in all mixing stages: from distorting basses and drums, to maximizing mix buses and warming-up overall mixes. The sonic characteristics of the clipping distortion can be altered from hard, brickwall-style clipping, to softer saturation with compression."; 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 = ''; } }