var fDesc=new Array(); fDesc[0] = "The Code 49 Editor software gives you a visual and intuitive way to edit the various MIDI messages that your Code 49 keyboard’s controls send to your computer.

A preset is a preset file (.Code49) containing all of the assignments you make in the Editor. This includes MIDI assignments, HID keystroke assignments, and color assignments. Using presets lets you maintain several different control configurations to use in different situations. For instance, you may use different presets with different kinds of software, or you may use some presets for production and others for performance."; 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 = ''; } }