

<!--



function mmLoadMenus() {
  if (window.region) return;
  
/*  
	REGION
	start where you define your level 2 drop down menu items
	those are the items that are in the second slide out menu
	copy and renumber if you have additional level 2 drop down menu items
	
*/

    window.region_1 = new Menu("Destination&nbsp;Weddings",168,14,"Verdana, Arial, Helvetica, sans-serif",10,"#333333","#0000ff","#ffffff","#ffff00","left","middle",2,0,1000,3,-50,true,true,true,0,false,true);
	region_1.addMenuItem("Lake Tahoe - North", "location='/tahoe_north.shtml'");
    region_1.addMenuItem("Lake Tahoe - South", "location='/tahoe_south.shtml'");
	region_1.addMenuItem("Lake Tahoe - Carson City", "location='/tahoe_carson.shtml'");
    region_1.addMenuItem("Mendocino/Sonoma Coast", "location='/destination_in_process.shtml'");
    region_1.addMenuItem("Napa/Sonoma", "location='/destination_in_process.shtml'");
	region_1.addMenuItem("Santa&nbsp;Cruz/Monterey/Carmel", "location='/destination_in_process.shtml'");
    region_1.addMenuItem("Other&nbsp;Destinations", "location='/other_destinations.shtml'");
     region_1.hideOnMouseOut=true;
     region_1.menuBorder=1;
     region_1.menuLiteBgColor='#ffffff';
     region_1.menuBorderBgColor='#000000';
     region_1.bgColor='#ffffff';
	 
    
/*  
	end where you define your level 2 drop down menu items
*/

/*  
	start level 1 drop down menu items
	region.addMenuItem(region_1); is how you reference the blocks from above

	to change where the second drop down menu starts, change the last number in the ,2,0,1000,3,0, section. a negative number pushes drop down menu up.
	
*/
  window.region = new Menu("root",163,14,"Verdana, Arial, Helvetica, sans-serif",10,"#333333","#0000ff","#ffffff","#ffff00","left","middle",2,0,1000,3,0,true,true,true,0,false,true);
  region.addMenuItem("CA Central Valley", "location='http://central-valley.weddingyellow.com'");
  region.addMenuItem("Greater Sacramento", "location='/sacramento.shtml'");
  region.addMenuItem("San Francisco Bay Area", "location='/san_francisco_bay_area.shtml'");
  region.addMenuItem("--------------------------");
  region.addMenuItem(region_1);
   region.hideOnMouseOut=true;
   region.childMenuIcon="/images/arrows.gif";
   region.menuBorder=1;
   region.menuLiteBgColor='#ffffff';
   region.menuBorderBgColor='#000000';
   region.bgColor='#ffffff';
 
 /*  
	end level 1 drop down menu items
	
*/
 
 
 
     
	 /*  
 	CATEGORIES
	start level 1 drop down menu items
	
*/ 
	 
  window.categories = new Menu("root",174,14,"Verdana, Arial, Helvetica, sans-serif",10,"#333333","#0000ff","#ffffff","#ffff00","left","middle",2,0,1000,3,0,true,true,true,0,false,true);
  categories.addMenuItem("Accommodations", "location='/destinations/las_vegas/vegas_accommodations.shtml'");
  categories.addMenuItem("Ceremony&nbsp;and&nbsp;Reception", "location='/destinations/las_vegas/vegas_ceremony_reception.shtml'");
  categories.addMenuItem("Ceremony&nbsp;Officiants", "location='/destinations/las_vegas/vegas_officiants.shtml'");
  categories.addMenuItem("Restaurants-Rehearsal Dinners", "location='/destinations/las_vegas/vegas_restaurants.shtml'");
    categories.hideOnMouseOut=true;
   categories.childMenuIcon="/images/arrows.gif";
   categories.menuBorder=1;
   categories.menuLiteBgColor='#ffffff';
   categories.menuBorderBgColor='#000000';
   categories.bgColor='#ffffff';

  categories.writeMenus();
} // mmLoadMenus()

//-->

//-->
