var fDesc=new Array(); fDesc[0] = "Using the Korg Kontrol Editor software (provided), you'll be able to customize the microKEY for your setup. You can choose from eight velocity curves plus fixed velocity (a total of nine types), and also specify the control change number of the modulation wheel or joystick, as well as specify their maximum and minimum values."; 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 = ''; } }