var fDesc=new Array(); fDesc[0] = "With MultiCabinet, you can switch between different character cabs during a single song, multiply their sounds, combine. Each microphone has an individual model selection, angle, pan and level controls. The controls in the Cabinet view are shared by both microphones to avoid overlapping of images."; 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 = ''; } }