// menu_items.js file

var MENU_ITEMS =[
	["Golf (Rates, Leagues, Etc)", null,
		["Pro-Shop & Golf Rates", "http://www.hastingscc.org/proshopnew.htm"],
		["Golf Leagues", "http://www.hastingscc.org/leaguegeneral.htm"],
		["Score Card", "http://www.hastingscc.org/scorecardnew.htm"],
		["Junior Golf", "http://www.hastingscc.org/juniorgolf.htm"],
		["Charity Golf Classic", "http://www.hastingscc.org/charityclassic.htm"]
		
	],
	["Clubhouse", null,
		["Become A Member", "http://www.hastingscc.org/membership.htm"]
	],
	["Resources", null,
		["Driving Directions", "http://www.hastingscc.org/drivingdirections.htm"],
		["Our Information", "http://www.hastingscc.org/ourinformation.htm"],
		["Local Weather", "http://www.hastingscc.org/weather.htm"],
		["Course Conditions", "http://www.hastingscc.org/coursecondition.htm"],
		["F.A.Q.", "http://www.hastingscc.org/FAQnew.htm"]
	],
	["Event Calendar", "http://www.hastingscc.org/calendarmainpage.htm"],
	["Photo Gallery", "http://www.hastingscc.org/photogallery.htm"],
	["News Bulletins", "http://www.hastingscc.org/newsbulletins.htm"],
	["Main Page", "http://www.hastingscc.org/newindexpage.htm"]
];
