function mmLoadMenus() { if (window.mm_menu_ins) return;window.mm_menu_abo = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_abo.addMenuItem("About the Center: Vision","location='/index.php/about/'"); mm_menu_abo.addMenuItem("Academics & Classes","location='/index.php/about/academics'"); mm_menu_abo.addMenuItem("Faculty Search","location='/index.php/about/faculty_search'"); mm_menu_abo.addMenuItem("What is Public Diplomacy?","location='/index.php/about/whatis_pd'"); mm_menu_abo.addMenuItem("Center Bios","location='/index.php/about/bios'"); mm_menu_abo.addMenuItem("Internship Program","location='/index.php/about/internship'"); mm_menu_abo.addMenuItem("Visit the Center","location='/index.php/about/visit'"); window.mm_menu_eve = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_eve.addMenuItem("Upcoming events","location='/index.php/events/calendar'"); mm_menu_eve.addMenuItem("Past Events","location='/index.php/events/events_past'"); window.mm_menu_new = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_new.addMenuItem("Newsroom: Overview","location='/index.php/newsroom/'"); mm_menu_new.addMenuItem("Washington Journal","location='/index.php/newsroom/journal_main'"); mm_menu_new.addMenuItem("Middle East Media Project","location='/index.php/newsroom/memp_main'"); mm_menu_new.addMenuItem("John Brown's PD Review","location='/index.php/newsroom/johnbrown_main'"); mm_menu_new.addMenuItem("China Diary","location='/index.php/newsroom/china_main'"); mm_menu_new.addMenuItem("WorldCasting","location='/index.php/newsroom/worldcast_main'"); mm_menu_new.addMenuItem("Special Reports","location='/index.php/newsroom/specialreports_main'"); mm_menu_new.addMenuItem("RSS Feeds","location='/index.php/newsroom/rss'"); window.mm_menu_pro = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_pro.addMenuItem("Center Projects: Overview","location='/index.php/projects/'"); mm_menu_pro.addMenuItem("Anti-Americanism","location='/index.php/projects/anti_am'"); mm_menu_pro.addMenuItem("Corporate Reputation","location='/index.php/projects/China'"); mm_menu_pro.addMenuItem("Fdn for Int'l Understanding","location='/index.php/projects/fiu'"); mm_menu_pro.addMenuItem("Middle East Media Project","location='/index.php/projects/memp'"); mm_menu_pro.addMenuItem("PD & Virtual Worlds","location='/index.php/projects/mmog'"); mm_menu_pro.addMenuItem("Public Discourse & PD","location='/index.php/projects/discourse'"); window.mm_menu_lib = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_lib.addMenuItem("Library: Overview","location='/index.php/library/'"); window.mm_menu_stu = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_stu.addMenuItem("For Students: Overview","location='/index.php/students/'"); window.mm_menu_sea = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_sea.addMenuItem("Search","location='/index.php/search/'"); mm_menu_sea.writeMenus(); }