	var NoOffFirstLineMenus=7;		// 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='dropDown';	// 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("CLUB HISTORY",sitePath+"/guests/clubhistory.php","",3,26,100);

	Menu1_1=new Array("GOLF ACTIVITIES",sitePath+"/guests/golfact.php","",0,26,150);	
	Menu1_2=new Array("CLUBHOUSE",sitePath+"/guests/clubhouse.php","",0,26,150);
	Menu1_3=new Array("PRO SHOP",sitePath+"/guests/proshop.php","",0,26,150);
	
Menu2=new Array("COURSE MAP",sitePath+"/guests/coursemap.php","",3,26,100);
	
	Menu2_1=new Array("WOODS - WEST",sitePath+"/guests/course-woods.php","",0,26,150);
	Menu2_2=new Array("ROSS - SOUTH",sitePath+"/guests/course-ross.php","",0,26,150);
	Menu2_3=new Array("MACKENZIE - NORTH",sitePath+"/guests/course-mackenzie.php","",0,26,150);

Menu3=new Array("SCORECARDS",sitePath+"/guests/scorecard.php","",3,26,100);

	Menu3_1=new Array("WOODS - WEST",sitePath+"/guests/scorecard_woods.php","",0,26,150);
	Menu3_2=new Array("ROSS - SOUTH",sitePath+"/guests/scorecard_ross.php","",0,26,150);
	Menu3_3=new Array("MACKENZIE - NORTH",sitePath+"/guests/scorecard_mackenzie.php","",0,26,150);

Menu4=new Array("CN CDN WOMENS OPEN",sitePath+"/members/mempricing.php","",5,26,150);	
		Menu4_1=new Array("Web Site","http://www.cncanadianwomensopen.com/","",0,26,200);
		Menu4_2=new Array("Volunteer Form","http://www.rcga.org/_uploads/documents/VolunteerApplication%20Form%202010%20new.pdf","",0,26,200);
		Menu4_3=new Array("Corporate Hospitality Offering","http://www.stcharlescountryclub.ca/admin/newsletters/2010CNCWOSalesOffering.pdf","",0,26,200);
		Menu4_4=new Array("Pro Caddie Form","http://www.stcharlescountryclub.ca/admin/newsletters/ProCaddieApplicationForm2010.pdf","",0,26,200);
		Menu4_5=new Array("ProAM Caddie Form","http://www.stcharlescountryclub.ca/admin/newsletters/ProAmCaddieApplicationForm2010.pdf","",0,26,200);
				
Menu5=new Array("GUEST POLICY",sitePath+"/guests/guestpolicy.php","",4,26,90);

	Menu5_1=new Array("DRESS CODE",sitePath+"/guests/guestpolicy.php#dress","",0,26,150);
	Menu5_2=new Array("CELL PHONE USE",sitePath+"/guests/guestpolicy.php#cell","",0,26,150);
	Menu5_3=new Array("RULES OF PLAY",sitePath+"/guests/guestpolicy.php#rules","",0,26,150);	
	Menu5_4=new Array("CARE OF COURSE",sitePath+"/guests/guestpolicy.php#care","",0,26,150);

Menu6=new Array("MEMBERSHIP",sitePath+"/guests/guestmembership.php","",0,26,100);

	
Menu7=new Array("CONTACT US",sitePath+"/guests/guestcontact.php","",0,26,90);

	
	
	
	
