




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 = "sample_images/bullet.gif"
	this.rel_icon_rollover0 = "sample_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 =  true		//cap the top and bottom of each menu group
	this.divider_width = 5			//applies to horizontal menus only
	this.divider_height = 1			//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_vertical = true			//applies to all menu groups
	this.is_horizontal_main = false			//applies to main group only
	
	this.menu_width = 125				//applies to vertical menus
	this.menu_width_items = 120			//applies to items in a horizontal menu



   //Padding Values
  

	this.menu_padding_main = "5,5,5,5"		//top, right, bottom, left
	this.menu_padding_sub = "7,7,7,7"

	this.item_padding_main = "5,5,5,5"
	this.item_padding_sub = "9,5,9,5"

	

   //Border Sizing


	this.menu_border_main = 1
	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_verticalX = true
	
	this.menu_widthX = 150
	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 = 0
	this.url0 = "index.htm"	

	this.item1 = "About Us"
	this.icon_rel1 = 0
	this.url1 = "about.htm"	
	
	this.item2 = "Products"
	this.icon_rel2 = 0
	this.url2 = "products.htm"	
	
	this.item3 = "Quality"
	this.icon_rel3 = 0
	this.url3 = "quality.htm"	
	
	this.item4 = "Logistics"
	this.icon_rel4 = 0
	this.url4 = "logistics.htm"
	
	this.item5 = "Petroleum"
	this.icon_rel5 = 0
	this.url5 = "petroleum.htm"	
	
	this.item6 = "Contact Us"
	this.icon_rel6 = 0
	this.url6 = "contact.htm"	


/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/




    //Sub Menu 2

	this.menu_xy2 = "1,-80"
	this.menu_width2 = 240
	
	this.item2_0 = "Cosmetics"
	this.item2_1 = "Pharmaceuticals"
	this.item2_2 = "Inks and Resins"
	this.item2_3 = "Transformer Oils"
	this.item2_4 = "Cable Jelly and Compounds"
	this.item2_5 = "Lubricants and Engineering"
	this.item2_6 = "Consumer Packs"
	this.item2_7 = "Waxes"
	this.item2_8 = "Textile Oils"
	this.item2_9 = "Other Products"
	this.item2_10 = "Material Safety Data Sheets"

	this.icon_rel2_0 = 0
	this.icon_abs2_0 = 0
	this.icon_rel2_1 = 0
	this.icon_abs2_1 = 0
	this.icon_rel2_2 = 0
	this.icon_rel2_3 = 0
	this.icon_rel2_4 = 0
	this.icon_rel2_5 = 0
	this.icon_rel2_6 = 0
	this.icon_rel2_7 = 0
	this.icon_abs2_7 = 0
	this.icon_rel2_8 = 0
	this.icon_rel2_9 = 0
	this.icon_rel2_10 = 0
	

	this.url2_0 = 'cosmetics.htm'
	this.url2_1 = 'pharmaceuticals.htm'
	this.url2_2 = 'inksresin.htm'
	this.url2_3 = 'transformer oil.htm'
	this.url2_4 = 'cable jelly.htm'
	this.url2_5 = 'lubeng.htm'
	this.url2_6 = 'petroleum jelly consumer-packs.htm'
	this.url2_7 = 'waxes.htm'
	this.url2_8 = 'textiles.htm'
	this.url2_9 = 'otherprods.htm'
	this.url2_10 = 'msds.htm'
	
	   //Sub Menu 2_0

	this.menu_xy2_0 = "-4,2"
	this.menu_width2_0 = 170

	this.item2_0_0 = "Petroleum Jelly"
	this.item2_0_1 = "White Oil - Cosmetics"
	
	this.icon_rel2_0_0 = 0
	this.icon_rel2_0_1 = 0
		

	this.url2_0_0 = 'petroleum jelly for cosmetics.htm'
	this.url2_0_1 = 'white oil for cosmetics.htm'

	   //Sub Menu 2_0

	this.menu_xy2_1 = "-4,2"
	this.menu_width2_1 = 170

	this.item2_1_0 = "Petroleum Jelly"
	this.item2_1_1 = "White Oil - Pharma"
	
	this.icon_rel2_1_0 = 0
	this.icon_rel2_1_1 = 0
		

	this.url2_1_0 = 'petroleum jelly pharmaceutical.htm'
	this.url2_1_1 = 'white oil for pharmaceutical.htm'
	


	   //Sub Menu 2_7

	this.menu_xy2_7 = "-4,2"
	this.menu_width2_7 = 180

	this.item2_7_0 = "Microcrystalline Wax"
	this.item2_7_1 = "Natural Beeswax"
	this.item2_7_2 = "Emulsifying Wax"
	
	this.icon_rel2_7_0 = 0
	this.icon_rel2_7_1 = 0
	this.icon_rel2_7_2 = 0
	this.icon_rel2_7_3 = 0
		

	this.url2_7_0 = 'microcrystalline wax.htm'
	this.url2_7_1 = 'beeswax.htm'
	this.url2_7_2 = 'emulsifying wax.htm'
	

    //Sub Menu 4

	this.menu_xy4 = "1,1"
	this.menu_width4 = 170

	this.item4_0 = "Delivery"
	this.item4_1 = "Drums and Stuffing"

	this.icon_rel4_0 = 0
	this.icon_rel4_1 = 0
	    
	this.url4_0 = 'delivery.htm'
	this.url4_1 = 'drums.htm'


    //Sub Menu 5

	this.menu_xy5 = "1,1"
	this.menu_width5 = 130

	this.item5_0 = "History"
	this.item5_1 = "Origin"
	this.item5_2 = "Composition"
	this.item5_3 = "Extraction"


	this.icon_rel5_0 = 0
	this.icon_rel5_1 = 0
	this.icon_rel5_2 = 0
	this.icon_rel5_3 = 0

	this.url5_0 = 'petrohist.htm'
	this.url5_1 = 'petrorig.htm'
	this.url5_2 = 'petrocomp.htm'
	this.url5_3 = 'petroextr.htm'


}///////////////////////// END Menu Data /////////////////////////////////////////


