//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****

function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
um0http = 1 //unlock statement
/**********************************************************************************************

	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 = ""
	//this.rel_icon_rollover0 = ""
	//this.rel_icon_image_wh0 = ""
	
	


    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../../images/arrowDown.gif"
	this.abs_icon_rollover0 = "../../images/arrowDown_f2.gif"
	this.abs_icon_image_wh0 = "7,6"
	this.abs_icon_image_xy0 = "-25,7"




/*---------------------------------------------
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 = 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		//false = vertical menus, true = horizontal menus
	this.is_horizontal_main = true
	
	this.menu_width = 0			//applies to vertical menus
	this.menu_width_items = 112		//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 = "2,2,2,2"

	this.item_padding_main = "0,0,0,0"
	this.item_padding_sub = "2,2,2,7"

	

   //Border Sizing


	this.menu_border_main = 0
	this.menu_border_sub = 1

	this.item_border_main = 0
	this.item_border_sub = 1



   //Specific Item Setting Examples (change 'X' to appropriate index value)
	

	this.is_horizontalX = true
	
	//this.menu_width1 = 400
	
	this.menu_width_item0 = 84
	this.item_padding_main0 = "0,0,0,19"
	this.menu_width_item1 = 107
	this.item_padding_main1 = '0,0,0,23'
	this.menu_width_item2 = 97
	this.item_padding_main2 = "0,0,0,18"
	//this.menu_width_item3 = 112 //Literatue
	this.menu_width_item3 = 171 // Catalogs/Literature
	this.item_padding_main3 = "0,0,0,22"
	
	
	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 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')"
	

	//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 = 0
	this.icon_abs0 = 0
	
	this.item1 = 'Products'
	//this.icon_rel1 = 0
	this.icon_abs1 = 0
	
	this.item2 = 'Support'
	//this.icon_rel2 = 0
	this.icon_abs2 = 0
	
	this.item3 = 'Catalogs/Literature'
	//this.icon_rel3 = 0
	this.icon_abs3 = 0
	


/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0

	this.menu_xy0 = "-84,17"
	this.menu_width0 = 200

	this.item0_0 = 'Articles / News...'
	this.item0_1 = 'Calendar of Events / Tradeshows...'
	this.item0_2 = 'Company Information'
	this.item0_3 = 'Contact Us...'
	this.item0_4 = 'Jobs at TURCK...'
	this.item0_5 = 'Press Room'
	this.item0_6 = 'Site Map'
	this.item0_7 = '------------------ Home ------------------'


	//this.icon_rel0_0 = 0
	//this.icon_rel0_1 = 0
	//this.icon_rel0_2 = 0
	//this.icon_rel0_3 = 0
	//this.icon_rel0_4 = 0

	this.url0_0 = '../../Press_Room/Articles_~_News/'
	this.url0_1 = '../../Calendar/index.htm?stlink'
	this.url0_2 = '../../Company_Information/index.htm'
	this.url0_3 = '../../Support/Contact_Us.htm?stlink'
	this.url0_4 = '../../Company_Information/Jobs_at_TURCK/'
	this.url0_5 = '../../Press_Room/'
	this.url0_6 = '../../Site_Map.htm'
	this.url0_7 = '../../index.htm?stlink'


   //Sub Menu 1
	
	this.menu_xy1 = "-107,17"
	this.menu_width1 = 200
        
	this.item1_0 = 'Connectivity'
	this.item1_1 = 'Encoders'
    this.item1_2 = 'Interfaces'
	this.item1_3 = 'Intrinsic Safety'
	this.item1_4 = 'Junction Boxes'
	this.item1_5 = 'Networks / Fieldbus'
	this.item1_6 = 'LDT\'s (Linear Displacement Transducers)'
	this.item1_7 = 'Process Connectivity'
	this.item1_8 = 'Relays'
	this.item1_9 = 'RFID'
	this.item1_10 = 'Sensors'

	//this.icon_rel1_0 = 0
	//this.icon_rel1_1 = 0
	//this.icon_rel1_3 = 0
	//this.icon_rel1_2 = 0
	//this.icon_rel1_4 = 0
	//this.icon_rel1_5 = 0
	//this.icon_abs1_0 = 0
	//this.icon_abs1_1 = 0	

	this.url1_0 = '../../Products/Connectivity/' 
	this.url1_1 = '../../Products/Encoders/'
	this.url1_2 = '../../Products/Interfaces/'
	this.url1_3 = '../../Products/Intrinsic_Safety/'
	this.url1_4 = '../../Products/Connectivity/multibox/'
	this.url1_5 = '../../Products/Networks/'
	this.url1_6 = '../../Products/Linear_Displacement_Transducers_(LDTs)/'
	this.url1_7 = '../../Products/Process_Connectivity/'
	this.url1_8 = '../../Products/Relays/'
	this.url1_9 = '../../Products/RFID/'
	this.url1_10 = '../../Products/Sensors/'


    //Sub Menu 2

	this.menu_xy2 = "-97,17"
	this.menu_width2 = 200
	
	this.item2_0 = 'Application Support...'
	this.item2_1 = 'Approvals / Certifications...'
	this.item2_2 = 'Declarations of Conformity...'
	this.item2_3 = 'Networks'
	this.item2_4 = 'Downloads / Software'
	this.item2_5 = 'TURCK Converts...'
    this.item2_6 = 'International Sales Channel...'
	this.item2_7 = 'Technical Information...'
	this.item2_8 = 'North American Sales Channel...'
	this.item2_9 = 'White Papers / Tutorials...'
	

	//this.icon_rel2_0 = 0
	//this.icon_rel2_1 = 0
	//this.icon_rel2_2 = 0
	//this.icon_rel2_3 = 0

	this.url2_0 = '../../Support/Contact_Us.htm?stlink'
	this.url2_1 = '../../Support/Approvals_Certifications/'
	this.url2_2 = '../../Support/Declarations_of_Conformity/'
	this.url2_3 = '../../Support/Networks/'
	this.url2_4 = '../../Support/Downloads_~_Software/'
	this.url2_5 = '../../Tools/TurckConverts/'
	this.url2_6 = '../../Support/International_Sales_Channel/'
	this.url2_7 = '../../Support/Technical_Information.htm'
	this.url2_8 = '../../Support/North_American_Sales_Channel/'
	this.url2_9 = '../../Support/White_Papers_~_Tutorials/'
	



    //Sub Menu 3

	//this.menu_xy3 = "-112,17" // Literature
	this.menu_xy3 = "-171,17" // Catalogs/Literature
	this.menu_width3 = 200
	
	this.item3_0 = 'Catalogs & Brochures'
	this.item3_1 = 'CD\'s...'
	this.item3_2 = 'more@TURCK'
	this.item3_3 = 'Press Room'



	//this.icon_rel3_0 = 0
	//this.icon_rel3_1 = 0
	//this.icon_rel3_2 = 0
	//this.icon_rel3_3 = 0

	this.url3_0 = '../../Literature/'
	this.url3_1 = '../../Literature/CDs.asp?ViewID=Lit{32}Selection&MenuID=CDs'
	//this.url3_2 = '../../Literature/Corrections_~_Addendum.htm'
	this.url3_2 = '../../Literature/more@TURCK.asp?ViewID=Lit{32}Selection&MenuID=more@TURCK'
	this.url3_3 = '../../Press_Room/'




}///////////////////////// END Menu 0 Data /////////////////////////////////////////