/*
  --- 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.
*/
var MENU_ITEMS = [
	['Design Highlights', null, null,
		['Resume', './resume.html'],
	],
	['Design Rentals', null, null,
		['Wizard of Oz Projections', './oz_video/Oz_video_base.htm'],
		['Beauty & the Beast Set Design', './rentals.html'],
		['How To Succeed... Set Design', './rentals.html'],
		['Rumors Set Design', './rentals.html'],
		['Noises Off Set Design', './rentals.html'],
		['On The Razzle Set Design', './rentals.html'],
		['LOOT Set Design', './rentals.html'],
	],
	['Production Photos', null, null,
		['Full Index', './photos.html'],
/*		['Dear Charlotte,', './roster.htm'],
		['As You Like It', 'http://ical.wlwv.k12.or.us/wlhs/theatre/'],
		['More...', './roster.htm'], */
	],
	['Current & Upcoming', './current.html' ,null, null,
	],
	['Home', './index.html' ,null, null,
	],
];


