var fDesc=new Array(); fDesc[0] = "Blue Cat's Phaser reproduces this old vintage phasing effect that you can find on so many recordings, but with the precision of modern digital processing techniques. You can also control the phase of the signal in the wet and feedback paths, which extends the possibilities of the original model."; 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 = ''; } }