function mmLoadMenus() {  if (window.mm_menu_cal) return;	  window.mm_menu_hom = new Menu("root",1,10,false,true,"#390073","#390073");		mm_menu_hom.addMenuItem("");		window.mm_menu_cal = new Menu("root",140,16,false,true,"#dd7500","#ff9900");		 	mm_menu_cal.addMenuItem("Assemblies","location='education.html#assemblies'");		 	mm_menu_cal.addMenuItem("Residencies","location='education.html#residencies'");		 	mm_menu_cal.addMenuItem("Work Shops","location='education.html#workshops'");		 	mm_menu_cal.addMenuItem("At Risk Kids","location='education.html#atriskkids'");		 	mm_menu_cal.addMenuItem("Scripts","location='education.html#scripts'");		window.mm_menu_get = new Menu("root",140,16,false,true,"#dd7500","#ff9900");		 	mm_menu_get.addMenuItem("Bye Bye, Blackbird","location='fitzgerald.html'");		 	mm_menu_get.addMenuItem("Einstein: A Stage Portrait","location='einstein.html'");		 	mm_menu_get.addMenuItem("FLLW: Frank Lloyd Wright","location='fllw.html'");		 	mm_menu_get.addMenuItem("Lenny's Back","location='lenny.html'");		 	mm_menu_get.addMenuItem("Meet Thomas Jefferson","location='commercial.html'");		 	mm_menu_get.addMenuItem("Wright From America","location='exiles.html'");		window.mm_menu_act = new Menu("root",140,16,false,true,"#dd7500","#ff9900");		 	mm_menu_act.addMenuItem("History","location='moreaboutus.html#history'");		 	mm_menu_act.addMenuItem("Staff Bios","location='moreaboutus.html#staffbios'");		 	mm_menu_act.addMenuItem("Awards","location='moreaboutus.html#awards'");		 	mm_menu_act.addMenuItem("Grants","location='moreaboutus.html#grants'");		 	mm_menu_act.addMenuItem("Sponsors","location='moreaboutus.html#sponsors'");		 	mm_menu_act.addMenuItem("Fundraising","location='moreaboutus.html#fundraising'");	  window.mm_menu_sea = new Menu("root",1,10,false,true,"#390073","#390073");		mm_menu_sea.addMenuItem("");  mm_menu_sea.writeMenus();}
