/* --- menu items --- */
var MENU_ITEMS = [
	['Home Page', "index.htm"],
	['Navigation', null, null,
		['Up Level', UPLINK],
		['Previous Page', BACKLINK],
		['Next Page', NEXTLINK],
	],
	['Top Level', null, null,
		['The Observation Lounge', "Observation.htm"],
		['Events Calendar', "Events.htm"],
		['Brief History', "History.htm"],
		['Photo Gallery', "Gallery.htm"],
		['History Timeline', "Timeline.htm"],
		['Route Images', "BayShoreRoute_1.html"],
		['Portersville Hotels', "Hotels.html"],
		['Railroad Equipment', null, null,
			['Locomotives', "Locomotives.htm"],
			['Passenger Cars', "PassengerCars.htm"],
			['Freight Cars', "FreightCars.htm"],
			['Motor Cars', "MotorCars.htm"],
			['Support Structures', "Structures.htm"],
		],
		['Our Project', null, null,
			['General Information', "Project.htm"],
		    ['Benchwork', "Benchwork.htm"],
			['Wiring', "Wiring.htm"],
			['Topography', "Topography.htm"],
			['Trackwork', "Trackwork.htm"],
			['Motive Power', "MotivePower.htm"],
			['Rolling Stock', "RollingStock.htm"],
		    ['Google Earth Views', "GoogleEarth.htm"],
		],
		['Contact Us', "Contact.htm"],
		['Links', "Links.htm"],
		['Credits', "Credits.htm"],
	],
	['Mainline Stops', null, null,
		['M&amp;O Union Terminal', "Mobile.htm"],
		['Bay Shore Junction', null, null,
			['Prichard', "Prichard.htm"],
			['Neeley', "Neeley.htm"],
		    ['Taylor', "Taylor.htm"],
			['Crichton', "Crichton.htm"],
			['Tacon', "Tacon.htm"],
			['Government Street', "Loop.htm"],
			['Mertz', "Mertz.htm"],
			['Farnell', "Farnell.htm"],
			['Lloyds', "Lloyds.htm"],
			['Mann Junction', "MannJunction.htm"],
			['Pierces', "Pierces.htm"],
			['Theodore', "Theodore.htm"],
			['Anderson/Warley', "Warley.htm"],
			['Frohsinn/Laurendine', "Laurendine.htm"],
			['South Orchards', "SouthOrchards.htm"],
			['Prosser/Fowl River', "FowlRiver.htm"],
			['Jett Brothers', "Jett.htm"],
			['Kirewakre/Parkers', "Parkers.htm"],
			['Delchamps Junction', "Delchamps.htm"],
			['Kaufmann', "Kaufmann.htm"],
			['Rolston', "Rolston.htm"],
			['Coden', "Coden.htm"],
			['Kennedy / San Souci / Faith', "Kennedy.htm"],
			['Bayou la Batre', "BLB.htm"],
		],
		['Whistler Shops', "Whistler.htm"],
	],
	['Dawes Branch', null, null,
		['Abbott', "Abbott.htm"],
		['Pigford', "Pigford.htm"],
		['Kroners', "Kroners.htm"],
		['Maceys', "Maceys.htm"],
		['Dawes', "Dawes.htm"],
	],
	['Secondary Branches', null, null,
	    ['Alabama Port', "AlabamaPort.htm"],
		['Alabama Canning Company', "Cannery.htm"],
	],
];

