//**Global Variables
	cdd__codebase="menu/"	//folder location of script files (i.e. "scripts/")
	cdd__database=""	//folder location of data - settings files (i.e. "data/")
  	cdd__activate_onclick = false			//Choose between click or mouse over menu functionality.
	cdd__showhide_delay = 0 			//Defined in milliseconds
	cdd__url_target = "_self"			//Default target - use: _self, _top, _blank, _parent, (frame name)
	cdd__url_features = ""				//Sample: "height=200,width=400,status=yes,toolbar=no,menubar=no,location=no"
	cdd__display_urls_in_status_bar = false
	cdd__default_statusbar_text = "Rex Heat Treat - http://www.rexht.com"
	if (window.showHelp){b_type = "ie"; if (!window.attachEvent) b_type += "mac";}if (document.createElementNS) b_type = "dom";if (window.opera) b_type = "opera"; qmap1 = "\<\script language=\"JavaScript1.2\" src=\""; qmap2 = ".js\"\>\<\/script\>";
	if(document.layers){document.write(qmap1+cdd__database+"pmenu_ns4_styles"+qmap2);b_type = "ns4";}
	if (b_type){document.write(qmap1+cdd__codebase+"pbrowser_"+b_type+qmap2);document.close();}
//**End Variables
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 = "cdd_pixel.gif"
	this.rel_icon_rollover0 = "cdd_pixel.gif"
	this.rel_icon_image_wh0 = "0,0"

	this.rel_icon_image1 = "cdd_pixel.gif"
	this.rel_icon_rollover1 = "cdd_pixel.gif"
	this.rel_icon_image_wh1 = "0,0"

    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)
	this.abs_icon_image0 = "menu/images/right_arrow.gif"
	this.abs_icon_rollover0 = "menu/images/right_arrow.gif"
	this.abs_icon_image_wh0 = "8,10"
	this.abs_icon_image_xy0 = "-9,5"
/*---------------------------------------------
Pointers & Dividers
---------------------------------------------*/
//Pointers are optional, specific settings override the default pointer.
//The x and y offset of each pointer image is relative to the upper left
//corner of the menu group using the pointer.

    //Pointer Settings
	this.pointer_image = "menu/images/right_arrow.gif"
	this.pointer_image_wh = "8,10"			//width and height of pointer image
	this.pointer_image_xy = "-9,0"			//x and y offset of pointer image
	
	this.pointer_image_main = "menu/images/menu_slider.gif"
	this.pointer_image_wh_main = "11,3"
	this.pointer_image_xy_main = "-7,1"

	this.pointer_image1_2 = "menu/images/left_arrow.gif"
	this.pointer_image_wh1_2 = "8,10"
	this.pointer_image_xy1_2 = "122,0"

	this.pointer_image1_3 = "menu/images/left_arrow.gif"
	this.pointer_image_wh1_3 = "8,10"
	this.pointer_image_xy1_3 = "102,0"

    //Divider Settings
	this.use_divider_caps = false	//cap the top and bottom of each menu group
	this.divider_width = 20			//applies to horizontal menus only
	this.divider_height = 2			//applies to vertical menus only

    //available specific settings
	this.use_divider_capsX_X = true
	this.divider_widthX = 20
	this.divider_heightX = 20	

	this.pointer_imageX = "../menu/images/arrow.gif"
	this.pointer_image_whX = "13,10"
	this.pointer_image_xyX = "10,10"
