
function cdd_menu0(){

	this.rel_icon_image0 = ""
	this.rel_icon_rollover0 = ""
	this.rel_icon_image_wh0 = "12,2"

	this.rel_icon_image1 = "images/sample_red_arrow.gif"
	this.rel_icon_rollover1 = "images/sample_red_arrow.gif"
	this.rel_icon_image_wh1 = "13,8"


    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)

	this.abs_icon_image0 = "images/sample_red_arrow1.gif"
	this.abs_icon_rollover0 = "images/sample_red_arrow1.gif"
	this.abs_icon_image_wh0 = "8,10"
	this.abs_icon_image_xy0 = "-8,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 = "images/sample_red_arrow1.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 = "images/red_slider.gif"
	this.pointer_image_wh_main = "11,3"
	this.pointer_image_xy_main = "-7,1"

	this.pointer_image1_6 = "images/sample_red_arrow2.gif"
	this.pointer_image_wh1_6 = "8,10"
	this.pointer_image_xy1_6 = "242,0"
	
	this.pointer_image1_7 = "images/sample_red_arrow2.gif"
	this.pointer_image_wh1_7 = "8,10"
	this.pointer_image_xy1_7 = "102,0"


    //Divider Settings

	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 15		//applies to horizontal menus only
	this.divider_height = 1		//applies to vertical menus only

	

    //available specific settings

	//this.use_divider_caps0_0 = true
	//this.divider_width0 = 20
	//this.divider_height0 = 20	

	//this.pointer_imageX = "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 = 109		//applies to items in a horizontal menu
//JOJO


   //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,0,2,0"
	this.item_padding_sub = "3,5,3,0"
	
		

   //Border Sizing


	this.menu_border_main = 1
	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_horizontal0 = true
	
	this.menu_width0 = 200
	this.menu_width_items0 = 100
	this.menu_width_item0_0 = 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 &nbsp;&nbsp;&nbsp;&nbsp;"
	this.icon_rel0 = 0
	this.url0 = "index.html"	

	this.item1 = "About Us &nbsp;&nbsp;&nbsp;"
	this.icon_rel1 = 1
	this.url1 = "aboutus.html"	
	
	this.item2 = "Products &nbsp;&nbsp;&nbsp;&nbsp;"
	this.icon_rel2 = 0
	this.url2 = "Products.html"	
	
	this.item3 = "Services&nbsp;&nbsp;&nbsp;&nbsp;"
	this.icon_rel3 = 1
	//this.url3 = ""	
	
	this.item4 = "Infrastructure &nbsp;&nbsp;&nbsp;&nbsp;"
	this.icon_rel4 = 1
	//this.url4 = "../infrastructure.html"	
	
	this.item5 = "News/Events&nbsp;&nbsp;&nbsp;&nbsp;"
	this.icon_rel5 = 0
	this.url5 = "news_events.html"	

	this.item6 = "Contact us &nbsp;&nbsp;&nbsp;&nbsp;"
	this.icon_rel6 = 1
	//this.url6 = ""


