var fDesc=new Array(); fDesc[0] = "Greed Smasher is a free audio plugin based on a MESA/Boogie GRID SLAMMER Overdrive guitar pedal. It has a simple three-knob design alongside with the foot switch which allows you to enable and disable the effect. You can boost the signal at the plugin input; adjust the amount of distortion; control the amount of high-frequency contour; control the volume at the output of the pedal and more."; 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 = ''; } }