/***********************************************************************************
*	(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=8;			// Number of first level items
	var LowBgColor='yellow';			// Background color when mouse is not over
	var LowSubBgColor='orange';			// 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='Black';			// Font color when mouse is not over
	var FontSubLowColor='Black';			// Font color subs when mouse is not over
	var FontHighColor='Red';			// Font color when mouse is over
	var FontSubHighColor='Red';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// 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=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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=115;				// Menu offset x coordinate
	var StartLeft=1;				// 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=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='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// 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=['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("Home","default.asp","",0,17,75);

Menu2=new Array("Program Q's & A's","questions.asp","",4,17,120);
	Menu2_1=new Array("EBA Q's & A's","questions.asp","",0,17,170);
	Menu2_2=new Array("Parent Information","parent.asp","",0,17,170);
	Menu2_3=new Array("PCC Court Setup Diagrams","docs/PCC Court set up.pdf","",0,17,170);
	Menu2_4=new Array("PCC Procedures","docs/EBA PCC procedures.pdf","",0,17,170);

Menu3=new Array("Mission","mission.asp","",0,17,75);

Menu4=new Array("Events","","",8,17,75);
	Menu4_1=new Array("13th Annual Great Lakes Tournament","events_great_lakes.asp","",0,17,250);
	Menu4_2=new Array("7th Annual Christopher's Challenge Tournament","events_chris_challange.asp","",0,17,250);
	Menu4_3=new Array("1st / 2nd Grade Clinic","1st2ndclinic.asp","",0,17,250);
	Menu4_4=new Array("EBA Registration Form and Information","register.asp","",0,17,150);
	Menu4_5=new Array("2009/10 Tryouts","/docs/EBA SETS TRYOUT TIMES 2009-20010.pdf","",0,17,150);
	Menu4_6=new Array("Girls Clinic","girls_clinic.asp","",0,17,150);	
	Menu4_7=new Array("Summer League","docs/EBA 2010 Summer League reg.pdf","",0,17,150);
	Menu4_8=new Array("Fundraising Events / Merchandise","","",2,17,200);
		Menu4_8_1=new Array("Carwash","carwash.asp","",0,17,200);
		Menu4_8_2=new Array("EBA Merchandise - Order Form","docs/EBA-Merchandise-Order.pdf","",0,17,200);

		
Menu5=new Array("Photos","photos.asp","",2,17,75);
	Menu5_1=new Array("Great Lakes Tournament","great_lakes_pics.asp","",0,17,170);
	Menu5_2=new Array("3-4 Blue 2008-9","http://picasaweb.google.com/EastsideBasketball/34Blue20089?feat=directlink#5300071653409842850","",0,17,170);
//	Menu5_2=new Array("Boys 3/4 Gold","34_gold.asp","",0,17,170);
//	Menu5_3=new Array("Boys 5/6 White","56_white.asp","",0,17,170);
//	Menu5_4=new Array("Boys 5/6 Gold","","",1,17,170);
//		Menu5_4_1=new Array("12-21-2003 vs Canandaigua","5_6_gold_12_21_2003.asp","",0,17,170)
//	Menu5_5=new Array("Boys 6 Blue","","",4,17,170);
//		Menu5_5_1=new Array("12-14-2003 vs St. Monica","6_blue_12_14_2003.asp","",0,17,170);
//		Menu5_5_2=new Array("12-21-2003 vs Penfield","6_blue_12_21_2003.asp","",0,17,170);
//		Menu5_5_3=new Array("12-22-2003 vs St. Lawarence","6_blue_12_22_2003.asp","",0,17,170);
//		Menu5_5_4=new Array("NYC Trip","","",6,17,170);
//			Menu5_5_4_1=new Array("NYC Game 1","6_blue_nyc_game1.asp","",0,17,100);
//			Menu5_5_4_2=new Array("NYC Game 2","6_blue_nyc_game2.asp","",0,17,100);
//			Menu5_5_4_3=new Array("NYC Game 3","6_blue_nyc_game3.asp","",0,17,100);
//			Menu5_5_4_4=new Array("NYC Game 4","6_blue_nyc_game4.asp","",0,17,100);
//			Menu5_5_4_5=new Array("NYC Game 5","6_blue_nyc_game5.asp","",0,17,100);
//			Menu5_5_4_6=new Array("in NYC","6_blue_nyc.asp","",0,17,100);
//	Menu5_6=new Array("Boys 7 Gold","","",1,17,170);
//		Menu5_6_1=new Array("2005 Boys 7 Gold","7_gold.asp","",0,17,170);
//	Menu5_7=new Array("Girls 3/4 Gold","34g_gold.asp","",0,17,170);
//	Menu5_8=new Array("Girls 3/4 Blue","34g_blue.asp","",0,17,170);
//	Menu5_9=new Array("Girls 5/6 Blue","56g_blue.asp","",0,17,170);
//	Menu5_10=new Array("Girls 5/6 Gold","56g_gold.asp","",0,17,170);
//	Menu5_11=new Array("Great Lakes Tournament","great_lakes_pics.asp","",0,17,170);
//	Menu5_12=new Array("AAU Photos","","",1,17,170);
//		Menu5_12_1=new Array("AAU - 17U","AAU_17U.asp","",0,17,170);


// Menu4_2=new Array("Girls Gallery","TOUR0001.htm","",0,17,99);
	
// Menu6=new Array("Team Practice Schedules","","",3,17,170);
// Menu6_1=new Array("3/4 Boys","3-6PRACTICE.asp","",0,17,90);
// Menu6_2=new Array("5/6 Boys","3-6PRACTICE.asp","",0,17,99);
// Menu6_3=new Array("7/8 Boys","7_8PRACTICE.asp","",0,17,99);
	
	
Menu6=new Array("EBA - AAU","eba_aau_info.asp","",3,17,75);
	Menu6_1=new Array("Q's & A's","eba_aau_info.asp","",0,17,250);
	Menu6_2=new Array("2010 BOYS EBA-AAU Registration","AAU_reg.asp","",0,17,250);
	Menu6_3=new Array("GIRLS AAU","eba_aau_girls.asp","",0,17,250);

Menu7=new Array("Directions","directions.asp","",0,17,75);

Menu8=new Array("Contact","contact.asp","",2,17,75);
	Menu8_1=new Array("Contact EBA","contact.asp","",0,17,150);
	Menu8_2=new Array("EBA Sponsors","sponsors.asp","",0,17,150);