	var NoOffFirstLineMenus=4;			// Number of first level items

	var LowBgColor='#515f23';			// Background color when mouse is not over

	var LowSubBgColor='#515f23';			// Background color when mouse is not over on subs

	var HighBgColor='#515f23';			// Background color when mouse is over

	var HighSubBgColor='#515f23';			// Background color when mouse is over on subs

	var FontLowColor='white';			// Font color when mouse is not over

	var FontSubLowColor='white';			// Font color subs when mouse is not over

	var FontHighColor='white';			// Font color when mouse is over

	var FontSubHighColor='white';			// Font color subs when mouse is over

	var BorderColor='515f23';			// Border color

	var BorderSubColor='black';			// Border color for subs

	var BorderWidth=1;				// Border width

	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="arial,comic sans ms,technical"	// Font family menu items

	var FontSize=9;				// Font size menu items

	var FontBold=0;				// Bold menu items 1 or 0

	var FontItalic=0;				// Italic menu items 1 or 0

	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'

	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'

	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static

	var ChildOverlap=.1;				// horizontal overlap child/ parent

	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent

	var StartTop=60;				// Menu offset x coordinate

	var StartLeft=0;				// Menu offset y coordinate

	var VerCorrect=0;				// Multiple frames y correction

	var HorCorrect=0;				// Multiple frames x correction

	var LeftPaddng=15;				// Left padding

	var TopPaddng=4;				// Top padding

	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL

	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0

	var DissapearDelay=1000;			// delay before menu folds in

	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame

	var FirstLineFrame='navig';			// Frame where first level appears

	var SecLineFrame='space';			// Frame where sub levels appear

	var DocTargetFrame='space';			// Frame where target documents appear

	var TargetLoc='MenPos';				// span id for relative positioning

	var HideTop=0;				// Hide first level when loading new document 1 or 0

	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0

	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0

	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover

	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

	var ShowArrow=0;				// Uses arrow gifs when 1

	var KeepHilite=1;				// Keep selected path highligthed

	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height



function BeforeStart(){return}

function AfterBuild(){return}

function BeforeFirstOpen(){return}

function AfterCloseAll(){return}





// Menu tree

//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);

//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"



Menu1=new Array("<img src='http://www.dazbog.com/shop.jpg'>","","",7,18,100);

	Menu1_1=new Array("Coffee                  >","","",6,20,150);	

		Menu1_1_1=new Array("Specialty Blends","http://www.dazbog.com/specialtyblends.html","",0,20,150);

		Menu1_1_2=new Array("Organics","http://www.dazbog.com/organic.html","",0,20,150);

		Menu1_1_3=new Array("Decafs","http://www.dazbog.com/decaf.html","",0,20,150);

		Menu1_1_4=new Array("Coffees of the World   >","","",3,20,150);

                Menu1_1_4_1=new Array("Coffees of the Americas","http://www.dazbog.com/coffeesamerica.html","",0,20,150);

                Menu1_1_4_2=new Array("Coffees of Indonesia","http://www.dazbog.com/coffeesindonesia.html","",0,20,150);

                Menu1_1_4_3=new Array("Coffees of Africa","http://www.dazbog.com/coffeesafrica.html","",0,20,150);

        Menu1_1_5=new Array("Dark Roasts","http://www.dazbog.com/darkroast.html","",0,20,150);

        Menu1_1_6=new Array("Flavored","http://www.dazbog.com/flavored.html","",0,20,150);

    Menu1_2=new Array("Coffee Clubs","http://www.dazbog.com/coffeeclub.html","",0,19,150);

    Menu1_3=new Array("Teas","http://www.dazbog.com/tea.html","",0,18,150);

    Menu1_4=new Array("Dazbog Cycling Apparel","http://www.dazbog.com/apparel2.html","",0,18,150);

    Menu1_5=new Array("Gifts & Accessories  >","","",3,18,150);

		Menu1_5_1=new Array("Gifts","http://www.dazbog.com/gifts.html","",0,18,150);

		Menu1_5_2=new Array("Confections","http://www.dazbog.com/confections.html","",0,19,150);

		Menu1_5_3=new Array("Dazbog Apparel","http://www.dazbog.com/apparel.html","",0,18,150);

    Menu1_6=new Array("Best Sellers","http://www.dazbog.com/bestsellers.html","",0,20,150);

    Menu1_7=new Array("Gift Certificates","http://store.dazbog.com/dacogice.html","",0,20,150);

                         

Menu2=new Array("<img src='http://www.dazbog.com/thedazbogstory.jpg'>","","",4,20,180);

	Menu2_1=new Array("The Dazbog Story","http://www.dazbog.com/dazbog_story.html","",0,20,150);	

	Menu2_2=new Array("Learn More","http://www.dazbog.com/learn.html","",0,20,150);	

	Menu2_3=new Array("Giving Back","http://www.dazbog.com/community.html","",0,20,150);

	Menu2_4=new Array("In the News","http://www.dazbog.com/news.html","",0,20,150);



Menu3=new Array("<img src='http://www.dazbog.com/stores.jpg'>","","",3,20,100);

	Menu3_1=new Array("Store Locations","http://www.dazbog.com/stores.html","",0,20,150);

	Menu3_2=new Array("Own a Dazbog Store","storeOwnership.html","",0,20,150);

	Menu3_3=new Array("Proudly Serving Stores","http://www.dazbog.com/proudly.html","",0,20,150);

	Menu3_4=new Array("Store Coupons","http://www.dazbog.com/coupon1.htm","",0,20,150);



	

Menu4=new Array("<img src='http://www.dazbog.com/propaganda.jpg'>","","",3,20,150);

	Menu4_1=new Array("Newsletter","http://www.dazbog.com/propaganda/index.html","",0,20,150);

	Menu4_2=new Array("Brewing Instructions","http://www.dazbog.com/brewing_inst.html","",0,20,150);

	Menu4_3=new Array("Organic Certification","http://www.dazbog.com/org_cert.html","",0,20,150);

	Menu4_4=new Array("Coffee Stories","http://www.dazbog.com/coffee_stories.html","",0,20,150);

	Menu4_5=new Array("Russian Architecture","http://www.dazbog.com/architecture.html","",0,20,150);

