var fDesc=new Array(); fDesc[0] = "Is the plug-In that brings the world of custom guitar amps, boutique outboard gear and pedal effects inside Pro Tools.
The Chrome Tone plug-In is a collection of effects that includes distortion, compression, gating, chorus, flange, EQ, wah, tremolo, spring reverb, and tape delay. These effects can all be used together in a single stacked configuration, or as independent effects."; 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 = ''; } }