	var NoOffFirstLineMenus=8;		// Number of first level items

	var LowBgColor='8C9C6D';		// Background color when mouse is no over

	var LowSubBgColor='F6E8C9';		// Background color when mouse is ntover on subs
	var HighBgColor='69734E';		// Background color when mouse is over	
	var HighSubBgColor='E0DE9F';	// Background color when mouse is over on subs "EACFD2"
	var FontLowColor='White';		// Font color when mouse is not over
	var FontSubLowColor='232323';	// Font color subs when mouse is not over "545454"
	var FontHighColor='White';		// Font color when mouse is over
	var FontSubHighColor='000000';	// Font color subs when mouse is over

	var BorderColor='000000';		// Border color
	var BorderSubColor='000000';	// Border color for subs

	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="arial";			// 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=0;		// vertical overlap child/ parent
	var StartTop=0;					// 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=7;				// 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=250;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame

	var FirstLineFrame='space';		// Frame where first level appears "navig"
	var SecLineFrame='space';		// Frame where sub levels appear
	var DocTargetFrame='space';		// Frame where target documents appear

	var TargetLoc='dropDown2';		// span id for relative positioning
	var HideTop=1;					// 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=['../images/header/tri1.gif',5,10,'../images/header/tridown.gif',10,5,'../images/header/tridown.gif',5,10];	// Arrow source, width and height

	var sitePath = 'http://'+location.hostname;

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("TEE TIME ACCESS","http://184.71.76.134/webrez/NewFindAGame.asp","",5,26,145);

	Menu1_1=new Array("BOOK A TEE TIME","http://184.71.76.134/webrez/Make1.asp","",0,26,250);	
	Menu1_2=new Array("DAILY RESERVATIONS","http://184.71.76.134/webrez/NewFindAGame.asp","",0,26,250);
	Menu1_3=new Array("CHANGE EXISTING RESERVATIONS","http://184.71.76.134/webrez/ChangeReserve.asp","",0,26,250);
	Menu1_4=new Array("PROFILE","http://184.71.76.134/webrez/PersonalOptions.asp","",0,26,250);
	Menu1_5=new Array("COURSE ROTATION",sitePath+"/members/courserotation.php","",0,26,250);
	
Menu2=new Array("HANDICAP","","",4,26,75);
	
	Menu2_1=new Array("POST A SCORE","http://kiosk.rcganetwork.org/KioskLogin.aspx?KioskID=21256","",0,26,150);
	Menu2_2=new Array("USA SCORES",sitePath+"/members/USGAScoreing.php","",0,26,150);
	Menu2_3=new Array("NEW HANDICAP INSTRUCTIONS",sitePath+"/members/HandicapConv.php","",0,44,150);
	Menu2_4=new Array("GOLF CANADA CARD ACTIVATION INSTRUCTIONS",sitePath+"/members/GolfCanadaCard.php","",0,55,150);	
	
Menu3=new Array("CALENDAR",sitePath+"/calendar2/calendar.php","",3,26,80);

	Menu3_1=new Array("GOLF CALENDAR",sitePath+"/calendar2/calendar-golf.php","",0,26,150);
	Menu3_2=new Array("SOCIAL CALENDAR",sitePath+"/calendar2/calendar-social.php","",0,26,150);
	Menu3_3=new Array("SPECIAL EVENTS",sitePath+"/calendar2/calendar-special.php","",0,26,150);
		
Menu4=new Array("WHAT'S NEW",sitePath+"/whatsnew/index.php","",1,26,95);

	Menu4_1=new Array("PHOTO GALLERY",sitePath+"/whatsnew/gallery/gallery.php","",0,26,150);

	
