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

 ],

 _cmSplit,
 ['', 'Conferences |', 'conferences/index.html', '', '',
   ['', 'Conferences', 'conferences/index.html', '', 'Conferences'],
   ['', 'Workshops', 'workshops/index.html', '', 'Conferences'],
   ['', 'Photo albums', 'home.php', '', 'Photos'],

 ],
 _cmSplit,
 ['', 'Membership |', 'membership/index.html', '', '',
   ['', 'Constitution', 'constitution.html', '', 'Constitution'],
   ['', 'Categories', 'membership/categories.html', '', 'Categories'],
   ['', 'Fees', 'membership/fees.html', '', 'Fees'],
   ['', 'Join', 'membership/join.html', '', 'Join'],
 ],
 _cmSplit,
 ['', 'People |', 'people/index.html', '', '',
   ['', 'Board', 'board.html', '', 'Board'],
   ['', 'Steering Committee', 'steercom.html', '', 'Steering Committee'],
   ['', 'Partners', 'partners/index.html', '', 'Partners'],
 ],
 _cmSplit,
 ['', 'Projects |', 'projects/index.html', '', '',
 ],
  _cmSplit,
 ['', 'Resources |', 'resources/index.html', '', '',
 ],
   _cmSplit,
 ['', 'Photos |', 'home.php', '', '',
 ],
  _cmSplit,
 ['', 'Contact', 'contact.html', '', '',
 ],
];

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