var fDesc=new Array(); fDesc[0] = "Xpand!2 is a multitimbral workstation offering four active sound slots, or parts, per patch. Each part is provided with its own MIDI channel, Note Range (Zone), Mix, Arpeggiation, Modulation and Effects settings. The Voice Mode for each part can be set to polyphonic or monophonic."; 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 = ''; } }