// menu_items.js file
var MENU_ITEMS =[
	["Home", "index.html", null],
	["Photography", null, null,
		["Africa", null, null,
			["Egypt", "egypt.htm", null],
			["Atlas Mountains 1", "atlas_mountains_1.htm", null],
			["Atlas Mountains 2", "atlas_mountains_2.htm", null],
			["Atlas Mountains 3", "atlas_mountains_3.htm", null],
			["Marrakech", "marrakech.htm", null]
		],
		["North America", null, null,
			["Big Sur 1", "big_sur_1.htm", null],
			["Big Sur 2", "big_sur_2.htm", null],
			["Canada 1", "canada_1.htm", null],
			["Canada 2", "canada_2.htm", null],
			["San Francisco 1", "san_francisco_1.htm", null],
			["San Francisco 2", "san_francisco_2.htm", null]
		],
		["United Kingdom", null, null,
			["Coventry", "coventry.htm", null],
			["Lake District 1", "lake_district_1.htm", null],
			["Lake District 2", "lake_district_2.htm", null],
			["Leeds", "leeds.htm", null],
			["London", "london.htm", null],
			["Warwickshire", "warwickshire.htm", null],
			["Wales", "wales.htm", null]
		],
		["Europe", null, null,
			["Swiss Alps", "swiss_alps_1.htm", null],
			["Italian Alps 1", "italian_alps_1.htm", null],
			["Italian Alps 2", "italian_alps_2.htm", null],
			["French Alps 1", "french_alps_1.htm", null],
			["French Alps 2", "french_alps_2.htm", null]
		],
		["Miscellaneous 1", "misc_photo.htm", null],
		["Miscellaneous 2", "misc_photo_2.htm", null],
		["New Zealand", null, null,
			["NZ Misc 1", "nz_misc_1.htm", null],
			["NZ Misc 2", "nz_misc_2.htm", null],
			["Kaikoura", "nz_kaikoura.htm", null],
			["Fox Glacier", "nz_fox_glacier.htm", null],
			["Mount Cook", "nz_mount_cook.htm", null],
			["Panoramas", "nz_pano.htm", null],
			["Scenic Flight", "nz_flight.htm", null],
			["Tongariro", "nz_tongariro.htm", null],
		],
		["South Korea", "korea.htm", null]
	],
	["Links", "links.htm", null],
	["Contact", "contact.htm", null]
];