/* --- menu items --- */
var MENU_ITEMS_GREEK = [
	['About the \"An.Tritsis\" Park','./park/park.htm'],
	['Map of the Park', './park/map.htm'],
	['A rich Natural environment','./env/index.htm',
		['Introduction', './env/index.htm'],
		['Lakes', './env/lakes.htm'],
		['Forest', './env/forest.htm'],
		['Agricultural cultivations', './env/agr.htm'],
		['The birds of the Park', './env/birds.htm'],
		['Other animals at the Park', './env/animals.htm'],
		['The protagonist of the month', './env/visitor_index.php']
	],
	['H.O.S. Activities at the Park','./park/hos.htm',
		['Activities', './park/hos.htm'],
		['Ecotours for organized visitor\'s groups', './act/ecotours.htm'],
		['Voluntary work', './act/volunteer.htm'],
		['How to participate', './act/participate.htm']
	],
	['Contact Us', './park/contact.htm'],
	['Home Page', './'],
	['The H.O.S.', 'http://www.ornithologiki.gr/en/enmain.htm'],
	['Ελληνικά', '../gr/']

];


