/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='Black';			// Background color when mouse is not over
	var LowSubBgColor='Black';			// Background color when mouse is not over on subs
	var HighBgColor='Black';			// Background color when mouse is over
	var HighSubBgColor='Black';			// Background color when mouse is over on subs
	var FontLowColor='#F2C848';			// Font color when mouse is not over
	var FontSubLowColor='#F2C848';		// Font color subs when mouse is not over
	var FontHighColor='#F2C848';			// Font color when mouse is over
	var FontSubHighColor='#F2C848';		// Font color subs when mouse is over
	var BorderColor='Black';			// Border color
	var BorderSubColor='#F2C848';		// 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='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=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=251;				// 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=3;				// Left padding
	var TopPaddng=2;				// 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=350;			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',12,12,'tridown.gif',12,12,'trileft.gif',10,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","http://mystrokers.com","",0,20,50);

Menu2=new Array("Events / Features","","",3,20,125);
	Menu2_1=new Array("Weekly Events","","",7,20,125);	
		Menu2_1_1=new Array("Sundays","events-sunday.asp","",0,20,125);
		Menu2_1_2=new Array("Mondays","events-monday.asp","",0);
		Menu2_1_3=new Array("Tuesdays","events-tuesday.asp","",0);
		Menu2_1_4=new Array("Wednesdays","events-wednesday.asp","",0);
		Menu2_1_5=new Array("Thurdays","events-thursday.asp","",0);
		Menu2_1_6=new Array("Fridays","events-friday.asp","",0);
		Menu2_1_7=new Array("Saturdays","events-saturday.asp","",0);
	Menu2_2=new Array("Upcoming Events","events-upcoming.asp","",0);
	Menu2_3=new Array("PIX","events-pix.asp","",0);

Menu3=new Array("Our Grill","","",1,30,75);
	Menu3_1=new Array("Our Menu","grill.asp","",0,20,150);
	

Menu4=new Array("Tournaments","","",4,20,105);
	Menu4_1=new Array("Tournament Calendar","schedule.asp","",0,20,160);
	Menu4_2=new Array("In-House Tournaments","","",2);
		Menu4_2_1=new Array("Mondays","tournaments-monday.asp","",0,20,125);
		Menu4_2_2=new Array("Wednesdays","tournaments-wednesday.asp","",0);
	Menu4_3=new Array("Rules","","",1);
		Menu4_3_1=new Array("Texas Express 9-Ball","rules-9ball.htm","",0,20,125);
	Menu4_4=new Array("Darts","","",1);
		Menu4_4_1=new Array("Wednesdays","darts.asp?d=w","",0,20,125);


Menu5=new Array("Leagues","","",3,20,80);
	Menu5_1=new Array("In House 9-Ball","","",4,20,125);
		Menu5_1_1=new Array("Information","leagues-9ball.asp","",0,20,125);
		Menu5_1_2=new Array("Rules","leagues-9ball-rules.asp","",0);
		Menu5_1_3=new Array("Schedule","leagues-9ball-schedule.asp","",0);	
		Menu5_1_4=new Array("Roster","leagues-9ball-roster.asp","",0);
	Menu5_2=new Array("APA 8-Ball","","",4);
		Menu5_2_1=new Array("Information","leagues-apa8ball.asp","",0,20,125);
		Menu5_2_2=new Array("Rules","leagues-apa8ball-rules.asp","",0);
		Menu5_2_3=new Array("Schedule","leagues-apa8ball-schedule.asp","",0);	
		Menu5_2_4=new Array("Roster","leagues-apa8ball-roster.asp","",0);
	Menu5_3=new Array("APA 9-Ball","","",4);
		Menu5_3_1=new Array("Information","leagues-apa9ball.asp","",0,20,125);
		Menu5_3_2=new Array("Rules","leagues-apa9ball-rules.asp","",0);
		Menu5_3_3=new Array("Schedule","leagues-apa9ball-schedule.asp","",0);	
		Menu5_3_4=new Array("Roster","leagues-apa9ball-roster.asp","",0);
	

Menu6=new Array("Online Store","https://hyperlink.webminders.com/mystrokers/products.asp","",3,20,100);
	Menu6_1=new Array("Cues / Accessories","","",4,20,150);
		Menu6_1_1=new Array("Cue Sticks","https://hyperlink.webminders.com/mystrokers/products.asp?i=Cue Sticks","",0,20,150);
		Menu6_1_2=new Array("Cue Cases","https://hyperlink.webminders.com/mystrokers/products.asp?i=Cue Cases","",0);
		Menu6_1_3=new Array("Billiards Balls","https://hyperlink.webminders.com/mystrokers/products.asp?i=Billiards Balls","",0);	
		Menu6_1_4=new Array("Accessories","https://hyperlink.webminders.com/mystrokers/products.asp?i=Accessories","",0);
	Menu6_2=new Array("Darts","","",4,20,150);
		Menu6_2_1=new Array("Darts","https://hyperlink.webminders.com/mystrokers/products.asp?i=Darts","",0,20,150);
		Menu6_2_2=new Array("Dart Shafts","https://hyperlink.webminders.com/mystrokers/products.asp?i=Dart Shafts","",0);
		Menu6_2_3=new Array("Dart Flights","https://hyperlink.webminders.com/mystrokers/products.asp?i=Dart Flights","",0);	
		Menu6_2_4=new Array("Dart Cases","https://hyperlink.webminders.com/mystrokers/products.asp?i=Dart Cases","",0);
	Menu6_3=new Array("Apparel","","",4,20,150);
		Menu6_3_1=new Array("T-Shirts","https://hyperlink.webminders.com/mystrokers/products.asp?i=T-Shirts","",0,20,150);
		Menu6_3_2=new Array("Sweatshirts","https://hyperlink.webminders.com/mystrokers/products.asp?i=Sweatshirts","",0);
		Menu6_3_3=new Array("Jackets","https://hyperlink.webminders.com/mystrokers/products.asp?i=Jackets","",0);	
		Menu6_3_4=new Array("Hats","https://hyperlink.webminders.com/mystrokers/products.asp?i=Hats","",0);


Menu7=new Array("Lessons","","",2,20,82);
	Menu7_1=new Array("House Instructors","lessons-house-pro.htm","",2,20,150);
		Menu7_1_1=new Array("Tony Crosby","lessons-tony.htm","",0,20,150);
		Menu7_1_2=new Array("Stephanie Mitchell","lessons-stephanie.htm","",0,20,150);
	Menu7_2=new Array("Upcoming Clinic","lessons-clinic.asp","",0);

Menu8=new Array("Tips","","",3,20,55);
	Menu8_1=new Array("Tip of the Month","tips-month.asp","",0,20,150);
	Menu8_2=new Array("Submit a Tip","tips-submit.htm","",0);
	Menu8_3=new Array("View Archive","tips-archive.asp","",0);

Menu9=new Array("About Us","","",3,20,83);
	Menu9_1=new Array("Contact Us","contact-us.htm","",0,20,150);
	Menu9_2=new Array("Management & Staff","management.asp","",0);
	Menu9_3=new Array("Tell Us What You Think","tell-us.htm","",0);