/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   //Sub Menu 0

	this.menu_xy0 = "-812,19"
	this.menu_width0 = 196

	
   //Sub Menu 1
	
	this.menu_xy1 = "-92,19"
	this.menu_width1 = 220
        
	this.item1_0 = "Problems We Solve"
	this.item1_1 = "Our Contribution to Mother Nature"
	this.item1_2 = "Our Mission"
	this.item1_3 = "Our Technology/ Process"
	this.item1_4 = "Our Team"	
	this.item1_5 = "Challenges Recyclers Face"
	this.item1_6 = "PowerPoint Presentations"
	this.item1_7 = "Electronic Brochures"

	this.icon_rel1_0 = 0	
	this.icon_rel1_1 = 0
	this.icon_rel1_2 = 0
	this.icon_rel1_3 = 0
	this.icon_rel1_4 = 0
	this.icon_rel1_5 = 0
	this.icon_rel1_6 = 0
	this.icon_abs1_6 = 0
	this.icon_rel1_7 = 0
	this.icon_abs1_7 = 0
	
	this.url1_0 = 'benefits.html'
	this.url1_1 = 'contribution.html'
	this.url1_2 = 'contribution.html#mission'
	this.url1_3 = 'technology.html'
	this.url1_4 = 'team.html'
	this.url1_5 = 'contribution.html#challenges'
	//this.url1_6 = ''
	//this.url1_7 = 'http://www.bharatoil.com/doc/brochure.pdf'

	//sub menu 1_6
	this.menu_xy1_6 = "7,0"
	this.menu_width1_6 = 240

	this.item1_6_0 = "BOC Hazardous Waste Management"
	this.item1_6_1 = "EWaste Presentation"

	this.icon_rel1_6_0 = 0
	this.icon_rel1_6_1 = 0
		
	this.url1_6_0 = 'http://www.bharatoil.com/doc/boc_hw_management.pdf'
	this.url1_6_1 = 'http://www.bharatoil.com/doc/EWaste_Presentation.pdf'
		
	//sub menu 1_7
	this.menu_xy1_7 = "7,0"
	this.menu_width1_7 = 100

	this.item1_7_0 = "Brochure 1"
	this.item1_7_1 = "Brochure 2"

	this.icon_rel1_7_0 = 0
	this.icon_rel1_7_1 = 0
		
	this.url1_7_0 = 'http://www.bharatoil.com/doc/BOCBrochure1.pdf'
	this.url1_7_1 = 'http://www.bharatoil.com/doc/BOCBrochure2.pdf'
	

    //Sub Menu 2
	this.menu_xy2 = "-105,19"
	this.menu_width2 = 100

    //Sub Menu 3
	this.menu_xy3 ="-85,19"
	this.menu_width3 = 215

	this.item3_0 = "Environmental Compliance";
	this.item3_1 = "Licensed Pickup, Transport, &nbsp;&nbsp;&nbsp;&nbsp;Recycling of Used &/or Waste Oil"
	this.item3_2 = "Licensed Pickup, Transport of &nbsp;&nbsp;&nbsp;&nbsp;Hazardous Waste & Management"
	this.item3_3 = "Electronic Waste Management"
	this.item3_4 = "Incineration of Industrial Waste"
	this.item3_5 = "Waste to Energy Generation"

	this.icon_rel3_0 = 0
	this.icon_rel3_1 = 0
	this.icon_rel3_2 = 0
	this.icon_rel3_3 = 0
	this.icon_rel3_4 = 0
	this.icon_rel3_5 = 0
	
	this.url3_0 = 'EnvironmentCompliance.html'
	this.url3_1 = 'service_pickup.htm'
	this.url3_2 = 'service_HWpickup.html'
	this.url3_3 =  'EW_management.html'
	this.url3_4 = 'service_Incineration.htm'
	this.url3_5 = 'WasteToEnergy.html'
	
     //Sub Menu 4
	this.menu_xy4 = "-120,19"
	this.menu_width4 = 220
        
	this.item4_0 = "Lubricating Oil Refining Plant"
	this.item4_1 = "Hazardous Waste Management"
	this.item4_2 = "Electronic Waste Management"
	this.item4_3 = "Rotary Kiln Incinerator"	
	this.item4_4 = "Laboratory"
	this.item4_5 = "Research & Development"
	this.item4_6 = "Photo Gallary"

	this.icon_rel4_0 = 0	
	this.icon_rel4_1 = 0
	this.icon_rel4_3 = 0
	this.icon_rel4_2 = 0
	this.icon_rel4_4 = 0
	this.icon_rel4_5 = 0
	this.icon_rel4_6 = 0
	
	this.url4_0 = 'rerefining_plant.htm'
	this.url4_1 = 'HWMgmt.html' 
	this.url4_2 = 'EWasteMgmt.html'
	this.url4_3 = 'Rotary_Kiln_Incineration.html'
	this.url4_4 = 'LabTesting_QualityAssurance.htm'
	this.url4_5 = 'research.htm'
	this.url4_6 = 'gallary.html'
	
//Sub Menu 5
	    
	//this.menu_xy5 = "-118,19"
	//this.menu_width5 = 255
        
	//this.item5_0 = "Glossary Of Terms"
	//this.item5_1 = "Press Releases"
	//this.item5_2 = "CPCB / PCB Compliance Procedure(s)"
	//this.item5_3 = "Used Oil Re-refining Presentation in 2004"	

	//this.icon_rel5_0 = 0	
	//this.icon_rel5_1 = 0
	//this.icon_rel5_3 = 0
	//this.icon_rel5_2 = 0
	
	
	//this.url5_0 = 'Glossary_terms.html'
	//this.url5_1 = 'Press.html' 
	//this.url5_2 = 'compliance.html'
	//this.url5_3 = 'doc/March2004Presentation.pdf'

 //Sub Menu 6
	this.menu_xy6 = "-220,19"
	this.menu_width6 = 220
        
	this.item6_0 = "Sales (Tenders, Order Placement)"
	this.item6_1 = "Procurement / Pickup or Delivery"
	this.item6_2 = "Employment / Available Positions"
	this.item6_3 = "Offices"	
	this.item6_4 = "Feedback / Comments for <br>&nbsp;&nbsp;&nbsp;&nbsp;Management"
	this.item6_5 = "Site Map"

	this.icon_rel6_0 = 0	
	this.icon_rel6_1 = 0
	this.icon_rel6_2 = 0
	this.icon_rel6_3 = 0
	this.icon_rel6_4 = 0
	this.icon_rel6_5 = 0
	
	this.url6_0 = 'sales.html'
	this.url6_1 = 'procurement.html' 
	this.url6_2 = 'employment.html'
	this.url6_3 = 'offices.htm'
	this.url6_4 = 'feedback.asp'
	this.url6_5 = 'sitemap.html'

}///////////////////////// END Menu Data /////////////////////////////////////////


