function cdd_menu0(){//////////////////////////////////////////////////////
/*---------------------------------------------
Unlocking Code
---------------------------------------------*/
um0http = 1
/*---------------------------------------------
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 = "Images/bullet_red.gif"
	this.rel_icon_rollover0 = "Images/bullet_red_hl.gif"
	this.rel_icon_image_wh0 = "12,8"

	this.rel_icon_image1 = "Images/bullet_red.gif"
	this.rel_icon_rollover1 = "Images/bullet_red_hl.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/arrow_red.gif"
	this.abs_icon_rollover0 = "Images/arrow_red.gif"
	this.abs_icon_image_wh0 = "8,10"
	this.abs_icon_image_xy0 = "-9,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/arrow_red.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_2 = "Images/arrow_red_left.gif"
	this.pointer_image_wh1_2 = "8,10"
	this.pointer_image_xy1_2 = "122,0"

	this.pointer_image1_3 = "Images/arrow_red_left.gif"
	this.pointer_image_wh1_3 = "8,10"
	this.pointer_image_xy1_3 = "102,0"

    //Divider Settings

	this.use_divider_caps = false		//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_X = true
	this.divider_widthX = 20
	this.divider_heightX = 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 = 111			//applies to items in a horizontal menu

   //Padding Values
	
	this.menu_padding_main = "6,0,4,0"		//top, right, bottom, left
	this.menu_padding_sub = "9,6,5,6"

	this.item_padding_main = "2,5,2,5"
	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_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 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 = "Our Parks"
	this.icon_rel0 = 1
	this.url0 = "../Parks/Index.htm"	

	this.item1 = "Holiday Sales"
	this.icon_rel1 = 1
	this.url1 = "../Sales/Index.htm"	
	
	this.item2 = "Holiday Hire"
	this.icon_rel2 = 1
	this.url2 = "../Hire/Index.htm"	
	
	this.item3 = "Touring"
	this.icon_rel3 = 1
	this.url3 = "../Touring/Index.htm"	
	
	this.item4 = "Home"
	this.icon_rel4 = 1
	this.url4 = "Index.htm"	

/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   //Sub Menu 0 - Our Parks

	this.menu_xy0 = "-112,19"
	this.menu_width0 = 120

	this.item0_0 = "All Locations"
	this.item0_1 = "Suffolk"
	this.item0_2 = "Essex"
	this.item0_3 = "Kent"
	this.item0_4 = "Sussex"
	this.item0_5 = "Hampshire"
	this.item0_6 = "Dorset"

	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.url0_0 = '../Parks/All.htm'

   //Sub Menu 0_1

	this.menu_xy0_1 = "2,-1"
	this.menu_width0_1 = 150

	this.item0_1_0 = "Suffolk Sands"
	this.item0_1_1 = "Felixstowe Beach"

	this.icon_rel0_1_0 = 0
	this.icon_rel0_1_1 = 0

	this.url0_1_0 = '../Parks/SuffolkSands/Index.htm'
	this.url0_1_1 = '../Parks/FelixstoweBeach/Index.htm'

   //Sub Menu 0_2

	this.menu_xy0_2 = "2,-1"
	this.menu_width0_2 = 150

	this.item0_2_0 = "Steeple Bay"
	this.item0_2_1 = "St. Osyth Beach"
	this.item0_2_2 = "Oaklands"
	this.item0_2_3 = "Seawick"

	this.icon_rel0_2_0 = 0
	this.icon_rel0_2_1 = 0
	this.icon_rel0_2_2 = 0
	this.icon_rel0_2_3 = 0

	this.url0_2_0 = '../Parks/SteepleBay/Index.htm'
	this.url0_2_1 = '../Parks/StOsythBeach/Index.htm'
	this.url0_2_2 = '../Parks/Oaklands/Index.htm'
	this.url0_2_3 = '../Parks/Seawick/Index.htm'

   //Sub Menu 0_3

	this.menu_xy0_3 = "2,-1"
	this.menu_width0_3 = 150

	this.item0_3_0 = "Sheerness"
	this.item0_3_1 = "Harts"
	this.item0_3_2 = "Alberta"
	this.item0_3_3 = "Seaview"
	this.item0_3_4 = "New Beach"
	this.item0_3_5 = "Jesson Court"
	this.item0_3_6 = "Marlie Farm"

	this.icon_rel0_3_0 = 0
	this.icon_rel0_3_1 = 0
	this.icon_rel0_3_2 = 0
	this.icon_rel0_3_3 = 0
	this.icon_rel0_3_4 = 0
	this.icon_rel0_3_5 = 0
	this.icon_rel0_3_6 = 0

	this.url0_3_0 = '../Parks/Sheerness/Index.htm'
	this.url0_3_1 = '../Parks/Harts/Index.htm'
	this.url0_3_2 = '../Parks/Alberta/Index.htm'
	this.url0_3_3 = '../Parks/Seaview/Index.htm'
	this.url0_3_4 = '../Parks/NewBeach/Index.htm'
	this.url0_3_5 = '../Parks/JessonCourt/Index.htm'
	this.url0_3_6 = '../Parks/MarlieFarm/Index.htm'

   //Sub Menu 0_4

	this.menu_xy0_4 = "2,-1"
	this.menu_width0_4 = 150

	this.item0_4_0 = "Frenchmans Beach"
	this.item0_4_1 = "Winchelsea Sands"
	this.item0_4_2 = "Coghurst Hall"
	this.item0_4_3 = "Beauport Park"
	this.item0_4_4 = "Lakeside"

	this.icon_rel0_4_0 = 0
	this.icon_rel0_4_1 = 0
	this.icon_rel0_4_2 = 0
	this.icon_rel0_4_3 = 0
	this.icon_rel0_4_4 = 0

	this.url0_4_0 = '../Parks/FrenchmansBeach/Index.htm'
	this.url0_4_1 = '../Parks/WinchelseaSands/Index.htm'
	this.url0_4_2 = '../Parks/CoghurstHall/Index.htm'
	this.url0_4_3 = '../Parks/BeauportPark/Index.htm'
	this.url0_4_4 = '../Parks/Lakeside/Index.htm'

   //Sub Menu 0_5

	this.menu_xy0_5 = "2,-1"
	this.menu_width0_5 = 150

	this.item0_5_0 = "Solent Breezes"

	this.icon_rel0_5_0 = 0

	this.url0_5_0 = '../Parks/SolentBreezes/Index.htm'

   //Sub Menu 0_6

	this.menu_xy0_6 = "2,-1"
	this.menu_width0_6 = 150

	this.item0_6_0 = "Sandhills"

	this.icon_rel0_6_0 = 0

	this.url0_6_0 = '../Parks/Sandhills/Index.htm'

   //Sub Menu 1 - Holiday Sales
	
	this.menu_xy1 = "-112,19"
	this.menu_width1 = 160
        
	this.item1_0 = "Our Caravans"
	this.item1_1 = "Common Questions"
	this.item1_2 = "Prices"

	this.icon_rel1_0 = 0
	this.icon_rel1_1 = 0
	this.icon_rel1_2 = 0

	this.url1_0 = '../Sales/OurCaravans.htm'
	this.url1_1 = '../Sales/FAQ.htm'
	this.url1_2 = '../Sales/Prices.htm'


    //Sub Menu 2 - Holiday Hire

    //Sub Menu 3 - Touring

    //Sub Menu 4 - Home

	this.menu_xy4 = "-112,19"
	this.menu_width4 = 150
	
	this.item4_0 = "Contact Us"
	this.item4_1 = "Brochure Request"
	this.item4_2 = "About CPL"
	this.item4_3 = "Jobs Vacancies"

	this.icon_rel4_0 = 0
	this.icon_rel4_1 = 0
	this.icon_rel4_2 = 0
	this.icon_rel4_3 = 0

	this.url4_0 = '../General/ContactUs.htm'
	this.url4_1 = '../General/RequestBrochure.htm'
	this.url4_2 = '../General/AboutUs.htm'
	this.url4_3 = '../Jobs/Index.htm'

}///////////////////////// END Menu Data /////////////////////////////////////////

