var fDesc=new Array(); fDesc[0] = "Each Chrome Tone modulation configuration (Chorus, Wah, Trem) has a ‘Dynamic’ envelope follower and ‘Auto’ LFO to modulate the effect itself or the incoming audio. Chrome Tone Amp has the typical features you’d expect in a virtual guitar amp – noise gate, distortion modes, compression and sustain, some EQ, some speaker cabinet simulations, and a spring reverb. Pretty much the basic components of a guitar amp, compacted into a user interface that resembles the dashboard of a car made in the 1950’s. Sure that might be a tad ‘out of the box’, but you’re already using Pro Tools so what the heck."; 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 = ''; } }