/*---------------------------------------------
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 = 90			//applies to items in a horizontal menu

   //Padding Values
 	this.menu_padding_main = "4,0,4,0"		//top, right, bottom, left
	this.menu_padding_sub = "9,6,5,6"

	this.item_padding_main = "2,4,2,4"
	this.item_padding_sub = "3,0,3,0"

   //Border Sizing
	this.menu_border_main = 0
	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
/*---------------------------------------------
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 = "Home"
	this.icon_rel0 = 1
	this.url0 = "index.html"
   
	this.item1 = "About Rex"
	this.icon_rel1 = 1
	//this.url0 = "myurl.html"	

	this.item2 = "Capabilities"
	this.icon_rel2 = 1
	this.url2 = "capabilities.htm"	
	
	this.item3 = "Equipment"
	this.icon_rel3 = 1
	this.url3 = "equipment.htm"

	this.item4 = "Quality Systems"
	this.icon_rel4 = 1
	//this.url3 = "quality.htm"

	this.item5 = "What's New"
	this.icon_rel5 = 1
	//this.url2 = "myurl.html"	
	
	this.item6 = "Contact Us"
	this.icon_rel6 = 1
	//this.url4 = "quote.htm"
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/
   //Sub Menu 0
	this.menu_xy1 = "-105,19"
	this.menu_width1 = 136

	this.item1_0 = "Brief History"
	this.item1_1 = "Salt History"
	this.item1_2 = "Testimonials"
	this.item1_3 = "Maps & Directions"

	this.icon_rel1_0 = 0
	this.icon_rel1_1 = 0
	this.icon_rel1_2 = 0
	this.icon_rel1_3 = 0
	
	this.url1_0 = 'history.htm'
	this.url1_1 = 'salthistory.htm'
	this.url1_2 = 'testimonials.htm'
	this.url1_3 = 'directions.htm'

   //Sub Menu 1
	this.menu_xy2 = "-130,19"
	this.menu_width2 = 136
        
	//this.item2_0 = "Annealing"
	//this.item2_1 = "Carburizing"
	//this.item2_2 = "Hardening"
	//this.item2_3 = "Nitriding"
	//this.item2_4 = "Quenching"
	//this.item2_5 = "Tempering"
	//this.item2_6 = "Vacuum Processing"

	//this.icon_rel2_0 = 0
	//this.icon_rel2_1 = 0
	//this.icon_rel2_3 = 0
	//this.icon_rel2_2 = 0
	//this.icon_rel2_4 = 0
	//this.icon_rel2_5 = 0
	//this.icon_rel2_6 = 0

	//this.url2_0 = 'Anealing.htm'
	//this.url2_1 = 'Carburizing.htm'
	//this.url2_2 = 'Hardening.htm'
	//this.url2_3 = 'Nitriding.htm'
	//this.url2_4 = 'Quenching.htm'
	//this.url2_5 = 'Tempering.htm'
	//this.url2_6 = 'VacuumProcessing.htm'


   //Sub Menu 1_0
	//this.menu_xy1_2 = "2,-1"
	//this.menu_width1_2 = 120

	//this.item1_2_0 = "DHTML Menu"
	//this.item1_2_1 = "DHTML Tree"
	//this.item1_2_2 = "Vertical Scroll"
	//this.item1_2_3 = "Scroll Window"

	//this.icon_rel1_2_0 = 0
	//this.icon_rel1_2_1 = 0
	//this.icon_rel1_2_2 = 0
	//this.icon_rel1_2_3 = 0

	//this.url1_2_0 = 'documents/sample_link.htm'
	//this.url1_2_1 = 'documents/sample_link.htm'
	//this.url1_2_2 = 'documents/sample_link.htm'
	//this.url1_2_3 = 'documents/sample_link.htm'

   //Sub Menu 1_1
	//this.menu_xy1_3 = "2,-1"
	//this.menu_width1_3 = 100

	//this.item1_3_0 = "J & J"
	//this.item1_3_1 = "Memorex"
	//this.item1_3_2 = "Gateway"

	//this.icon_rel1_3_0 = 0
	//this.icon_rel1_3_2 = 0
	//this.icon_rel1_3_1 = 0

	//this.url1_3_0 = 'documents/sample_link.htm'
	//this.url1_3_2 = 'documents/sample_link.htm'
	//this.url1_3_1 = 'documents/sample_link.htm'

    //Sub Menu 3
	this.menu_xy3 = "-128,19"
	this.menu_width3 = 160

	this.menu_xy4 = "-128,19"
	this.menu_width4 = 160
	
	this.item4_0 = "Introduction"
	this.item4_1 = "Accreditations & Approvals"
	this.icon_rel4_0 = 0
	this.icon_rel4_1 = 0

	this.url4_0 = 'quality.htm'
	this.url4_1 = 'approvals.htm'

	//Sub Menu 4
	this.menu_xy5 = "-105,19"
	this.menu_width5 = 136
	
	this.item5_0 = "RexFiles"
	this.item5_1 = "Upcoming Events"
	this.item5_2 = "Holiday Schedule"

	this.icon_rel5_0 = 0
	this.icon_rel5_1 = 0
	this.icon_rel5_2 = 0

	this.url5_0 = 'rexfiles.php'
	this.url5_1 = 'events.htm'
	this.url5_2 = 'holiday.htm'

    //Sub Menu 6
	this.menu_xy6 = "-118,19"
	this.menu_width6 = 136
	
	this.item6_0 = "Directory"
	this.item6_1 = "Request For Quote"
	this.item6_2 = "Pickup Request"

	this.icon_rel6_0 = 0
	this.icon_rel6_1 = 0
	this.icon_rel6_2 = 0

	this.url6_0 = 'directory.htm'
	this.url6_1 = 'quoterequest.htm'
	this.url6_2 = 'pickuprequest.htm'
}///////////////////////// END Menu Data /////////////////////////////////////////