//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****

um0http = 1


function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/



/*---------------------------------------------
Icon Images
---------------------------------------------*/



    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "../sample_images/sample3_bullet.gif"
	this.rel_icon_rollover0 = "../sample_images/sample3_bullet_roll.gif"
	this.rel_icon_image_wh0 = "0,0"
	
	


    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../sample_images/arrow.gif"
	this.abs_icon_rollover0 = "../sample_images/arrow.gif"
	this.abs_icon_image_wh0 = "0,0"
	this.abs_icon_image_xy0 = "0,0"




/*---------------------------------------------
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


    //available specific settings

	this.use_divider_capsX_X = false



/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the 
   //width of items and menu groups may be defined, heights 
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


	this.is_horizontal = true			//applies to all menu groups

	
	this.menu_width = 602				//applies to vertical menus
	this.menu_width_items0 = 110		//applies to items in a horizontal menu
	this.menu_width_items1 = 86 		//applies to items in a horizontal menu
	this.menu_width_items2 = 82 		//applies to items in a horizontal menu
	this.menu_width_items3 = 89 		//applies to items in a horizontal menu
	this.menu_width_items4 = 98			//applies to items in a horizontal menu
	this.menu_width_items5 = 137		//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 = "0,0,0,0"
	this.item_padding_sub = "0,0,0,0"

	

   //Border Sizing


	this.menu_border_main = 0
	this.menu_border_sub = 0

	this.item_border_main = 0
	this.item_border_sub = 0



   //Specific Item Setting Examples (change 'X' to appropriate index value)
	

	this.is_horizontal0 = true
	
this.menu_width0 = 380
	this.menu_width_items0 = 0
	this.menu_width_item0_0 = 80
	this.menu_width_item0_1 = 8
	this.menu_width_item0_2 = 60
	this.menu_width_item0_3 = 8
	this.menu_width_item0_4 = 108
	this.menu_width_item0_5 = 8
	this.menu_width_item0_6 = 58
	this.menu_width_item0_7 = 8
	this.menu_width_item0_8 = -108

	this.menu_padding_sub0 = "4,0,0,0"
	this.item_padding_main0 = "0,0,0,0"
	this.item_padding_sub0_0 = "0,0,0,0"
	this.item_padding_sub0_1 = "0,0,0,0"
	this.item_padding_sub0_2 = "0,0,0,0"
	this.item_padding_sub0_3 = "0,0,0,0"
	this.item_padding_sub0_4 = "0,0,0,0"
	this.item_padding_sub0_5 = "0,0,0,0"
	this.item_padding_sub0_6 = "0,0,0,0"
	this.item_padding_sub0_7 = "0,0,0,8"
	this.item_padding_sub0_8 = "0,0,0,8"

	this.menu_border_sub0 = 0
	this.item_border_main0 = 0
	this.item_border_sub0_0 = 0
	
	
	this.is_horizontal1 = true
	
	this.menu_width1 = 332


	this.menu_padding_sub1 = "4,0,0,0"


	this.menu_border_sub1 = 0
	this.item_border_main1 = 0
	this.item_border_sub1_0 = 0
	
	
	this.is_horizontal2 = true
	
	this.menu_width1 = 514
	this.menu_width_items2 = 0
	this.menu_width_item2_0 = 120
	this.menu_width_item2_1 = 8
	this.menu_width_item2_2 = 70

	this.menu_padding_sub2 = "4,0,0,0"
	this.item_padding_main2 = "0,0,0,0"
	this.item_padding_sub2_0 = "0,0,0,0"

	this.menu_border_sub2 = 0
	this.item_border_main2 = 0
	this.item_border_sub2_0 = 0
	
	
	//this.is_horizontal3 = true
	
	//this.menu_width3 = 100


	//this.menu_padding_sub3 = "4,0,0,0"
	//this.item_padding_main3 = "0,0,0,0"
	//this.item_padding_sub3_0 = "0,0,0,0"


	//this.menu_border_sub3 = 0
	//this.item_border_main3 = 0
	//this.item_border_sub3_0 = 0
	
	
	

/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following sections to optionally associate menu groups 
//and menu items with existing CSS classes from your site.


   //global class names

	//this.main_menu_class = "myclassname"
	//this.main_items_class = "myclassname"
	//this.main_items_rollover_class = "myclassname"

	//this.sub_menu_class = "myclassname"
	//this.sub_items_class = "myclassname"
	//this.sub_items_rollover_class = "myclassname"


   //specific menu items

	//this.item_classX_X = "myclassname"
	//this.item_rollover_classX_X = "myclassname"

/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


	this.show_menu = "";
	this.hide_menu = "";


 //available specific settings


	//this.show_menuX = "alert('show id')";
	//this.hide_menuX = "alert('hide id')";
	//this.clickX = "alert('execute custom click item code')"


/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/

   //Main Menu Group 0

	
	this.item0 = "<a href='/about/about.html'><img src='/pix/btn_about.gif' alt='About Ashwood' name='Image1' width='113' height='22' border='0' id='Image1' onmouseover='this.src=\"/pix/btn_about_on.gif\"' onmouseout='this.src=\"/pix/btn_about.gif\"'></a>"
	this.icon_rel0 = 0
	
	this.item1 = "<a href='/locations/locations.html'><img src='/pix/btn_locations_on.gif' alt='Our Locations' name='Image2' width='99' height='22' border='0' id='Image2' onmouseover='this.src=\"/pix/btn_locations_on.gif\"' onmouseout='this.src=\"/pix/btn_locations_on.gif\"'></a>"
	this.icon_rel1 = 0
	
	this.item2 = "<a href='/contact/contact.html'><img src='/pix/btn_contact.gif' alt='Contact Us' name='Image3' width='80' height='22' border='0' id='Image3' onmouseover='this.src=\"/pix/btn_contact_on.gif\"' onmouseout='this.src=\"/pix/btn_contact.gif\"'></a>"
	this.icon_rel2 = 0
	
	this.item3 = "<a href='/careers/careers.html'><img src='/pix/btn_careers.gif' alt='Careers' name='Image4' width='69' height='22' border='0' id='Image4' onmouseover='this.src=\"/pix/btn_careers_on.gif\"' onmouseout='this.src=\"/pix/btn_careers.gif\"'></a>"
	this.icon_rel3 = 0

/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0

	this.menu_xy0 = "-103,25"
	this.menu_width0 = 380

this.item0_0 = "Our Leadership"
	this.item0_1 = "|"
	this.item0_2 = "Our History"
	this.item0_3 = "|"
	this.item0_4 = "Our Corporate Office"
	this.item0_5 = "|"
	this.item0_6 = "Testimonials"
	this.item0_7 = "|"
	this.item0_8 = "Press Releases"
	
	

	this.url0_0 = '../../about/leadership.html'
	this.url0_2 = '../../about/history.html'
	this.url0_4 = '../../about/corp_office.html'
	this.url0_6 = '../../about/testimonials.html'
	this.url0_8 = '../../about/press_releases.html'



    //Sub Menu 1

	this.menu_xy1 = "-68,25"
	this.menu_width1 = 332
	
	this.item1_0 = ""


	this.url1_0 = ''



   //Sub Menu 2
	
	this.menu_xy2 = "-67,25"
	this.menu_width2 = 514

	this.item2_0 = "Sign Up for E-mail Alerts"
	this.item2_1 = "|"
	this.item2_2 = "Directions"

	this.url2_0 = '../../contact/alerts.php4'
	this.url2_2 = '../../contact/directions.html'



    //Sub Menu 3

	//this.menu_xy3 = "-52,25"
	//this.menu_width3 = 100
	
	//this.item3_0 = "TBD"

	//this.url3_0 = '#.html'



	


}///////////////////////// END Menu Data /////////////////////////////////////////


