
	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='004400';			// Background color when mouse is over on subs
	var FontLowColor='ffffff';			// Font color when mouse is not over
	var FontSubLowColor='004400';			// Font color subs when mouse is not over
	var FontHighColor='ffcc00';			// Font color when mouse is over
	var FontSubHighColor='ffcc00';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='004400';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,helvetica"	// 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='left';			// 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=130;				// 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=400;			// 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=['http://www.sunywcc.edu/navigation/tri.gif',5,10,'http://www.sunywcc.edu/images_new/clear.gif',0,0,'http://www.sunywcc.edu/images_new/clear.gif',0,0];	// 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("Golf","http://www.quakercreekgolf.com/golf.html","",6,20,40);

	Menu1_1=new Array("Course Information","http://www.quakercreekgolf.com/golf.html","",0,20,158);

	Menu1_2=new Array("Course Layout","course.html","",3,20,158);
	Menu1_2_1=new Array("Entire Course","course.html","",0,20,158);
	Menu1_2_2=new Array("Front Nine","frontnine.html","",0,20,158);
	Menu1_2_3=new Array("Back Nine","backnine.html","",0,20,158);

	Menu1_3=new Array("Tee Times & Rates","teetimes.html","",0,20,158);

	Menu1_4=new Array("Score Card","scorecard.html","",0,20,158);

	Menu1_5=new Array("Tee Ratings","teeratings.html","",0,20,158);

	Menu1_6=new Array("Course Photos","coursephotos.html","",0,20,158);


Menu2=new Array("Membership","http://www.quakercreekgolf.com/membership.html","",0,20,86);



Menu3=new Array("Events","http://www.quakercreekgolf.com/events.html","",2,20,54);
	Menu3_1=new Array("All Events","http://www.quakercreekgolf.com/events.html","",0,20,170);
	Menu3_2=new Array("American Redcross Golf Tournament","arc.html","",0,20,170);


Menu4=new Array("Outings","http://www.quakercreekgolf.com/outings.html","",2,20,60);
	Menu4_1=new Array("Outings Information","outings.html","",0,20,158);
	Menu4_2=new Array("Outings Request Form","outingsform.html","",0,20,158);
   


Menu5=new Array("News","http://www.quakercreekgolf.com/news.html","",0,20,45);



Menu6=new Array("Calendar","http://www.quakercreekgolf.com/calendar.html","",0,20,64);


Menu7=new Array("Directions","http://www.quakercreekgolf.com/directions.html","",0,20,70);

		
Menu8=new Array("Weather","http://www.quakercreekgolf.com/weather.html","",0,20,63);


Menu9=new Array("Contact Us","http://www.quakercreekgolf.com/contactus.html","",0,20,72);

		
Menu10=new Array("Home","http://www.quakercreekgolf.com","",0,20,38);
