/* Tigra Menu items structure */
var MENU_ITEMS = [
	['His Work', null, null,
		['The Early Years', 'flw1.htm'],
		['Prairie Style', 'flw2.htm'],
		['Non-Residential 1900-20', 'flw3.htm'],
		['The Twenties', 'flw4.htm'],
		['The Thirties', 'flw5.htm'],
		['The Forties', 'flw6.htm'],
		['The Fifties', 'flw7.htm'],
		['Seventeen Buildings', 'flw8.htm'],
		['Finding Mr. Wright', '../flwtrip/']
	],
	['Links', 'flw9.htm'],
	['Bookstore', 'store/flwbook1.htm'],
	['Home', 'index.html'],
];