/*
  --- 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 = [
	['On Stage', null, null,
				['Now Playing', 'now_playing.asp'],
				['Subscribe Now', 'subscribe_now.asp'],
				['Group Sales', 'group_sales.asp']
			],

	['Our Supporters', null, null,
		['Donors', 'donors.asp'],
		['Sponsors and Supporters', 'sponsors.asp'],
		['Become a Sponsor', 'sponsorship.asp']
	],

	['Education', null, null,
		['Arts in Education', 'arts_education.asp'],
		['Student of the Month', 'student_performer_month.asp']
	],

	['Special Events', null, null,
		['Upcoming Special Events', 'special_events.asp']
	],

	['About Us', null, null,
		['PCPA Foundation', 'pcpa_foundation.asp'],
		['Board of Directors', 'board_of_directors.asp'],
		['Business Council', 'business_council.asp'],
		['Press Room', 'press_room.asp'],
		['Production Archive', 'production_archive.asp'],
		['Theatre Info', 'theatre_info.asp']		
		//['POW! Now Newsletter', 'pow_newsletter.asp'],
		
	],

	['Contact Us', null, null,
		['Box Office', 'contact_box_office.asp'],
		['Foundation', 'contact_foundation.asp'],
		['Map', 'theatre_map.asp'],
		['Join Our E-Club', 'join_e-club.asp'],
		['Rental Info', 'rental_info.asp'],
		['Volunteer', 'volunteer.asp']
	],

];

