var vBar = new ItemStyle(33, 0, null, -15, 3, null, null, null, null,  null, null, null, null, 'hand', 'hand');
var hBar = new ItemStyle(33, 0, '&gt;', -5, 3, '15#cccccc', '10#ffffff', 'highText', 'highText', 'itemBorder', 'itemBorder', null, null, 'hand', 'hand');
var hBar = new ItemStyle(22, 1, '&gt;', -15, 2, '#cccccc', '10#ffff99', 'lowText', 'highText',
 'itemBorderBlank', 'itemBorder', null, null, 'hand', 'default');
var pMenu = new PopupMenu('pMenu');
with (pMenu)
{
startMenu('root', false, '-100', '-100', 33, hBar);
addItem('', 'm3359', 'sm:', null, 78);addItem('', 'm3297', 'sm:', null, 102);addItem('', 'm3313', 'sm:', null, 114);addItem('', 'm3314', 'sm:', null, 114);addItem('', 'm3346', 'sm:', null, 108);





startMenu('m3297', true, 'page.elmPos("page_3297").x - 50', 'page.elmPos("page_3297").y + 15', 250, hBar);addItem('&nbsp;Charles H. Wright Museum', 'http://www.maah-detroit.org', '', null, 26);addItem('&nbsp;African American Teaching and Learning Modules', 'http://www.charleswrightmuseum.net/history/', '', null, 26);addItem('&nbsp;Archives', 'http://chwmaah-archive.com/', '', null, 26);addItem('&nbsp;Living History', 'http://www.charleswrightmuseum.net/living_history/', '', null, 26);addItem('&nbsp;Virtual Exhibitions', 'http://chwmaah-archive.com/', '', null, 26);




startMenu('m3314', true, 'page.elmPos("page_3314").x - 5', 'page.elmPos("page_3314").y + 15', 240, hBar);addItem('&nbsp;Module 1- West Africa: Today and Yesterday', 'module1.html', '', null, 26);addItem('&nbsp;Module 2 - West Africa: Ghana', 'module2.html', '', null, 26);;addItem('&nbsp;Module 3 - West Africa: Mali', 'module3.html', '', null, 26);addItem('&nbsp;Module 4 - West Africa: Songhai', 'module4.html', '', null, 26);addItem('&nbsp;Module 5 - West Africa: Benin', 'module5.html', '', null, 26)








startMenu('m3346', true, 'page.elmPos("page_3346").x - 5', 'page.elmPos("page_3346").y + 15', 160, hBar);addItem('&nbsp;Timeline', 'timeline.html', '', null, 26);addItem('&nbsp;Interactive Map', 'map.html', '', null, 26);addItem('&nbsp;Glossary', 'glossary.html', '', null, 26);}







addMenuBorder(pMenu, window.hBar,
 null, '#ccc', 1, '#ccc', 3);


addDropShadow(pMenu, window.hBar, [40,"#111111",6,6,-4,-4], [20,"#444444",4,4,0,0]);
if ((navigator.userAgent.indexOf('rv:0.')==-1) && !(isOp&&!document.documentElement) && !(isIE4&&!window.external))
{
 pMenu.showMenu = new Function('mN','menuAnim(this, mN, 10)');
 pMenu.hideMenu = new Function('mN','menuAnim(this, mN, -15)');
}

