var fDesc=new Array(); fDesc[0] = "Unlock the potential of your USB-equipped VOX product with the Tone Room software. This app allows for easier editing of your favorite amp models and effects and also makes for simple organization of your favorite presets. Whether you’re practicing at home or on-the go, VOX Tone Room is a simple and intuitive way to get the most out of your VOX amps."; 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 = ''; } }