	var NoOffFirstLineMenus=9;						// Number of first level items
	var HighBgColor='#3a4951';						// Background color when mouse is over
	var LowBgColor='#2c383e';						// Background color when mouse is not over
	var HighSubBgColor='#3a4951';					// Background color when mouse is over on subs
	var LowSubBgColor='#2c383e';					// Background color when mouse is not over on subs
	var FontHighColor='#ebd29d';					// Font color when mouse is over
	var FontLowColor='#ebd29d';						// Font color when mouse is not over
	var FontSubHighColor='#ebd29d';					// Font color subs when mouse is over
	var FontSubLowColor='#ebd29d';					// Font color subs when mouse is not over
	var BorderColor='';								// Border color
	var BorderSubColor='';							// Border color for subs
	var BorderWidth=0;								// Border width
	var BorderBtwnElmnts=0;							// Border between elements 1 = on or 0 = off
	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 = bold or 0 = not bold
	var FontItalic=0;								// Italic menu items 1 = italic or 0 = not italic
	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=.05;							// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;					// vertical overlap child/ parent
	var StartTop=222;								// Menu offset x coordinate (in pixels)
	var StartLeft=0;								// Menu offset y coordinate (in pixels)
	var VerCorrect=0;								// Multiple frames y correction
	var HorCorrect=0;								// Multiple frames x correction
	var LeftPaddng=4;								// Left padding
	var TopPaddng=4;								// 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=400;							// 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 = enabled or 0 = disabled
	var MenuWrap=1;									// enables/ disables menu wrap  1 = enabled or 0 = disabled
	var RightToLeft=0;								// enables/ disables right to left unfold  1 = enabled or 0 = disabled
	var UnfoldsOnClick=0;							// Level 1 unfolds 1 = onclick or 0 = onmouseover
	var WebMasterCheck=0;							// menu tree checking on or off 1 = on or 0 = off
	var ShowArrow=0;								// Uses arrow gifs when 1
	var KeepHilite=1;								// Keep selected path highligthed
	var Arrws=0;									// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


//Menu tree

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

//Menu will not show if below code is formatted incorrectly



Menu1=new Array("rollover:images/home_off.jpg:images/home_on.jpg","index.html","",0,33,53);

Menu2=new Array("rollover:images/products_off.jpg:images/products_on.jpg","products-new.html","",12,33,74);   
	Menu2_1=new Array("New Products","new-products.html","",0,21,133);
	Menu2_2=new Array("ADA Compliant Series","ada-series.html","",0,21,133);
	Menu2_3=new Array("Beverage Center","beverage-center.html","",0,21,133);
	Menu2_4=new Array("C-Series","c-series-new.html","",0,21,133);
	Menu2_5=new Array("Outdoor Line","outdoor-line-new.html","",0,21,133);
	Menu2_6=new Array("Wine Reserves","wine-reserves-new.html","",0,21,133);
	Menu2_7=new Array("Drawers","refrigeration-freezer-drawers.html","",0,21,133);
	Menu2_8=new Array("Refrigerator","refrigeration-new.html","",0,21,133);
	Menu2_9=new Array("Freezer","freezer-new.html","developers",0,21,133);
	Menu2_10=new Array("Clear Ice Maker","clear-ice-maker.html","",0,21,133);
	Menu2_11=new Array("Beer Dispenser","beer-dispenser.html","",0,21,133);
	Menu2_12=new Array("Ultra Lounge","ultra-lounge.html","",0,21,133);
	
Menu3=new Array("rollover:images/about_off.jpg:images/about_on.jpg","about.html","",0,33,69);

Menu4=new Array("rollover:images/faq_off.jpg:images/faq_on.jpg","faq.html","",0,33,37);

Menu5=new Array("rollover:images/design_off.jpg:images/design_on.jpg","design.html","",0,33,117);

Menu6=new Array("rollover:images/news_off.jpg:images/news_on.jpg","news-new.html","",2,33,99);
	Menu6_1=new Array("Press Releases","press-new.html","",0,21,110);
	Menu6_2=new Array("Events","events-new.html","",0,21,110);

Menu7=new Array("rollover:images/dealer_off.jpg:images/dealer_on.jpg","dealer.html","",0,33,107);

Menu8=new Array("rollover:images/service_off.jpg:images/service_on.jpg","service.html","",6,33,121);
	Menu8_1=new Array("Warranty","downloads/Warranty.pdf","",0,21,170);
	Menu8_2=new Array("Technical Specs","tech_specs.html","",0,21,170);
	Menu8_3=new Array("Product Catalog","downloads/Catalog.pdf","",0,21,170);
	Menu8_4=new Array("Beer Dispenser Installation","downloads/Tapping_Instructional_Booklet.pdf","",0,21,170);
	Menu8_5=new Array("Variable Speed Compressor","compressor.html","",0,21,170);
      Menu8_6=new Array("Owner's Manual","owners-manual.html","",0,21,170);

Menu9=new Array("rollover:images/contact_off.jpg:images/contact_on.jpg","contact.html","",0,33,83);

