
	var NoOffFirstLineMenus=7;	// Number of first level items
	
	var LowBgColor='#800000';	// Background color when mouse is not over
	var LowSubBgColor='#800000';	// Background color when mouse is not over on subs
	var HighBgColor='#000000';	// Background color when mouse is over
	var HighSubBgColor='#000000';	// Background color when mouse is over on subs
	
	var FontLowColor='#ffffff';	// Font color when mouse is not over
	var FontSubLowColor='#ffffff';	// Font color subs when mouse is not over
	var FontHighColor='#ffffff';	// Font color when mouse is over
	var FontSubHighColor='#ffffff';	// Font color subs when mouse is over
	
	var BorderColor='#ffffff';	// Border color
	var BorderSubColor='#ffffff';	// Border color for subs
	var BorderWidth=2;		// Border width
	var BorderBtwnElmnts=1;		// Border between elements 1 or 0
	
	var FontFamily="arial,comic sans ms,"	// Font family menu items
	var FontSize=9;			// Font size menu items
	var FontBold=1;			// Bold menu items 1 or 0
	var FontItalic=0;		// Italic menu items 1 or 0
	
	var MenuTextCentered='center';	// 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=.1;		// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;	// vertical overlap child/ parent
	var StartTop=68;			// 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=0;		// 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=500;		// 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=1;			// Hide first level when loading new document 1 or 0
	var MenuWrap=1;			// enables/ disables menu wrap 1 or 0
	var RightToLeft=1;		// 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=1;		// 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"8
Menu1=new Array("Home","home.htm","",0,20,80);
			
Menu2=new Array("Bread","","",2,20,106);
	Menu2_1=new Array("Consumer","","",1,20,106);
		Menu2_1_1=new Array("Locations","locations.htm","",0,20,106);
	Menu2_2=new Array("Wholesale","","",3,20,106);	
		Menu2_2_1=new Array("Fresh Baked","fresh_wholesale.htm","",0,20,106);
		Menu2_2_2=new Array("Frozen Par-Baked","frozen_parbaked.htm","",0,20,106);
		Menu2_2_3=new Array("Retail Program","retail_bread.htm","",0,20,106);
Menu3=new Array("Pastry","","",1,20,106);
	Menu3_1=new Array("Wholesale","","",8,20,106);	
		Menu3_1_1=new Array("Cookies","home.htm","",0,20,106);
		Menu3_1_2=new Array("Muffins","home.htm","",0,20,106);
		Menu3_1_3=new Array("Cakes","home.htm","",0,20,106);
		Menu3_1_4=new Array("Coffee Cakes","home.htm","",0,20,106);
		Menu3_1_5=new Array("Pound Cakes","home.htm","",0,20,106);
		Menu3_1_6=new Array("Danish","home.htm","",0,20,106);
		Menu3_1_7=new Array("Tea Breads","home.htm","",0,20,106);
		Menu3_1_8=new Array("Donuts","home.htm","",0,20,106);
Menu4=new Array("Locations","locations.htm","",0,20,106);
Menu5=new Array("Labriola Wear","labwear.htm","",0,20,106);
	Menu5_1=new Array("Gift Tins","mail_order_tins.htm","",0,20,106);
	Menu5_2=new Array("Gift Boxes","mail_order_boxes.htm","",0,20,106);	
	Menu5_3=new Array("Seasonal","mail_order_seasonal.htm","",0,20,106);
	Menu5_4=new Array("Shipping","","",2,20,106);	
	Menu5_4_1=new Array("Information","mail_order_info_menu.htm","",0,20,106);
	Menu5_4_2=new Array("Multiple Addresses","multiple_addresses.htm","",0,32,106);
	Menu5_5=new Array("Labriola Wear","labwear.htm","",0,20,106);
Menu6=new Array("About Us","","",6,20,106);
	Menu6_1=new Array("Our Story","our_story.htm","",0,20,106);
	Menu6_2=new Array("Press","press.htm","",0,20,106);
	Menu6_3=new Array("Awards","awards.htm","",0,20,106);
	Menu6_4=new Array("Trade Shows","trade_shows.htm","",0,20,106);
	Menu6_5=new Array("Private Label","home.htm","",0,20,106);
	Menu6_6=new Array("Employment","","",2,20,106);
		Menu6_6_1=new Array("Bakery","employment.htm","",0,20,106);
		Menu6_6_2=new Array("Cafe","employment_cafe.htm","",0,20,106);
Menu7=new Array("Ask The Chief","","",2,20,118);
	Menu7_1=new Array("Questions","askchief.htm","",0,20,106);
	Menu7_2=new Array("Answers","askchief_answers.htm","",0,20,106);

	
