/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '../home/main.php?nxp=home/home#topid', {'tt':'Home'},
		['Next Event', '../home/main.php?nxp=home/home#nexteventid'],
		['About', '../home/main.php?nxp=home/home#abouthbocid'],
		['Sponsors', '../home/main.php?nxp=home/home#sponsorid'],
		['Related Items...', null, null,
			['Committee', '../home/main.php?nxp=resources/club_committee'],
			['Club Rules', '../resources/club_rules.pdf', {'tw':'_blank'}],
			['Club History', '../home/main.php?nxp=home/history.php'],
			['Map locations', '../home/main.php?nxp=home/locations'],
			['Photo galleries', '../home/main.php?nxp=home/photos']
		]
	],
	['New Members', '../home/main.php?nxp=home/newmembers#topid', {'tt':'New members'},
		['Fees', '../home/main.php?nxp=home/newmembers#eventfeesid'],
		['Membership', '../home/main.php?nxp=home/newmembers#membershipid'],
		['Related Items...', null, null,
			['Events', '../home/main.php?nxp=home/events'],
			['Committee', '../home/main.php?nxp=resources/club_committee'],
			['Club Rules', '../resources/club_rules.pdf', {'tw':'_blank'}],
			['History', '../home/main.php?nxp=home/history.php'],
			['Map locations', '../home/main.php?nxp=home/locations'],
			['Photo galleries', '../home/main.php?nxp=home/photos']
		]
	],
	['Schools', '../home/main.php?nxp=home/school#topid', {'tt':'Schools'},
		['Honours', '../home/main.php?nxp=home/school#honoursid'],
		['Events', '../home/main.php?nxp=home/school#currenteventsid'],
		['Past events', '../home/main.php?nxp=home/school#pasteventsid'],
		['School archive', '../home/main.php?nxp=home/school#archiveid'],
		['Related Items...', null, null,
			['Map locations', '../home/main.php?nxp=home/locations'],
			['Club Rules', '../resources/club_rules.pdf', {'tw':'_blank'}],
			['History', '../home/main.php?nxp=home/history.php'],
			['Resources', '../home/main.php?nxp=home/resources']
		]
	],
	['Events', '../home/main.php?nxp=home/events#topid', null,
		['Club events', '../home/main.php?nxp=home/events#hbocid'],
		['Other events', '../home/main.php?nxp=home/events#notesid'],
		['Related Items...', null, null,
			['Event fees', '../home/main.php?nxp=home/newmembers#eventfeesid'],
			['Map locations', '../home/main.php?nxp=home/locations'],
			['Club Rules', '../resources/club_rules.pdf', {'tw':'_blank'}],
			['Map talk NZ', 'http://www.maptalk.co.nz/events', {'tw':'_blank'}]
		]
	],
	['Results', '../home/main.php?nxp=home/results#topid', null,
		['Honour boards', '../home/main.php?nxp=home/results#honourid'],
		['Latest results', '../home/main.php?nxp=home/results#newestid'],
		['Current year', '../home/main.php?nxp=home/results#currentid'],
		['Archives', '../home/main.php?nxp=home/results#archiveid'],
		['Related Items...', null, null,
			['Event fees', '../home/main.php?nxp=home/newmembers#eventfeesid'],
			['Map locations', '../home/main.php?nxp=home/locations'],
			['Maptalk NZ', 'http://www.maptalk.co.nz/events', {'tw':'_blank'}]
		]
	],
	['Resources', '../home/main.php?nxp=home/resources#topid', null,
		['Committee', '../home/main.php?nxp=home/resources#committeeid'],
		['New Members', '../home/main.php?nxp=home/resources#newmembersid'],
		['Equipment', '../home/main.php?nxp=home/resources#equipmentid'],
		['Course Setting', '../home/main.php?nxp=home/resources#coursesettingid'],
		['Event Organisation', '../home/main.php?nxp=home/resources#eventorgid'],
		['Magazines', '../home/main.php?nxp=home/cpoints'],
		['Map locations', '../home/main.php?nxp=home/locations'],
		['History...', null, null,
			['Club history', '../home/main.php?nxp=home/history.php#topid'],
			['Map history', '../home/main.php?nxp=home/history.php#mapsid'],
			['Photo galleries', '../home/main.php?nxp=home/photos'],
			['Course maps', '../home/main.php?nxp=coursemaps/coursemaps.php']
		]
	],
	['News', '../home/main.php?nxp=home/news.php#topid', null,
		['Current', '../home/main.php?nxp=home/news.php#topid'],
		['Archives', '../home/main.php?nxp=home/news.php#archiveid']
	],
	['Links', '../home/main.php?nxp=home/links#topid', null,
		['NZ websites', '../home/main.php?nxp=home/links#nzlinksid'],
		['Foriegn websites', '../home/main.php?nxp=home/links#oslinksid'],
		['Event websites', '../home/main.php?nxp=home/links#evlinksid'],
		['Other websites', '../home/main.php?nxp=home/links#xxlinksid']
	]
];

