
	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='#E8E2C8';			// Background color when mouse is not over
	var LowSubBgColor='#DFD5B7';		// Background color when mouse is not over on subs
	var HighBgColor='E8E2C8';			// Background color when mouse is over
	var HighSubBgColor='BBA175';		// Background color when mouse is over on subs
	var FontLowColor='663300';			// Font color when mouse is not over
	var FontSubLowColor='663300';		// Font color subs when mouse is not over
	var FontHighColor='663300';			// Font color when mouse is over
	var FontSubHighColor='663300';		// Font color subs when mouse is over
	var BorderColor='007DC4';			// Border color
	var BorderSubColor='00A037';		// Border color for subs
	var BorderWidth=0;					// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="arial"		// Font family menu items
	var FontSize=8;						// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=26;					// Menu offset x coordinate
	var StartLeft=-65;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=10;					// Left padding
	var TopPaddng=3;					// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;				// 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='';					// span id for relative positioning
	var HideTop=0;						// Hide first level when loading new document 1 or 0
	var MenuWrap=1;						// 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=1;				// 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("rollover:images/home.gif:images/home.gif","index.php","",0,21,43);

Menu2=new Array("rollover:images/nav_spacer.gif:images/nav_spacer.gif","","",0,21,25);

Menu3=new Array("rollover:images/winery.gif:images/winery.gif","","",5,21,77);
	Menu3_1=new Array("Visiting Us","winery.php","",0,18,135);
	Menu3_2=new Array("Special Events","events.php","",0,18,0);
//	Menu3_3=new Array("Restaurant","restaurant.php","",0,18,0);
//	Menu3_3=new Array("Banquet Facilities","banquet_facilities.php","",0,18,0);
	Menu3_3=new Array("History of the Winery","history.php","",0,18,0);
	Menu3_4=new Array("Where to Find our Wines","where.php","",0,18,0);
//	Menu3_6=new Array("Press & Accolades","press.php","",0,22,0);
	Menu3_5=new Array("Tasting Room Etiquette","etiquette.php","",0,22,0);

Menu4=new Array("rollover:images/nav_spacer.gif:images/nav_spacer.gif","","",0,21,25);

Menu5=new Array("rollover:images/wine_store.gif:images/wine_store.gif","","",6,21,75);
	Menu5_1=new Array("White Wines","white_wines.php","",0,18,155);
	Menu5_2=new Array("Red Wines","red_wines.php","",0,18,0);
	//Menu5_3=new Array("Fruit Wines","http://www.warnerwines.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=WW&Category_Code=FW","",0,18,0);
	Menu5_3=new Array("Sparkling & Dessert Wines","sparkling_dessert_wines.php","",0,18,0);
	Menu5_4=new Array("Personalized Labels","personalized_labels.php","",0,18,0);
	//Menu5_6=new Array("Own a Piece of History","http://www.warnerwines.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=WW&Category_Code=CB","",0,18,0);
	Menu5_5=new Array("Gift Certificates","gift_certificates.php","",0,18,0);
	Menu5_6=new Array("Shipping & Ordering Policies","shipping_policy.php","",0,18,0);

Menu6=new Array("rollover:images/nav_spacer.gif:images/nav_spacer.gif","","",0,21,25);

//Menu7=new Array("rollover:images/vintners_club.gif:images/vintners_club.gif","","",1,21,93);
//	Menu7_1=new Array("Benefits","vintners_club.php","",0,18,93);
Menu7=new Array("rollover:images/vintners_club.gif:images/vintners_club.gif","vintners_club.php","",0,21,93);

Menu8=new Array("rollover:images/nav_spacer.gif:images/nav_spacer.gif","","",0,21,25);

Menu9=new Array("rollover:images/food_wine.gif:images/food_wine.gif","","",2,21,86);
	Menu9_1=new Array("Food & Wine Pairings","food_wine.php","",0,18,130);
	Menu9_2=new Array("Recipes","recipes.php","",0,22,0);

Menu10=new Array("rollover:images/nav_spacer.gif:images/nav_spacer.gif","","",0,21,25);

Menu11=new Array("rollover:images/contact.gif:images/contact.gif","contact.php","",0,21,72);