//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****
function cdd_menu1(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 1 - 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 = "../../images/menuHelp_None.gif"
	this.rel_icon_rollover0 = "../../images/menuHelp_None.gif"
	this.rel_icon_image_wh0 = "13,11"
	
	


    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../../images/arrow.gif"
	this.abs_icon_rollover0 = "../../images/arrow_f2.gif"
	this.abs_icon_image_wh0 = "4,7"
	this.abs_icon_image_xy0 = "-9,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_X = 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.menu_width = 146			//applies to vertical menus
	this.menu_width_items = 120		//applies to items in a horizontal menu
	//this.menu_width_item0_4 = 140		//applies to items in a horizontal menu


   //Padding Values
  

	this.menu_padding_main = "2,2,2,2"		//top, right, bottom, left
	this.menu_padding_sub = "2,2,2,2"

	this.item_padding_main = "2,2,2,4" //13
	this.item_padding_sub = "2,2,2,4" //7

	

   //Border Sizing


	this.menu_border_main = 0
	this.menu_border_sub = 1

	this.item_border_main = 1
	this.item_border_sub = 1



   //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 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')"
	
/*------------------------------------------------
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 = '<b>Encoders</b>'
	
	this.item1 = "<img src='/images/LeftMenu-bspacer.gif'>"
	
	this.item2 = 'Absolute'
	//this.icon_rel0 = 0
	this.icon_abs2 = 0
	
	this.item3 = 'Cordsets, Accessories & Brackets...'
	this.url3 = "../../Products/Encoders/Kubler_Cordsets_Accessories_Brackets.htm"

	this.item4 = "Incremental..."
	this.icon_abs4 = 0
	
	this.item5 = 'Linear Draw Wire...'
	this.url5 = "../../Products/Encoders/Kubler_Linear_Draw_Wire_Encoders.htm"
	
	this.item6 = 'Linear Encoders...'
	this.url6 = "../../Products/Encoders/Kubler_Linear_Encoders.htm"
	
	this.item7 = 'Slip Rings...'
	this.url7 = "../../Products/Encoders/Slip_Rings.htm"

	this.item8 = "<img src='/images/LeftMenu-bspacer.gif'>"


/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/


	//Sub Menu 2

	this.menu_xy2 = "-2,-3"
	this.menu_width2 = 200

	this.item2_0 = 'Multiturn'
	this.item2_1 = 'Singleturn'

	//this.icon_rel0_0 = 0

	this.url2_0 = '../../Products/Encoders/Absolute/Multiturn/'
	this.url2_1 = '../../Products/Encoders/Absolute/Singleturn/'
	
	
	//Sub Menu 4

	this.menu_xy4 = "-2,-3"
	this.menu_width4 = 200

	this.item4_0 = 'Heavy Duty'
	this.item4_1 = 'Magnetic Ring Encoder'
	this.item4_2 = 'Miniature'
	this.item4_3 = 'Standard'
	//this.icon_rel0_0 = 0

	this.url4_0 = '../../Products/Encoders/Incremental,_Shaft~Hollowshaft/Heavy_Duty.htm'
	this.url4_1 = '../../Products/Encoders/Incremental,_Shaft~Hollowshaft/Magnetic_Ring_Encoders.htm'
	this.url4_2 = '../../Products/Encoders/Incremental,_Shaft~Hollowshaft/Miniature.htm'
	this.url4_3 = '../../Products/Encoders/Incremental,_Shaft~Hollowshaft/Standard.htm'

}///////////////////////// END Menu Data /////////////////////////////////////////
