var fDesc=new Array(); fDesc[0] = "CASM data is an essential part of a style file as these data defines the interpretation of the MIDI data in the style file.

CASM sections can be created and edited with my CASM Editor software. The CASM section holds the Ctab settings and some other settings of the style. Only some of these settings can be done at the keyboard."; 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 = ''; } }