var fDesc=new Array(); fDesc[0] = "Experience the Vortex I, the virtual synth that's custom made for the Alesis Vortex keytar controller. This powerful DVI is chock full of laser-cutting leads, stunning solo sounds, and crushing percussion-exactly the sounds you'll need to step out and take center stage. Delay, modulation, filter, and other on-board effects add endless creativity and control over your sound."; 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 = ''; } }