var fDesc=new Array(); fDesc[0] = "The Musicians carries on the tradition of affordable tools that offer the clarity and intuitive control expected from Waves. Create tracks with presence, punch, and unique sonic signature.

The Musicians bundle features two signature Waves processors found on countless hit releases; Renaissance Compressor and Renaissance EQ. Add to that, two great delay and ambience tools, SuperTap and Doubler, and you are ready to create sounds with unique sonic distinction. Use these award-winning tools that have shaped the sound of many hit mixes, to create your next hit."; 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 = ''; } }