//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****

function cdd_menu0(){
	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

	this.is_horizontal = false		//false = vertical menus, true = horizontal menus
	this.is_horizontal_main = true
	
	this.menu_width = 200			//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 = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "2,0,2,0"
	this.item_padding_sub = "5,5,5,5"

   //Border Sizing

	this.menu_border_main = 1
	this.menu_border_sub = 1

	this.item_border_main = 0
	this.item_border_sub = 0

   //Specific Item Setting Examples (change 'X' to appropriate index value)

	this.menu_width_item0 = 135
	this.menu_width_item1 = 135
	this.menu_width_item2 = 135
	this.menu_width_item3 = 135
	this.menu_width_item4 = 135
	this.menu_width_item5 = 135
	this.menu_width_item6 = 136

// Exposed Menu Events - Custom Script Attachment

	this.show_menu = "";
	this.hide_menu = "";

// Main Menu Group and Items

   //Main Menu Group 0  - TOP MENU
	
<!-- mp_trans_textjs_start -->
	this.item0 = "About<BR>Straz Center"
	this.item1 = "Shows &amp;<BR>Tickets"
	this.item2 = "Dining &amp;<BR>Catering"
	this.item3 = "Donor<BR>Benefits/Support"
	this.item4 = "Education &amp;<BR>Courses"
	this.item5 = "<BR>Shopping"
	this.item6 = "Media<br>Room"
<!-- mp_trans_textjs_end -->

	this.url0 = "../../../welcome/index.asp"
	this.url1 = "../../../shows/index.asp"	
	this.url2 = "../../../dining/index.asp"
	this.url3 = "../../../membership/index.asp"
	this.url4 = "http://www.patelconservatory.org"
	this.url5 = "../../../store/index.asp"
	this.url6 = "../../../press/index.asp"

}// END Menu  Data 