/* 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'],
	],
	['TOURNAMENTS', null, null,
	 	['Rules', 'http://www.wgapgolf.org/rules.php'],
		['Schedule', 'http://www.wgapgolf.org/schedule.php'],
	 	['Sign Up', 'http://www.wgapgolf.org/signup.php'],
		['Inter-Club', 'http://www.wgapgolf.org/interclub_4-27.php'],
		['Past Events', 'http://www.wgapgolf.org/History/event_history.php'],
		['History of Events', 'http://www.wgapgolf.org/history_events.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', 'http://www.wgapgolf.org/signup.php'],
		['<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'],
];
