var fDesc=new Array(); fDesc[0] = "U73b Compressor is a faithful emulation of the German broadcast compressor/limiter unit U73b. 2nd generation of the famous plug-in. U73b may bring not only some required diversity to your recordings, it brings the sound tied with the golden era of rock music in Europe."; 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 = ''; } }