var fDesc=new Array(); fDesc[0] = "A classic effect creating delayed repetitions of the incoming signal enriched with the warmth of the Summing Tube. The STA Effects are primarily designed for using as insert effects as the tube summing process is inside the plug-in. In addition it offers the same 5 types of valve saturation as do all the STA Effects series. Classic effect creating delayed repetitions of the incoming signal, perfect high-end tube sound, 5 types of valve saturation, two signal paths mixed on a vacuum tube, really unique and warm character"; 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 = ''; } }