/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'http://www.wgapgolf.org'],
	['ABOUT WGAP', null, null,
		['History', 'http://www.wgapgolf.org/history.html'],
		['Officers', 'http://www.wgapgolf.org/officers.php'],
		['Past Presidents', 'http://www.wgapgolf.org/presidents.html'],
		['The Centennial', 'http://www.wgapgolf.org/bonniesboard.html'],
		['Contact Us', 'http://www.wgapgolf.org/contact.html'],
		['Policies', 'http://www.wgapgolf.org/policies.html'],
	],
	['EVENTS', null, null,
	 	['Rules', 'http://www.wgapgolf.org/rules.php'],
		['Schedule', 'http://www.wgapgolf.org/schedule.php'],
	 	['Sign Up', 'http://www.wgapgolf.org/signup.php'],
		['Team Matches', 'http://www.wgapgolf.org/interclub_4-27.php'],
		['Event Results', 'http://www.wgapgolf.org/History/event_history.php'],
		['History of Events', 'http://www.wgapgolf.org/history_events.php'],
	],
	['TEAM MATCHES', null, null,
	 	['Match 1', 'http://www.wgapgolf.org/interclub_4-27.php'],
		['Match 2', 'http://www.wgapgolf.org/interclub_4-30.php'],
		['Match 3', 'http://www.wgapgolf.org/interclub_5-4.php'],
		['Match 4', 'http://www.wgapgolf.org/interclub_5-7.php'],
		['Match 5', 'http://www.wgapgolf.org/interclub_5-11.php'],
		['Standings', 'http://www.wgapgolf.org/standings.php'],
		['Playoffs', 'http://www.wgapgolf.org/playoffs.php'],
	],
	['NEWS', null, null, 
	 	['Current News', 'http://www.wgapgolf.org/news.php'],
		['Holes-In-One', 'http://www.wgapgolf.org/holeinone.php'],
	],		
	['COURSES', null, null, 
	 	['Course List', 'http://www.wgapgolf.org/courses.php'],
		['Open Days Info', 'http://www.wgapgolf.org/openday_info.php'],
		['Open Days List', 'http://www.wgapgolf.org/openday_list.php'],
	],
	['MEMBERSHIP', null, null,
		['Information', 'http://www.wgapgolf.org/membership.php'],
		['Pay Online', 'https://www.event-man.net/index.aspx?club=135&amp;en=4'],
		['<img src="http://www.wgapgolf.org/menu_files/icons/pdf.gif" height=16 width=14 align="absmiddle">&nbsp; Application', 'http://www.wgapgolf.org/member_application.pdf'],
	],
	['LINKS', 'http://www.wgapgolf.org/links.html'],
];
