/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
/* Caption, Link, Scope (target/status bar) */
var MENU_ITEMS = [
	['Home Page', 'index.html', null,null,
	],
	['Location', null, null,
		['Airport Information', 'airportinfo.html', null ],
		['Map', 'Location.html', null ],
		['Local Information', 'localinfo.html', null ],
	],
	['Services', null, null,
		['Flight School', 'instruct.html', null ],
		['FBO Services', 'fboservice.html', null ],
	],
	['Photos', null, null,
		['Main Photo Page', 'Albums/photalbum/Five Lakes Photos.html', null ],
		['Individual Albums', null, null,
			['Airplanes!', 'Albums/photalbum/Airplanes!/Five Lakes Photos.html', null ],
			['Local area photos', 'Albums/photalbum/Local Area/Five Lakes Photos.html', null ],
			['Special event photos', 'Albums/photalbum/Events/Five Lakes Photos.html', null ],
			['Mountain flying photos', 'Albums/photalbum/Mountain Flying/Five Lakes Photos.html', null ],
		],
	],
	['Web Links','WebLinks.html', null,
	],
];
