//**** 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 = 100			//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,1,1,10"		//top, right, bottom, left
	this.menu_padding_sub = "1,2,1,5"

	this.item_padding_main = "1,2,1,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  - TOP MENU
	
<!-- mp_trans_textjs_start -->
	this.item0 = "Home"
	this.item1 = "Directions"
	this.item2 = "Contact Us"
	this.item3 = "E-mail<br>Newsletter"
<!-- mp_trans_textjs_end -->

	this.url0 = "../../../index.htm"
	
	this.url1 = "../../../about/directions.htm"
	
	this.url2 = "../../../about/contactus.htm"
	
	this.url3 = "http://www.tbpac.org/ecenter/index.asp"
				
}// END Menu