var fDesc=new Array(); fDesc[0] = "CMKConfig software is used to configure the CMK for controlling MIDI sound modules or PC-based synthesizer software such as Hauptwerk and Sound Canvas Pipe Organ Project (SCPOP).

The configuration data may be stored on a personal computer or in the CMK memory chip. Up to 128 configurations may be stored on the CMK memory chip and are selected using an on-board DIP switch."; 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 = ''; } }