function mmLoadMenus() {
  if (window.menu_list_specialty_services) return;
        window.menu_list_specialty_services = new Menu("root",210,18,"Arial, Helvetica, sans-serif",12,"#182605","#182605","#D4D7AC","#F2F3E6","left","middle",6,0,1000,-5,7,true,true,true,0,true,true);
   	menu_list_specialty_services.addMenuItem("Dog&nbsp;Friendly&nbsp;Lodging","window.open('dog_friendly_vacation.php', '_parent');");
    menu_list_specialty_services.addMenuItem("Meeting&nbsp;Room&nbsp;","window.open('meeting_room_nevada_city_ca.php', '_parent');");
   menu_list_specialty_services.addMenuItem("Mountain&nbsp;Biking&nbsp;Lodging","window.open('nevada_city_mountain_biking.php', '_parent');");
   

  menu_list_specialty_services.fontWeight="normal";
  menu_list_specialty_services.hideOnMouseOut=true;
  menu_list_specialty_services.menuBorder=1;
  menu_list_specialty_services.menuLiteBgColor='#FFFFFF';
  menu_list_specialty_services.menuBorderBgColor='#FFFFFF';
  menu_list_specialty_services.bgColor='#FFFFFF';
   
   
    window.menu_list_future_drop_down = 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_future_drop_down.addMenuItem("Future&nbsp;Drop&nbsp;Down","window.open('future-drop-down/index.htm', '_parent');");
    menu_list_future_drop_down.addMenuItem("Future&nbsp;Drop&nbsp;Down","window.open('future-drop-down/index.htm', '_parent');");
	 menu_list_future_drop_down.addMenuItem("Future&nbsp;Drop&nbsp;Down","window.open('future-drop-down/index.htm', '_parent');");
	 menu_list_future_drop_down.addMenuItem("Future&nbsp;Drop&nbsp;Down","window.open('future-drop-down/index.htm', '_parent');");
	  menu_list_future_drop_down.addMenuItem("Future&nbsp;Drop&nbsp;Down","window.open('future-drop-down/index.htm', '_parent');");
	   menu_list_future_drop_down.addMenuItem("Future&nbsp;Drop&nbsp;Down","window.open('future-drop-down/index.htm', '_parent');");
	   
	  
   menu_list_future_drop_down.fontWeight="bold";
   menu_list_future_drop_down.hideOnMouseOut=true;
   menu_list_future_drop_down.menuBorder=1;
   menu_list_future_drop_down.menuLiteBgColor='#F0C966';
   menu_list_future_drop_down.menuBorderBgColor='#555555';
   menu_list_future_drop_down.bgColor='#555555';
   menu_list_future_drop_down.writeMenus();
   
} 
