//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****

function cdd_menu1(){
	cdd__code0 = 1843
	cdd__code1 = 1440
	um0http = 1
	
// Divider Settings

	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 0			//applies to horizontal menus only
	this.divider_height = 0			//applies to vertical menus only

// Menu Orientation and Dimensions

	this.is_horizontal = false		//false = vertical menus, true = horizontal menus
	this.is_horizontal_main = false
	this.menu_width = 150			//applies to vertical menus
	this.menu_width_items = 86		//applies to items in a horizontal menu
	this.menu_width_item0_1 = 86		//applies to items in a horizontal menu

   //Padding Values
  
	this.menu_padding_main = "1,2,3,1"		//top, right, bottom, left
	this.menu_padding_sub = "1,2,1,5"

	this.item_padding_main = "3,2,3,5"
	this.item_padding_sub = "1,2,1,5"

   //Border Sizing

	this.menu_border_main = 1
	this.menu_border_sub = 1

	this.item_border_main = 0
	this.item_border_sub = 0

// Exposed Menu Events - Custom Script Attachment

	this.show_menu = "";
	this.hide_menu = "";

// Main Menu Group and Items

   //Main Menu Group 0  - side ABOUT MENU

<!-- mp_trans_textjs_start -->
	this.item0 = "About Us"
	this.item1 = "Contact Us"
	this.item2 = "Directions & Parking"
	this.item3 = "Venues & Seating Charts"
	this.item4 = "Financial Information"
	this.item5 = "Theater Policies"
	this.item6 = "Accessibility"
	this.item7 = "Booking Information"
	this.item8 = "Site Plan"
	this.item9 = "Technical Information"
	this.item10 = "Facility Rentals"
	this.item11 = "FAQs"
	this.item12 = "Employment Opportunities"
	this.item13 = "Volunteer Information"
	this.item14 = "Other Organizations"
	this.item15 = "Planning a Trip"
	this.item16 = "Photo Gallery"
<!-- mp_trans_textjs_end -->

	this.url0 = "../../../welcome/index.asp"
	this.url1 = "../../../welcome/contact.asp"
	this.url2 = "../../../welcome/directions/index.asp"
	this.url3 = "../../../welcome/venues/index.asp"
	this.url4 = "../../../welcome/financial_info.asp"
	this.url5 = "../../../ticketoffice/policies.asp"
	this.url6 = "../../../ticketoffice/accessibility.asp"
	this.url7 = "../../../welcome/booking/index.asp"
	this.url8 = "../../../welcome/site_plan/index.asp"
	this.url9 = "../../../welcome/technical/index.asp"
	this.url10 = "../../../welcome/rentals/index.asp"
	this.url11 = "../../../welcome/faq.asp"
	this.url12 = "../../../welcome/employment/index.asp"
	this.url13 = "../../../welcome/volunteer/index.asp"
	this.url14 = "../../../welcome/links/index.asp"
	this.url15 = "../../../welcome/trip/index.asp"
	this.url16 = "../../../welcome/gallery.asp"
				
}// END Menu Data 