/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#FCE546';			// Background color when mouse is not over
	var LowSubBgColor='#FCE546';			// Background color when mouse is not over on subs
	var HighBgColor='#6B077B';			// Background color when mouse is over
	var HighSubBgColor='#6B077B';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#6B077B';			// Border color
	var BorderSubColor='#6B077B';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Trebuchet MS, Arial, Helvetica"	// Font family menu items
	var FontSize=8;					// 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' or 'bottom'
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=60;		  		// 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=0;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	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='_top';			// Frame where first level appears
	var SecLineFrame='_top';			// Frame where sub levels appear
	var DocTargetFrame='_top';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	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


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","/apollo/default.asp","",5,15,125);
	Menu1_1=new Array("My Apollo","https://www.MyApollo.org","",0,15,125);
	Menu1_2=new Array("Calendar","/apollo/calendar/","",0,15,125);
	Menu1_3=new Array("Notices","/apollo/notices/","",0);
	Menu1_4=new Array("Site Index","/apollo/siteindex/","",0);
	Menu1_5=new Array("Links","/apollo/links.asp","",0);


Menu2=new Array("Winter Sports","/apollo/winter.asp","",7,15,125);
	Menu2_1=new Array("Badminton","/apollo/badminton/","",0,15,125);
	Menu2_2=new Array("Bootcamp","/apollo/bootcamp/","",0);
	Menu2_3=new Array("Bowling","/apollo/bowling/","",0);
	Menu2_4=new Array("Curling","/apollo/curling/","",0);
	Menu2_5=new Array("Squash","/apollo/squash/","",0);
	Menu2_6=new Array("Volleyball","/apollo/volleyball/","",0);
	Menu2_7=new Array("Yoga","/apollo/yoga/","",0);

	
Menu3=new Array("Summer Sports","/apollo/summer.asp","",4,15,125);
	Menu3_1=new Array("Golf","/apollo/golf/","",0,15,125);
        Menu3_2=new Array("Lawn Bowling","/apollo/lawnbowling/","",0);
	Menu3_3=new Array("Slow Pitch","/apollo/slowpitch/","",0);
	Menu3_4=new Array("Tennis","/apollo/tennis/","",0);

Menu4=new Array("Year Round Sports","/apollo/year_round.asp","",2,15,125);
	Menu4_1=new Array("Outdoor Pursuits","/apollo/outdoor/","",0,15,125);
	Menu4_2=new Array("Frontrunners Running","/apollo/frontrunners/","",0,15,125);

	
Menu5=new Array("Special Events","/apollo/special.asp","",3,15,125);
	Menu5_1=new Array("Western Cup","http://www.westerncup.com","",0,15,125);
	Menu5_2=new Array("Dances","/apollo/dances/","",0);
	Menu5_3=new Array("Snowballs","/apollo/other/snowballs.asp","",0);
	//Menu5_4=new Array("Pride","/apollo/pride/","",0);


Menu6=new Array("Apollo","/apollo/other/","",13,15,125);
	Menu6_1=new Array("About Apollo","/apollo/other/about.asp","",0,15,125);
	Menu6_2=new Array("Contact Us","/apollo/other/contact.asp","",0);
	Menu6_3=new Array("Feedback","/apollo/other/feedback.asp","",0);
	Menu6_4=new Array("Memberships","/apollo/other/memberships.asp","",0);
	Menu6_5=new Array("Mailing List","/apollo/other/maillist.asp","",0);
	Menu6_6=new Array("Newsletter","/apollo/other/newsletter.asp","",0);
	Menu6_7=new Array("By-Laws","/apollo/other/bylaws.asp","",0);
	Menu6_8=new Array("Policies","/apollo/other/policies.asp","",0);
	Menu6_9=new Array("AGM","/apollo/other/agm.asp","",0);
	Menu6_10=new Array("Archives","/apollo/other/archives.asp","",0);
	Menu6_11=new Array("Rutherford","/apollo/other/rutherford.asp","",0);
	Menu6_12=new Array("Volunteer Award","/apollo/other/volunteer.asp","",0);
	Menu6_13=new Array("Discounts","/apollo/Discounts/","",0);

	
