var fDesc=new Array(); fDesc[0] = "Studio Devil British Valve Custom is a Guitar Amp Modeling Plug-In for Mac and Windows. British Valve Custom is based on the gain structure of popular British Valve (Tube) Rock amplifiers (like the infamous Marshall tube heads) with some subtle modifications to give it slightly more gain. This amplifier model has considerable bite and attack making it perfect for classic rock and hard rock sounds"; 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 = ''; } }