//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****


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
---------------------------------------------*/



    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "../sample_images/sample5_bullet.gif"
	this.rel_icon_rollover0 = "../sample_images/sample5_bullet_hl.gif"
	this.rel_icon_image_wh0 = "17,13"

	this.rel_icon_image1 = "../sample_images/sample5_bullet.gif"
	this.rel_icon_rollover1 = "../sample_images/sample5_bullet_hl.gif"
	this.rel_icon_image_wh1 = "17,13"




    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../sample_images/sample5_bullet.gif"
	this.abs_icon_rollover0 = "../sample_images/sample5_bullet.gif"
	this.abs_icon_image_wh0 = "17,13"
	this.abs_icon_image_xy0 = "-26,2"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 1					//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.is_horizontal_main = true

	this.menu_width = 240			//applies to vertical menus
	this.menu_width_items = 122		//applies to items in a horizontal menu
	this.menu_width_item1_0_0 = 70



   //Padding Values


	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "1,1,1,1"
	this.item_padding_sub = "1,1,1,1"



   //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 = 240
	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')"



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0


	this.item0 = "About Orbit"
	this.icon_rel0 = 0
	
	this.item1 = "Leisure Travel"
	this.icon_rel1 = 0
	
	this.item2 = "Business Travel"
	this.icon_rel2 = 0

	this.item3 = "Orbit Trade Fairs"
	this.icon_rel3 = 0
	
	this.item4 = "Hotel Booking"
	this.icon_rel4 = 0
	
	this.item5 = "Flight"
	this.icon_rel5 = 0
	
	



/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/
    //
		
	this.url4 = '../hotel/domestic.html'
   //
	this.url5 = '../travel1/travelpage.htm'

   


   //Sub Menu 0

	this.menu_xy0 = "-100,18"
	this.menu_width0 = 150

	this.item0_0 = "Corporate Info"
	this.item0_1 = "Our Offices"
	this.item0_2 = "Careers & Jobs"
	this.item0_3 = "Testimonials"
	this.item0_4 = "Photo Gallery"
	this.item0_5 = "NewsLetter"
	this.item0_6 = "FAQ's"
	this.item0_7 = "Booking Procedure"
        this.item0_8 = "E-Brochures"

	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.icon_rel0_5 = 0
	this.icon_rel0_6 = 0
	this.icon_rel0_7 = 0
        this.icon_rel0_8 = 0 

	this.url0_0 = '../aboutus.html'
	this.url0_1 = '../contactus.html'
	this.url0_2 = '../carrers.html'
	this.url0_3 = '../testimonialsdiscover.html'
	this.url0_4 = '../photodiscover.html'
	this.url0_5 = '../newsletter/index.htm'
	this.url0_6 = '../faq.htm'
	this.url0_7 = '../bookingprocedures/booking.htm'
        this.url0_8 = '../ebrochure.html'



   //Sub Menu 1

	this.menu_xy1 = "-100,18"
	this.menu_width1 = 200

	this.item1_0 = "International Holidays"
	this.item1_1 = "Indian Holidays"
	
	

	this.icon_rel1_0 = 0
	this.icon_rel1_1 = 0
	this.icon_rel1_2 = 0
	
	this.url1_0 = '../freedom/freedomproducts.asp'
	this.url1_1 = '../freedom/discoverproducts.asp'
	


	//Sub Menu 2

	this.menu_xy2 = "-100,18"
	this.menu_width2 = 200
	
	this.item2_0 = "Trade Fair Tours"
	this.item2_1 = "Business Study Tours"
        this.item2_2 = "Corporate Incentive Tours"
	

	this.icon_rel2_0 = 0
	this.icon_rel2_1 = 0
	this.icon_rel2_2 = 0


	this.url2_0 = '../freedom/business.asp'
	this.url2_1 = '../freedom/btfair.asp?&class=25&id=25'
        this.url2_2 = '../freedom/incentivetours.asp'



	//Sub Menu 2_0

	this.menu_xy2_0 = "-10,-1"
	this.menu_width2_0 = 200
	
	this.item2_0_0 = "Indian Trade fairs"
	this.item2_0_1 = "International Trade Fairs"
	
	

	this.icon_rel2_0_0 = 0
	this.icon_rel2_0_1 = 0



	this.url2_0_0 = '../freedom/btfair.asp?&class=40&id=40'
	this.url2_0_1 = '../freedom/business.asp'




//Sub Menu 3

	this.menu_xy3 = "-100,18"
	this.menu_width3 = 150

	this.item3_0 = "Exhibit at a Trade Fair"
	

	this.icon_rel3_0 = 0

//Sub menu 3_1
	
	this.menu_xy3_0 = "-10,-1"
	this.menu_width3_0 = 170
	
	this.item3_0_0 = "Orbit Trade fairs"
	this.item3_0_1 = "International Trade Fairs"
	
	

	this.icon_rel3_0_0 = 0
	this.icon_rel3_0_1 = 0



	this.url3_0_0 = '../freedom/btfair.asp?&class=31&id=31'
	this.url3_0_1 = '../freedom/btfair.asp?&class=24&id=24'	


	   
    //Sub Menu 5

	//this.menu_xy5 = "-120,18"
	//this.menu_width5 = 140

	//this.item5_0 = "Passport Info"
	//this.item5_1 = "Weather Info"
	//this.item5_2 = "Exchange Rates"
	//this.item5_3 = "Distance Calculator"


	//this.icon_rel5_0 = 0
	//this.icon_rel5_1 = 0
	//this.icon_rel5_2 = 0
	//this.icon_rel5_3 = 0
	

	//this.url5_0 = '../passportinfo.html'
	
	//this.url5_1 = './frameset1.asp?url=http://www.bbc.co.uk/weather/'
	//this.url5_2 = '../freedom/exchangerate.asp'
	//this.url5_3 = '../freedom/distcalc.html'



}///////////////////////// END Menu Data /////////////////////////////////////////


