var cmsMenu =
[
 ['', 'Home |', 'index.html', '', '',
 ],

 _cmSplit,
 ['', 'General |', 'general.html', '', '',
   ['', 'References', 'bibliography.html', '', 'References'],
   ['', 'Examples', 'examples/index.html', '', 'Examples'],
   ['', 'MIDI', 'midi/index.html', '', 'MIDI'],
   ['', 'Synthesizer', 'synth/index.html', '', 'Synthesizer'],  
   ['', 'MPEG', 'MPEG/index.html', '', 'Synthesizer'],  
   ['', 'Design Grid', 'designgrid.html', '', 'Music Symbol Design Grid'], 
 ],
 _cmSplit,
 ['', 'Modules |', 'modules/index.html', '', '',
   ['', 'Frequency', 'modules/frequency/index.html', '', 'Frequency'],
   ['', 'Time', 'modules/time/index.html', '', 'Time'],
   ['', 'Organization', 'modules/organization/index.html', '', 'Organization'],
   ['', 'General', 'modules/general/index.html', '', 'General'],
   ['', 'Texture', 'modules/texture/index.html', '', 'Texture'],
   ['', 'Effects', 'modules/effects/index.html', '', 'Effects'],
   ['', 'Performance', 'modules/performance/index.html', '', 'Performance'],
   ['', 'Control', 'modules/control/index.html', '', 'Control'],
   ['', 'Notation', 'modules/notation/index.html', '', 'Notation'],
   ['', 'Lyrics', 'modules/lyrics/index.html', '', 'Lyrics'],
   ['', 'MIDI Module', 'modules/midi/index.html', '', 'Frequency'],
   ['', 'Synthesizer Module', 'modules/synth/index.html', '', 'Frequency'],
],   
 _cmSplit,
 ['', 'Markup |', '', '', 'Markup',
 ['', 'Elements', 'elements/index.html', '', 'Elements'],
 ['', 'Attributes', 'attributes/index.html', '', 'Attributes'],
],

 _cmSplit,
 ['', 'DTD |', 'dtd/index.html', '', 'DTD',
   ['', 'DTD', 'dtd/index.html', '', 'DTD'],
 ],
  _cmSplit,
 ['', 'Examples |', 'examples/index.html', '', 'Examples',
 ],
   _cmSplit,
 ['', 'Contact', 'contact.html', '', 'Contact',
 ],
];

cmDraw ('cmsMenu', cmsMenu, 'hbr', cmThemeIE, 'ThemeIE');