/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Conservation', null, null,
		['Conservation Overview', 'cons.html'],
		['Ex situ Conservation', 'exsitu.html'],
		['Habitat Restoration', 'habitat.html'],
		['Wildlife Gardening', 'wildlife.html'],
		['Research and Partnership Projects', 'research.html']
	],
	['Education', 'edu.html'],
	['News  & Events', null, null,
		['Upcoming Events', null],
		['Newsletter Nov 2006', null],
		['Breaking News', null]
	],
	['Publications', null, null,
		['Education', null, null,
			['River Talk', 'articles/River_Talk.pdf'],
		],
		['Conservation', null, null,
			['Notes from the Edge', 'articles/Notes_from_the_Edge.pdf'],
			['Article for Rheedea Magazine', 'articles/Rheedea.pdf'],
		],
		['Sustainable Living', null, null,
			['Farming at GBS', 'articles/farming.pdf'],
		],
		['Other', null],
		['Articles about Us', null]
	],
	['Helping Us', 'help.html']
];