// menu_items01.js file
// comments block here

var MENU_ITEMS01 =[
	["Welcome", null,
		["News", "index_eng.htm"],
		["Photographs", null,
			["Gallery 1", "photos01_eng.htm"],
		],
	],
	["Customize", null,
		["Language", null,
			["English", "index_eng.htm"],
			["Espaņol", "../Espanol/index_spa.htm"]
		],
	],
	["Store", null,
	],
	["Contact Us", "mailto:jefjack@ipass.net",
	]
];