var fDesc=new Array(); fDesc[0] = "Wurlitzer-V is a software model of the classic Wurlitzer 200A electric piano. Its output can be processed and shaped through a host of modeled guitar effect pedals. On the output you get options like a guitar amp, a Leslie rotating speaker, etc. for making a vast array of sounds."; 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 = ''; } }