function mmLoadMenus() {
  if (window.menu1) return;
                window.menu1 = new Menu("root",150,28,"",12,"#000000","#69270f","white","white","left","middle",0,0,1000,-5,7,true,false,true,0,false,false);
  menu1.addMenuItem("　<span style='white-space: nowrap;'>About the Foundation</span>","window.open('/en/about/foundation', '_self');");

  menu1.addMenuItem("　<span style='white-space: nowrap;'>At a Glance</span>","window.open('/en/other/eventall', '_self');");
    menu1.addMenuItem("　<span style='white-space: nowrap;'>Global Footprint</span>","window.open('/en/other/map', '_self');");

    window.menu2 = new Menu("　Photos",150,28,"Arial",12,"#000000","#69270f","white","white","left","middle",0,0,1000,-5,7,true,false,true,0,false,false);
    menu2.addMenuItem("　<span style='white-space: nowrap;'>Mr. Li Ka-shing</span>","window.open('/en/media/photo/index_likashing', '_self');");
    menu2.addMenuItem("　Education","window.open('/en/media/photo/index_education', '_self');");
    menu2.addMenuItem("　Healthcare","window.open('/en/media/photo/index_healthcare', '_self');");
    menu2.addMenuItem("　Culture","window.open('/en/media/photo/index_culture', '_self');");
    menu2.addMenuItem("　Community","location='/en/media/photo/index_community'");
   
      window.menu4 = new Menu("root",150,28,"Arial",12,"#000000","#69270f","white","white","left","middle",0,0,1000,-5,7,true,false,true,0,false,false);
	    menu4.addMenuItem("　<span style='white-space: nowrap;'>Li Ka-shing</span>","window.open('/en/about/likashing', '_self');");
	 
	 
	       window.menu0 = new Menu("root",260,28,"Arial",12,"#000000","#69270f","white","white","left","middle",0,0,1000,-5,7,true,false,true,0,false,false);
	    menu0.addMenuItem("　<span style='white-space: nowrap;'>About Li Ka-shing</span>","window.open('/en/about/likashing', '_self');");
		menu0.addMenuItem("　<span style='white-space: nowrap;'>Li Ka-shing's Story - A Brief Introduction</span>","window.open('/en/about/timeline', '_self');");
	 
	   
	   
	      window.menu5 = new Menu("root",150,28,"Arial",12,"#000000","#69270f","white","white","left","middle",0,0,1000,-5,7,true,false,true,0,false,false);
	   menu5.addMenuItem("　Education","window.open('/en/experiences/education', '_self');");
	    menu5.addMenuItem("　Healthcare","window.open('/en/experiences/healthcare', '_self');");
		
		
		window.menu6 = new Menu("root",150,28,"Arial",12,"#000000","#69270f","white","white","left","middle",0,0,1000,-5,7,true,false,true,0,false,false);
	   menu6.addMenuItem("　Education","window.open('/en/project/education', '_self');");
	    menu6.addMenuItem("　Healthcare","window.open('/en/project/healthcare', '_self');");
		   menu6.addMenuItem("　Culture","window.open('/en/project/culture', '_self');");
    menu6.addMenuItem("　Community","location='/en/project/community'");
	
			window.menu7 = new Menu("root",150,28,"Arial",12,"#000000","#69270f","white","white","left","middle",0,0,1000,-5,7,true,false,true,0,false,false);
	   menu7.addMenuItem("　<span style='white-space: nowrap;'>Funding Principles</span>","window.open('/en/other/fundingprinciples', '_self');");
	    menu7.addMenuItem("　<span style='white-space: nowrap;'>Application Process</span>","window.open('/en/other/application_process', '_self');");
		   menu7.addMenuItem("　<span style='white-space: nowrap;'>FAQs</span>","window.open('/en/other/faq', '_self');");
 
	
 
  window.menu3 = new Menu("root",150,28,"Arial",12,"#000000","#69270f","white","white","left","middle",0,0,1000,-5,7,true,false,true,0,false,false);
  menu3.addMenuItem("　Press","window.open('/en/media/press', '_self');");
  menu3.addMenuItem("　Speeches","window.open('/en/media/speech', '_self');");
  menu3.addMenuItem("　Interviews","window.open('/en/media/interview/index', '_self');");
 menu3.addMenuItem(menu2,"window.open('/en/media/photo/index_likashing', '_self');");
  menu3.addMenuItem("　Videos","window.open('/en/video', '_self');");
  menu3.addMenuItem("　Publications","window.open('/en/media/book', '_self');");
menu3.writeMenus();
}  
