var fDesc=new Array(); fDesc[0] = "FabFilter Pro-MB is an intuitive multi-band dynamics plug-in. It enables you to directly create a new band at the frequency range you want to work on. The interactive multi-band display clearly shows that the rest of the spectrum stays untouched. And if desired, you can easily snap bands together to recreate a traditional crossover system."; 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 = ''; } }