function mmLoadMenus() {
  if (window.menu_list_dental_services) return;
        window.menu_list_dental_services = new Menu("root",150,18,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#FFFFFF","#04A6DA","#4E3334","left","middle",6,0,1000,-5,7,true,true,true,0,true,true);
  menu_list_dental_services.addMenuItem("General&nbsp;Dentistry","window.open('../dental-services/general-dentistry/', '_parent');");
   menu_list_dental_services.addMenuItem("Pediatric&nbsp;Dentistry","window.open('../dental-services/pediatric-dentristry/', '_parent');");
    menu_list_dental_services.addMenuItem("Preventive&nbsp;Dentistry","window.open('../dental-services/preventive-dentistry/', '_parent');");
	menu_list_dental_services.addMenuItem("Cosmetic&nbsp;Dentistry","window.open('../dental-services/cosmetic-dentistry/', '_parent');");
	  menu_list_dental_services.addMenuItem("Painless&nbsp;Dentistry","window.open('../dental-services/painless-dentistry/', '_parent');");

  menu_list_dental_services.fontWeight="bold";
  menu_list_dental_services.hideOnMouseOut=true;
  menu_list_dental_services.menuBorder=1;
  menu_list_dental_services.menuLiteBgColor='#FFFFFF';
  menu_list_dental_services.menuBorderBgColor='#FFFFFF';
  menu_list_dental_services.bgColor='#FFFFFF';
   
   
    window.menu_list_crating_packing = new Menu("root",225,18,"Arial, Helvetica, sans-serif",12,"#525252","#FFFFFF","#F0C966","#F0C966","left","middle",6,0,1000,-5,7,true,true,true,0,true,true);
   menu_list_crating_packing.addMenuItem("Custom&nbsp;Crates","window.open('crating-and-packing/custom-crates/', '_parent');");
    menu_list_crating_packing.addMenuItem("Trade&nbsp;Show&nbsp;Crates","window.open('crating-and-packing/trade-show-crates/', '_parent');");
	 menu_list_crating_packing.addMenuItem("Cardboard&nbsp;Wood&nbsp;Crate","window.open('crating-and-packing/cardboard-wood-crates/', '_parent');");
	 menu_list_crating_packing.addMenuItem("Palletizing","window.open('crating-and-packing/palletizing/', '_parent');");
	  menu_list_crating_packing.addMenuItem("Pallet&nbsp;Box","window.open('crating-and-packing/pallet-box/', '_parent');");
	   menu_list_crating_packing.addMenuItem("Customer&nbsp;Packing&nbsp;Guidelines&nbsp;&&nbsp;Tips","window.open('crating-and-packing/customer-packing-guidlines-tips/', '_parent');");
	   
	  
   menu_list_crating_packing.fontWeight="bold";
   menu_list_crating_packing.hideOnMouseOut=true;
   menu_list_crating_packing.menuBorder=1;
   menu_list_crating_packing.menuLiteBgColor='#F0C966';
   menu_list_crating_packing.menuBorderBgColor='#555555';
   menu_list_crating_packing.bgColor='#555555';
   menu_list_crating_packing.writeMenus();
   
} 