Menu5=new Array("ROSTER",sitePath+"/members/roster-new.php","",0,26,75);

	
Menu6=new Array("NEWSLETTER",sitePath+"/members/newsletter.php","",0,26,93);

	
Menu7=new Array("MEMBER INFO","","",10,26,97);

	Menu7_1=new Array("MEMBERSHIP INFO",sitePath+"/members/meminfo.php","",20,26,200);
		
		Menu7_1_1=new Array("Care Of The Course",sitePath+"/members/meminfo.php#careofthecourse","",0,26,200);
		Menu7_1_2=new Array("Cell Phone Policy",sitePath+"/members/meminfo.php#cellphone","",0,26,200);	
		Menu7_1_3=new Array("Change Of Address",sitePath+"/members/meminfo.php#changeofaddress","",0,26,200);
		Menu7_1_4=new Array("Clubhouse & Course Privileges",sitePath+"/members/meminfo.php#clubhousecoursepriv","",0,26,200);
		Menu7_1_5=new Array("Clubhouse Information",sitePath+"/members/meminfo.php#clubhouseinfo","",0,26,200);
		Menu7_1_6=new Array("Club Storage",sitePath+"/members/meminfo.php#clubstorage","",0,26,200);
		Menu7_1_7=new Array("Dress Code",sitePath+"/members/meminfo.php#dresscode","",0,26,200);
		Menu7_1_8=new Array("Food & Beverage Information",sitePath+"/members/meminfo.php#foodandbeverage","",0,26,200);
		Menu7_1_9=new Array("Frost Delay Policy",sitePath+"/members/meminfo.php#careofthecourse","",0,26,200);
		Menu7_1_10=new Array("Golf Car Use on Wet Days Policy",sitePath+"/members/meminfo.php#careofthecourse","",0,26,200);
		Menu7_1_11=new Array("Golf Lessons",sitePath+"/members/meminfo.php#golflessons","",0,26,200);
		Menu7_1_12=new Array("Guest Green Fees",sitePath+"/members/meminfo.php#guestgreenfee","",0,26,200);
		Menu7_1_13=new Array("Locker Area",sitePath+"/members/meminfo.php#lockerarea","",0,26,200);
		Menu7_1_14=new Array("Loss of Personal Effects",sitePath+"/members/meminfo.php#lossofitems","",0,26,200);
		Menu7_1_15=new Array("Motor Carts & Usage",sitePath+"/members/meminfo.php#motorcarts","",0,26,200);
		Menu7_1_16=new Array("No Smoking Policy",sitePath+"/members/meminfo.php#nosmoking","",0,26,200);	
		Menu7_1_17=new Array("Pro Shop Services",sitePath+"/members/meminfo.php#proshop","",0,26,200);	
		Menu7_1_18=new Array("Restricted Playing Hours",sitePath+"/members/meminfo.php#restrictedplayingtimes","",0,26,200);	
		Menu7_1_19=new Array("Rules Of Play",sitePath+"/members/meminfo.php#rulesofplay","",0,26,200);	
		Menu7_1_20=new Array("Service Charge",sitePath+"/members/meminfo.php#servicecharge","",0,26,200);	
		Menu7_1_21=new Array("The Rules of Golf Etiquette",sitePath+"/members/meminfo.php#golfetiquette","",0,26,200);		
		Menu7_1_22=new Array("Weather Warning Policy",sitePath+"/members/meminfo.php#weather","",0,26,200);	
	
	Menu7_2=new Array("MEMBERSHIP PRICING",sitePath+"/members/mempricing.php","",9,26,200);	
		Menu7_2_1=new Array("Categories & Fees",sitePath+"/members/mempricing.php#Categories and Fees","",0,26,200);
		Menu7_2_2=new Array("Cart & Green Fees",sitePath+"/members/mempricing.php#cartgreenfees","",0,26,200);
		Menu7_2_3=new Array("Breakfast Selections",sitePath+"/members/mempricing.php#breakfast","",0,26,200);
		Menu7_2_4=new Array("Luncheon Selections",sitePath+"/members/mempricing.php#lunch","",0,26,200);
		Menu7_2_5=new Array("Dinner Selections",sitePath+"/members/mempricing.php#dinner","",0,26,200);
		Menu7_2_6=new Array("Meetings/Seminars",sitePath+"/members/mempricing.php#meetings","",0,26,200);
		Menu7_2_7=new Array("Wine Selections",sitePath+"/members/mempricing.php#wine","",0,26,200);
		Menu7_2_8=new Array("Bar Service",sitePath+"/members/mempricing.php#bar","",0,26,200);
		Menu7_2_9=new Array("Cocktail (standup) Receptions",sitePath+"/members/mempricing.php#cocktail","",0,26,200);
	Menu7_3=new Array("TOURNAMENTS",sitePath+"/members/tournsched.php","",0,26,200);
	Menu7_4=new Array("CURRENT BY LAWS",sitePath+"/members/StCharlesByLaws.php","",0,26,200);
	Menu7_5=new Array("BOARD OF GOVERNORS",sitePath+"/members/board.php","",0,26,200);
	Menu7_6=new Array("LADIES EXECUTIVE",sitePath+"/members/ladiesexec.php","",0,26,200);
	Menu7_7=new Array("GROUNDS UPDATE",sitePath+"/members/GroundsUpdate.php","",0,26,200);
//Menu7_8=new Array("CN CDN WOMENS OPEN",sitePath+"/members/mempricing.php","",6,26,200);	
//		Menu7_8_1=new Array("Web Site","http://www.cncanadianwomensopen.com/","",0,26,200);
//		Menu7_8_2=new Array("Volunteer Form","http://www.rcga.org/_uploads/documents/VolunteerApplication%20Form%202010%20new.pdf","",0,26,200);
//		Menu7_8_3=new Array("Corporate Hospitality Offering","http://www.stcharlescountryclub.ca/admin/newsletters/2010CNCWOSalesOffering.pdf","",0,26,200);
//		Menu7_8_4=new Array("Clubhouse Badge Offer","http://www.stcharlescountryclub.ca/admin/newsletters/StCharlesmemberoffer.pdf","",0,26,200);
//		Menu7_8_5=new Array("Pro Caddie Form","http://www.stcharlescountryclub.ca/admin/newsletters/ProCaddieApplicationForm2010.pdf","",0,26,200);
//		Menu7_8_6=new Array("ProAM Caddie Form","http://www.stcharlescountryclub.ca/admin/newsletters/ProAmCaddieApplicationForm2010.pdf","",0,26,200);
	Menu7_8=new Array("WEBSITE LINKS",sitePath+"/members/resources.php","",0,26,200);
	Menu7_9=new Array("CONTACT US",sitePath+"/members/contact.php","",0,26,200);
	Menu7_10=new Array("PRIVACY POLICY",sitePath+"/members/privacypolicy.php","",0,26,200);

Menu8=new Array("PRO SHOP",sitePath+"/members/proshop/proshopnews.php","",6,26,75);
	Menu8_1=new Array("CURRENT NEWS AND PROMOTIONS",sitePath+"/members/proshop/promotions.php","",0,42,200);
	Menu8_2=new Array("INSTRUCTION PROGRAMS",sitePath+"/members/proshop/Instruction.php","",0,26,200);
	Menu8_3=new Array("JUNIOR PROGRAM",sitePath+"/members/proshop/junior.php","",0,26,200);
	Menu8_4=new Array("CLUB FITTING SCHEDULE",sitePath+"/members/proshop/fitting.php","",0,26,200);
	Menu8_5=new Array("CORPORATE MERCHANDISE PROGRAM",sitePath+"/members/proshop/merchandise.php","",0,42,200);
	Menu8_6=new Array("PRO SHOP STAFF",sitePath+"/members/proshop/proshop.php","",0,26,200);

	
	
	
	
	
	

