/*
  --- 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 = [
	['About Us', null, null,
		['About Tricia', 'tricia.html'],
		['About the Toonies', 'toonies.html'],
		['Look and Listen', 'landl.html'],
	],
	['Our Shows', null, null,
		['Live in Concert', 'live.html'],
		['Decades', '2009images/decades.html'],
		['Enviro-Show', 'enviro.html'],
		['Fabulous 50s', 'fab50.html'],
		['Family Fun Show', 'famfun.html'],
		['Look and Listen', 'landl.html'],
	],
	['Schedule', null, null,
		['Schedule', 'schedule.html'],
		['Contact Us', 'bookings.html'],
		['References', 'refer.html'],
		['Grant Information', 'grant_info.html'],
		['Look and Listen', 'landl.html'],
	],
	['Booking', null, null,
		['Contact for Booking', 'bookings.html'],
		['References', 'refer.html'],
		['Grant Information', 'grant_info.html'],
		['Schedule', 'schedule.html'],
		['Look and Listen', 'landl.html'],
	],
	['Gift Shop', null, null,
		['Music', 'giftshop.html'],
		['Video', 'giftshop.html'],
	],
	['Grant Info', 'grant_info.html', null,
		['Grant Information', 'grant_info.html'],
		['Important Links', 'grant_info.html'],
	],
	['References', 'refer.html', null,
		['References', 'refer.html'],
	],
	['Home Page', 'index.html', null,
	],
];

