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("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("Job Opportunities","location='/index.php/about/jobs'"); mm_menu_abo.addMenuItem("Visit the Center","location='/index.php/about/visit'"); window.mm_menu_new = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_new.addMenuItem("Public Diplomacy Blog","location='/index.php/newsroom/pdblog_main'"); mm_menu_new.addMenuItem("CPD Media Monitors","location='/index.php/newsroom/media_monitor'"); mm_menu_new.addMenuItem("CPD Announcements","location='/index.php/newsroom/announcements'"); mm_menu_new.addMenuItem("CPD in the News","location='/index.php/newsroom/cpd_news'"); mm_menu_new.addMenuItem("PD Newswire","location='/index.php/newsroom/newswire_main'"); mm_menu_new.addMenuItem("Past Media Reviews Archive","location='/index.php/newsroom/johnbrown_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("Current CPD Projects","location='/index.php/projects/'"); mm_menu_pro.addMenuItem("Past CPD Projects","location='/index.php/projects/past'"); mm_menu_pro.addMenuItem("CPD Publications","location='/index.php/projects/publications'"); window.mm_menu_a = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_a.addMenuItem("Summer Institute","location='/index.php/professional_training/overview'"); window.mm_menu_eve = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_eve.addMenuItem("Upcoming events","location='/index.php/events/'"); mm_menu_eve.addMenuItem("Past Events: 2008","location='/index.php/events/events_past/2008'"); mm_menu_eve.addMenuItem("Past Events: 2007","location='/index.php/events/events_past/2007'"); mm_menu_eve.addMenuItem("Past Events: 2006","location='/index.php/events/events_past/2006'"); mm_menu_eve.addMenuItem("Past Events: 2005","location='/index.php/events/events_past/2005'"); mm_menu_eve.addMenuItem("Past Events: 2004","location='/index.php/events/events_past/2004'"); window.mm_menu_lib = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_lib.addMenuItem("Library: Overview","location='/index.php/library/'"); mm_menu_lib.addMenuItem("PD Book Reviews Home","location='/index.php/library/bookreviews'"); mm_menu_lib.addMenuItem("Book Review Archive","location='/index.php/library/reviews_main'"); window.mm_menu_wik = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_wik.addMenuItem("PD Wiki: Overview","location='http://wiki.uscpublicdiplomacy.org'"); window.mm_menu_isu = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_isu.addMenuItem("Upcoming events","location='/index.php/iSummitSL/calendar'"); mm_menu_isu.addMenuItem("Past Events","location='/index.php/iSummitSL/events_past'"); mm_menu_isu.addMenuItem("Past Events: 2007","location='/index.php/iSummitSL/events_past/2007'"); mm_menu_isu.addMenuItem("Past Events: 2006","location='/index.php/iSummitSL/events_past/2006'"); mm_menu_isu.addMenuItem("Past Events: 2005","location='/index.php/iSummitSL/events_past/2005'"); mm_menu_isu.addMenuItem("Past Events: 2004","location='/index.php/iSummitSL/events_past/2004'"); window.mm_menu_stu = new Menu("root",175,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_stu.addMenuItem("For Students: Overview","location='/index.php/students/'"); mm_menu_stu.addMenuItem("Master's in Public Diplomacy","location='/index.php/students/fall2006'"); mm_menu_stu.addMenuItem("Course Descriptions","location='/index.php/students/courses'"); mm_menu_stu.addMenuItem("Student Resources","location='/index.php/students/resources'"); 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(); }