/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='#Ffffff';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='#006600';			// Background color when mouse is over
	var HighSubBgColor='#006600';			// Background color when mouse is over on subs
	var FontLowColor='ff0000';			// Font color when mouse is not over
	var FontSubLowColor='ff0000';			// 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='#ff0000';			// Border color
	var BorderSubColor='#ff0000';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial"				// Font family menu items
	var FontSize=10;					// Font size menu items
	var FontBold=1;					// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=350;				// Menu offset x coordinate
	var StartLeft=15;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=0;			// 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=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=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=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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("Home","index.html","",0,25,100);
Menu2=new Array("About Us","aboutus.htm","",0);
Menu3=new Array("Banquet Menu","menu.htm#banquet","","",0);
Menu4=new Array("Catering","","",2);
	Menu4_1=new Array("Catering Menu","menu.htm#catering","",0,25,115);
	Menu4_2=new Array("Family Take-Out","menu.htm#takeout","",0);	
	Menu4_3=new Array("New Room Menu","menu.htm#newroom","",0);
Menu5=new Array("Menu","menu.htm","",4);
	Menu5_1=new Array("Menu","menu.htm#menu","",0,25,115);
	Menu5_2=new Array("Specials","menu.htm#specials","",0);
	Menu5_3=new Array("Kids Menus","menu.htm#kids","",0);
	Menu5_4=new Array("Family Take-Out","menu.htm#takeout1","",0);	
Menu6=new Array("Events","","",20);
	Menu6_1=new Array("Daily Specials","events.htm#specials","",0,25,270);
	Menu6_2=new Array("2 Wheel Wednesday","events.htm#wheel","",0);
	Menu6_3=new Array("Sunday Brunch","events.htm#brunch","",0);
	Menu6_4=new Array("College Nite Thursdays","events.htm#college","",0);
	Menu6_5=new Array("First Tuesdays - Rib Nite!","events.htm#ribnite","",0);
	Menu6_6=new Array("September Take Out & Catering Special","events.htm#special","",0);	
	Menu6_7=new Array("Fish Fry","events.htm#fish","",0);
	Menu6_8=new Array("September Banquet Special","events.htm#banquet","",0);
	Menu6_9=new Array("$5 Spaghetti","events.htm#spaghetti","",0);
	Menu6_10=new Array("Follow Us On…Social Media","events.htm#facebook","",0);
	Menu6_11=new Array("Lunch Pasta, Pizza & Salad Bar","events.htm#lunch","",0);
	Menu6_12=new Array("Biker Newsletter","events.htm#biker","",0);	
	Menu6_13=new Array("Birthday Mondays","events.htm#birthday","",0);
	Menu6_14=new Array("2010 Bike Events","events.htm#2010","",0);
	Menu6_15=new Array("Biker Discount Club","events.htm#businesscards","",0);
	Menu6_16=new Array("Free WiFi","events.htm#wifi","",0);
	Menu6_17=new Array("New Website","events.htm#new","",0);
	Menu6_18=new Array("Meetup Networking","events.htm#meetup","",0);	
	Menu6_19=new Array("Kids Eat FREE on Sunday’s","events.htm#kids","",0);	
	Menu6_20=new Array("Banquets & Large Group Reservations","events.htm#group","",0);
Menu7=new Array("Gifts","","",2);
	Menu7_1=new Array("Gifts/Merchandise","events.htm#tshirts","",0,25,120);
	Menu7_2=new Array("Gift Certificates","events.htm#gc","",0);
Menu8=new Array("Photos","","",2);
	Menu8_1=new Array("Customer Gallery","gallery.htm","",0,25,130);
        Menu8_2=new Array("Motorcycle Gallery","2wheel.htm","",0);
Menu9=new Array("Contact Us","","",3);
	Menu9_1=new Array("Join E-mail Club","lists.htm","",0,25,115);
	Menu9_2=new Array("E-mail Us","mailto:yarussos@comcast.net","",0);
	Menu9_3=new  Array("Directions","http://www.mapquest.com/maps/map.adp?formtype=address&addtohistory=&address=635%20Payne%20Ave&city=Saint%20Paul&state=MN&zipcode=55130%2d4541&country=US&geodiff=1","",0);
Menu10=new Array("Facebook","http://www.facebook.com/pages/Saint-Paul-MN/Yarusso-Bros-Italian-Restaurant/68866569810?ref=ts","",0);
Menu11=new Array("Guestbook","http://pub36.bravenet.com/guestbook/3064554141","",0);
