

function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/

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 = "menu_images/sample_gray_bullet.gif"
	this.rel_icon_rollover0 = "menu_images/sample_gray_bullet.gif"
	this.rel_icon_image_wh0 = "12,8"

	this.rel_icon_image1 = "menu_images/red_arrow.gif"
	this.rel_icon_rollover1 = "menu_images/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 = "menu_images/red_arrow1.gif"
	this.abs_icon_rollover0 = "menu_images/red_arrow1.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
	
	


    //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 = 0			//applies to vertical menus only

	

    //available specific settings

	this.use_divider_capsX_X = true
	this.divider_widthX = 20
	this.divider_heightX = 20	

	



/*---------------------------------------------
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 = 90				//applies to vertical menus
	this.menu_width_items = 84			//applies to items in a horizontal menu



   //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,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 = 100
	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 = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home"
	this.url0 = "index.htm"	

	this.item1 = "Our Rates"
	this.url1 = "rooms_rates.htm"
		
	
	this.item2 = "Amenities"
	this.url2 = "amenities.htm"	
	
	this.item3 = "Location"
	this.url3 = "location.htm"

	
	this.item4 = "Photos"
	
	this.item5 = "Rooms"
	this.url5 = "guest_rooms.htm"	
	

	this.item6 = "Contact Us"
	this.url6 = "contact.htm"

	this.item7 = "&nbsp;&nbsp;&nbsp;Links"
	this.url7 = "links.htm"
	
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/





 
	

 //Sub Menu 4

	this.menu_xy4 = "-112,19"
	this.menu_width4 = 120
	
	this.item4_0 = "Guest Rooms"
	this.item4_1 = "Living Area"
	this.item4_2 = "Beach Area"
	this.item4_3 = "Eating Area"
	this.item4_4 = "Inn & Around"
	this.item4_5 = "Sunrises"
	this.item4_6 = "New! Slideshow"
	
	this.url4_0 = 'guest_rooms.htm'
	this.url4_1 = 'living_rooms.htm'
	this.url4_2 = 'beach_area.htm'
	this.url4_3 = 'eating_area.htm'
	this.url4_4 = 'home_photos.htm'
	this.url4_5 = 'sunrise_photos.htm'
	this.url4_6 = 'slideshow.htm'
	this.url_target4_6 = "_blank"
	


 //Sub Menu 6

	this.menu_xy6 = "-112,19"
	this.menu_width6 = 160
	
	this.item6_0 = "Sign Guestbook"
	this.item6_1 = "Read Guestbook"
	this.item6_2 = "Contact Inn Keepers"
	
	this.url6_0 = 'sign_guest_book.htm'
	this.url6_1 = 'view_guest_book.htm'
	this.url6_2 = 'contact.htm'

  


	
	
	

   
	
	
	




	


}///////////////////////// END Menu Data /////////////////////////////////////////

