var fDesc=new Array(); fDesc[0] = "The Code 61 Editor software gives you a visual and intuitive way to edit the various MIDI messages that your Code 61 keyboard’s controls send to your computer. A preset is a preset file (.Code61) 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."; 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 = ''; } }