
function cdd_menu0(){//////////////////////////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 = "../menu_images/bullet.gif"
	this.rel_icon_rollover0 = "../menu_images/bullet.gif"
	this.rel_icon_image_wh0 = "0,0"
	
	


    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../menu_images/arrow.gif"
	this.abs_icon_rollover0 = "../menu_images/arrow.gif"
	this.abs_icon_image_wh0 = "12,10"
	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 = 1			//applies to horizontal menus only
	this.divider_height = 1			//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 = 130			//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 = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "4,4,4,1"
	this.item_padding_sub = "4,4,4,4"

	

   //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 = 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')";




/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0

	
	this.item0 = "Main"
	this.icon_rel0 = 0
	this.icon_abs0 = 0
	//this.url0='../index.html'
	
	this.item1 = "Company Profile"
	this.icon_rel1 = 0
	this.icon_abs1 = 0
	this.url1='../vision.html'
	
	//this.item2 = "Visual Tour"
	//this.icon_rel2 = 0
	//this.icon_abs1 = 0	
	//this.url2='tour.html'
	
	this.item2 = "Money Management"
	this.icon_rel2 = 0
	this.icon_abs2 = 0
	this.url2='../money.html'
	
	this.item3 = "Offshore Trusts"
	this.icon_rel3 = 0
	//this.icon_abs6 = 0
	this.url3='../offshore.html'
	
	this.item4 = "Offshore Companies"
	this.icon_rel4 = 0
	//this.icon_abs6 = 0
	this.url4='../offshore_company.html'
	
	this.item5 = "Offshore Banking"
	this.icon_rel5 = 0
	//this.icon_abs6 = 0
	this.url5='../offshore_banking.html'
	
	this.item6 = "Employee Benefits"
	this.icon_rel6 = 0
	this.icon_abs6 = 0
	this.url6='../employee_benefits.html'
	
	this.item7 = "Expatriate Life"
	this.icon_rel7 = 0
	this.icon_abs7 = 0
	this.url7='../relocation_checklist.html'
	
	this.item8 = "Careers"
	this.icon_rel8 = 0
	this.icon_abs8 = 0
	this.url8='../qualify.html'
	
	this.item9 = "Financial Calculators"
	this.icon_rel9 = 0
	//this.icon_abs6 = 0
	this.url9='../financial_calculators.html'
	
	this.item10 = "Contact Us"
	this.icon_rel10 = 0
	//this.icon_abs7 = 0
	this.url10='../contact.html'
	
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0

	this.menu_xy0 = "-2,1"
	this.menu_width0 = 150

	this.item0_0 = "Home"
	this.item0_1 = "Heritage"
	this.item0_2 = "Company Today"
	this.item0_3 = "Future Strategy"
	
	this.icon_rel0_0 = 0
	this.icon_rel0_1 = 0
	this.icon_rel0_2 = 0
	this.icon_rel0_3 = 0
	
	this.url0_0 = '../index.html'
	this.url0_1 = '../heritage.html'
	this.url0_2 = '../company_today.html'
	this.url0_3 = '../future.html'
	

   //Sub Menu 1
	
	this.menu_xy1 = "-3,2"
	this.menu_width1 = 200
        
	this.item1_0 = "Vision Statement"
	this.item1_1 = "Meet the team"
	this.item1_2 = "Administration"
	
	this.icon_rel1_0 = 0
	this.icon_rel1_1 = 0
	this.icon_rel1_2 = 0
	

	this.url1_0 = '../vision.html'
	this.url1_1 = '../team.html'
	this.url1_2 = '../administration.html'

   //Sub Menu 1_0

	/*this.menu_xy1_0 = "-4,2"
	this.menu_width1_0 = 150

	this.item1_0_0 = "DHTML Menu"
	this.item1_0_1 = "DHTML Tree"
	this.item1_0_2 = "Vertical Scroll"
	this.item1_0_3 = "Scroll Window"

	this.icon_rel1_0_0 = 0
	this.icon_rel1_0_1 = 0
	this.icon_rel1_0_2 = 0
	this.icon_rel1_0_3 = 0

	this.url1_0_0 = '../../documents/sample_link.htm'
	this.url1_0_1 = '../../documents/sample_link.htm'
	this.url1_0_2 = '../../documents/sample_link.htm'
	this.url1_0_3 = '../../documents/sample_link.htm'
	


   //Sub Menu 1_1

	this.menu_xy1_1 = "-4,2"
	this.menu_width1_1 = 100

	this.item1_1_0 = "J & J"
	this.item1_1_1 = "Memorex"
	this.item1_1_2 = "Ouidad"

	this.icon_rel1_1_0 = 0
	this.icon_rel1_1_2 = 0
	this.icon_rel1_1_1 = 0

	this.url1_1_0 = '../../documents/sample_link.htm'
	this.url1_1_2 = '../../documents/sample_link.htm'
	this.url1_1_1 = '../../documents/sample_link.htm'*/



    //Sub Menu 2

	this.menu_xy2 = "-6,2"
	this.menu_width2 = 155
	
	this.item2_0 = "Introduction"
	//this.item2_1 = "That is Why You invest"
	this.item2_1 = "Financial Planning"
	this.item2_2 = "Risks"
	//this.item2_3 = "Offshore Trusts"
	//this.item2_4 = "Offshore Companies"
	//this.item2_5 = "Offshore Banking"
	this.item2_3 = "Product Partners"
	this.item2_4 = "Fund Management"
	this.item2_5 = "Questionaire"

	this.icon_rel2_0 = 0
	this.icon_rel2_1 = 0
	this.icon_rel2_2 = 0
	this.icon_rel2_3 = 0
	this.icon_rel2_4 = 0
	this.icon_rel2_5 = 0
	
	this.url2_0 = '../money.html'
	//this.url2_1 = '../invest.html'
	this.url2_1 = '../fin_planning.html'
	this.url2_2 = '../risks.html'
	//this.url2_3 = '../offshore.html'
	//this.url2_4 = '../offshore_company.html'
	//this.url2_5 = '../offshore_banking.html'
	this.url2_3 = '../product_partners.html'
	this.url2_4 = '../fund_management.html'
	this.url2_5 = '../questionaire.html'

    //Sub Menu 3

	this.menu_xy6 = "-5,2"
	this.menu_width6 = 220
	
	this.item6_0 = "Group Pension Plan"
	this.item6_1 = "Group Medical Insurance"
	this.item6_2 = "Group Income Protection Insurance"
	this.item6_3 = "Group Critical Illness Insurance"
	this.item6_4 = "Group Life Insurance"
	this.item6_5 = "Keyman Insurance"
	this.item6_6 = "Partnership Insurance"
	this.item6_7 = "Shareholder Insurance"

	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.icon_rel6_6 = 0
	this.icon_rel6_7 = 0

	this.url6_0 = '../employee_benefits.html'
	this.url6_1 = '../medical_insurance.html'
	this.url6_2 = '../income_protection.html'
	this.url6_3 = '../critical_illness.html'
	this.url6_4 = '../life_insurance.html'
	this.url6_5 = '../keyman.html'
	this.url6_6 = '../partnership_insurance.html'
	this.url6_7 = '../shareholder_insurance.html'
	

    //Sub Menu 4

	this.menu_xy7 = "-6,2"
	this.menu_width7 = 148

	this.item7_0 = "Relocation Checklist"
	this.item7_1 = "Culture Shock"
	this.item7_2 = "Tax"
	this.item7_3 = "Finance"
	this.item7_4 = "UK Pensions"
	this.item7_5 = "Education"

	
	
	this.icon_rel7_0 = 0
	this.icon_rel7_1 = 0
	this.icon_rel7_2 = 0
	this.icon_rel7_3 = 0
	this.icon_rel7_4 = 0
	this.icon_rel7_5 = 0
		
	this.url7_0 = '../relocation_checklist.html'
	this.url7_1 = '../culture_shock.html'
	this.url7_2 = '../tax.html'
	this.url7_3 = '../finance.html'
	this.url7_4 = '../ukpensions.html'
	this.url7_5 = '../education.html'

	//this.menu_xy4_0_0 = "-4,2"
	//this.menu_width1_1 = 100

	//this.item4_0_0 = "Senior Medical Adviser"
	//this.item4_0_1 = "Medical Director"
	//this.item4_0_2 = "Nursing Director"
	//this.item4_0_3 = "Doctors"
	
	//this.icon_rel4_0_0 = 0
	//this.icon_rel4_0_1 = 0
	//this.icon_rel4_0_2 = 0
	//this.icon_rel4_0_3 = 0
	
	//this.url4_0_0 = '#'
	//this.url4_0_1 = '#'
	//this.url4_0_2 = '#'
	//this.url4_0_3 = '../doctors.html'
	
	//Sub Menu 5

	this.menu_xy8 = "-6,2"
	this.menu_width8 = 148

	this.item8_0 = "Do you Qualify?"
	this.item8_1 = "Current Positions"
	
	this.icon_rel8_0 = 0
	this.icon_rel8_1 = 0
			
	this.url8_0 = '../qualify.html'
	this.url8_1 = '../positions.html'
	
}///////////////////////// END Menu Data /////////////////////////////////////////













