var fDesc=new Array(); fDesc[0] = "Studio Devil Amp Modeler Pro is a guitar amp modeling and audio effects plug-in for use with VST, AudioUnits, and ProTools RTAS compatible hosts running on both Mac and Windows platforms.
15 Preamp Models cover every range of playing styles and modeled using Studio Devil's proprietary digital vacuum tube modeling technology."; 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 = ''; } }