//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****

function cdd_menu1(){

	cdd__code0 = 1843
	cdd__code1 = 1440
	um0http = 1

    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "../images/bullet.gif"
	this.rel_icon_rollover0 = "../images/bullet_hl.gif"
	this.rel_icon_image_wh0 = "13,8"

    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../images/arrow.gif"
	this.abs_icon_rollover0 = "../images/arrow.gif"
	this.abs_icon_image_wh0 = "13,10"
	this.abs_icon_image_xy0 = "-20,8"

	// Divider Settings

	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 5			//applies to horizontal menus only
	this.divider_height = 5			//applies to vertical menus only

    //available specific settings

	this.use_divider_capsX_X = true

	// Menu Orientation and Dimensions

	this.is_horizontal = false		//false = vertical menus, true = horizontal menus

	this.menu_width = 160			//applies to vertical menus
	this.menu_width_items = 120		//applies to items in a horizontal menu
	this.menu_width_item0_4 = 140		//applies to items in a horizontal menu

   //Padding Values

	this.menu_padding_main = "0,0,0,5"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "5,5,5,5"
	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.is_horizontalX = true
	
	this.menu_widthX = 200
	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	this.menu_padding_subX = "10,5,10,5"
	this.item_padding_mainX = "10,5,10,5"
	this.item_padding_subX_X = "10,5,10,5"

	this.menu_border_subX = 1
	this.item_border_mainX = 1
	this.item_border_subX_X = 1

	//Exposed Menu Events - Custom Script Attachment
	this.show_menu = "";
	this.hide_menu = "";

   //Main Menu Group 0
	
<!-- mp_trans_textjs_start -->
	this.item0 = "Opera Myths"
	this.item1 = "Opera in Pop Culture"
	this.item2 = "History of Opera"
	this.item3 = "Opera Glossary"
	this.item4 = "Education Events"
	this.item5 = "Opera-tunity"
<!-- mp_trans_textjs_end -->

	this.url0 = "../../101/myths.asp"
	// this.icon_rel0 = 0 // bullet
	// this.icon_abs0 = 0 // arrow
	
	this.url1 = "../../101/popculture.asp"	

	this.url2 = "../../101/history.asp"
	
	this.url3 = "../../101/glossary.asp"
	
	this.url4 = "../../101/informances.asp"
	
	this.url5 = "../../101/operatunity.asp"

}//  END 













