








































































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
---------------------------------------------*/

//Define two types of unlimited icon images below, associate any image
//with any item using both the 'icon_rel' and 'icon_abs' parameter in the
//sub menu structure section (set to the index number of the icon image)


    //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 - relative to 
    //right top corner of the menu item displaying the icon.)

	//this.abs_icon_image0 = "sample_images/arrow.gif"
	//this.abs_icon_rollover0 = "sample_images/arrow.gif"
	//this.abs_icon_image_wh0 = "13,10"
	//this.abs_icon_image_xy0 = "-20,13"




/*---------------------------------------------
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 = 0			//applies to vertical menus only

    //available specific settings

	this.use_divider_capsX = true


/*---------------------------------------------
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 = false			//applies to all menu groups
	this.is_horizontal_main = true			//applies to main group only
	
//	this.menu_width = 200				//applies to vertical menus
//	this.menu_width_items = 120			//applies to items in a horizontal menu

   //Padding Values
  
	this.menu_padding_main = "0,0,2,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "0,15,0,4"
	this.item_padding_sub = "2,2,2,2"

   //Border Sizing

	this.menu_border_main = 0
	this.menu_border_sub = 0

//	this.item_border_main = 0
	this.item_border_sub = 1

   //Specific Item Setting Examples (change 'X' to appropriate index value)

//	this.is_horizontal0 = true
	
//	this.menu_width0 = 500
//	this.menu_width_items0 = 500
//	this.menu_width_item0_0 = 500

//	this.menu_padding_sub0 = "0,0,0,0"
//	this.item_padding_main0 = "0,0,0,0"
//	this.item_padding_sub0_0 = "0,0,0,0"

//	this.menu_border_sub0 = 0
//	this.item_border_main0 = 0
//	this.item_border_sub0_0 = 0

/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following section 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')"
	

	//use the following to execute a JavaScript statement for any menu item
	//change 'X' below, to the menu items index number.
	
	this.clickX = "alert('Sample Click Code - Exposed Menu Event')"
	


/*------------------------------------------------
Browser Workarounds
-------------------------------------------------*/


   //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)

	this.opera_old_display_html = "Please update your opera browser.";



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/

   //Main Menu Group 0

	this.item0 = "About NRMCA"
	this.url0 = "/about/"

   //Main Menu Group 1

	this.item1 = "EStore"
	this.url1 = "/store/E-Store_Homepage.asp"

   //Main Menu Group 2

	this.item2 = "Newsroom"
	this.url2 = "/news/"

   //Main Menu Group 3

	this.item3 = "About Ready Mixed Concrete"
	this.url3 = "/aboutconcrete/"

   //Main Menu Group 4

	this.item4 = "Contact / Visit Us"
	this.url4 = "/contact/"

/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   //Sub Menu 0

	this.menu_xy0 = "-85,19"
	this.menu_width0 = 110

	this.item0_0 = "Overview"
	this.item0_1 = "Staff"
	this.item0_2 = "Board of Directors"
	this.item0_3 = "NRMCA History"
	this.item0_4 = "NRMCA Employment Opportunities"
	this.item0_5 = "Industry Employment Opportunities"

	this.url0_0 = "/about/"
	this.url0_1 = "/about/staff_bios.asp"
	this.url0_2 = "/about/board.asp"
	this.url0_3 = "/about/history_1939.asp"
	this.url0_4 = "/JobsAtNRMCA/index.asp"
	this.url0_5 = "/JobsAtNRMCA/MTSU.asp"
  
 //Sub Menu 1

	this.menu_xy1 = "-49,19"
	this.menu_width1 = 220

	this.item1_0 = "New Products, Bestsellers & Special Offers"
	this.item1_1 = "Browse the Full Selection"
	this.item1_2 = "NRMCA Apparel LogoStore"
	this.item1_3 = "Online Buyers' Guide for Producers"

	this.url1_0 = "/store/E-Store_Homepage.asp"
	this.url1_1 = "/store/E-Store_Homepage.asp"
	this.url1_2 = "/logostore/"
	this.url1_3 = "http://nrmca.officialbuyersguide.net/"

   //Sub Menu 2

	this.menu_xy2 = "-65,19"
	this.menu_width2 = 280

	this.item2_0 = "E-NEWS"
	this.item2_1 = "E-NEWS - Past Issues"
	this.item2_2 = "NRMCA in the News"				
	this.item2_3 = "Press Releases"
	this.item2_4 = "Concrete InFocus (NRMCA Quarterly Magazine)"
	this.item2_5 = "Washington Briefing (North America Concrete Alliance)"
	this.item2_6 = "State Association News"

	this.url2_0 = "/news/enews/"
	this.url2_1 = "/news/enews/pastissues.asp"
	this.url2_2 = "/news/Inthenews/default.asp"
	this.url2_3 = "/news/pressreleases/"
	this.url2_4 = "/news/connections/"
	this.url2_5 = "http://www.washingtonbriefing.com/"
	this.url2_6 = "/news/statenews/"

   //Sub Menu 3

	this.menu_xy3 = "-155,19"
	this.menu_width3 = 200

	this.item3_0 = "Help for Designers and Specifiers"
	this.item3_1 = "Commercial Concrete"
	this.item3_2 = "Residential Concrete"
	this.item3_3 = "Environmental Properties of Concrete"
	this.item3_4 = "Ready Mixed Concrete Overview"
	this.item3_5 = "www.ConcreteParking.org"
	this.item3_6 = "www.GreenRoofTops.org"
	this.item3_7 = "www.FlowableFill.org"
	this.item3_8 = "www.ConcreteHelp.org"
	this.item3_9 = "www.ConcreteBuildings.org"
	this.item3_10 = "www.PerviousPavement.org"
	this.item3_11 = "www.SelfConsolidating.org"

	this.url3_0 = "http://www.concretehelp.org/"
	this.url3_1 = "/aboutconcrete/commercial/index.asp"
	this.url3_2 = "/aboutconcrete/residential/index.asp"
	this.url3_3 = "/aboutconcrete/environmental.asp"
	this.url3_4 = "/aboutconcrete/"
	this.url3_5 = "http://www.concreteparking.org/"
	this.url3_6 = "http://www.greenrooftops.org/"
	this.url3_7 = "http://www.flowablefill.org/"
	this.url3_8 = "http://www.concretehelp.org/"
	this.url3_9 = "http://www.ConcreteBuildings.org/"
	this.url3_10 = "http://www.PerviousPavement.org/"
	this.url3_11 = "http://www.SelfConsolidatingConcrete.org/"

   //Sub Menu 4

	this.menu_xy4 = "-99,19"
	this.menu_width4 = 120

	this.item4_0 = "NRMCA Facilities"
	this.item4_1 = "Staff"

	this.url4_0 = "/VisitingNRMCA.asp"
	this.url4_1 = "/about/staff_bios.asp"


}///////////////////////// END Menu Data /////////////////////////////////////////
