/**********************************************************************************************
**********************************************************************************************

                              Bullet and Icon Image Library  

**********************************************************************************************
**********************************************************************************************/



/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.  Relative 
positioned icon images may also be associated
with any main menu item in the 'main menu items' section.
--------------------------------------------*/


    //Relative positioned icon images (flow with main menu or sub item text)

	thuy__icon_image0 = "images/winery-tour-black.gif"
	thuy__icon_rollover0 = "images/winery-tour-red.gif"
	thuy__icon_image_wh0 = "13,10"

	

    //Absolute positioned icon images (coordinate positioned, sub menus only)

	thuy__2nd_icon_image0 = "images/winery-tour-black.gif"
	thuy__2nd_icon_rollover0 = "images/winery-tour-yellow.gif"
	thuy__2nd_icon_image_wh0 = "13,10"
	thuy__2nd_icon_image_xy0 = "0,4"





/**********************************************************************************************
**********************************************************************************************

                              Main Menu Settings  

**********************************************************************************************
**********************************************************************************************/



/*---------------------------------------------
Main Item Widths and Heights
-----------------------------------------------*/

	
	thuy__main_width = 120			//default main item widths
	thuy__main_height = 22			//default main item heights
	
	//thuy__main_widthX			//specific main item widths
	//thuy__main_heightX			//specific main item heights




/*---------------------------------------------
Main Menu Borders Dividers and Layout
-----------------------------------------------*/


	thuy__main_horizontal =true		//align menu bar horizontally or vertically

	thuy__main_border_width = 1;		//the thickness of the border in pixels
	thuy__main_border_color = "transparent"	//HEX color or set width to 0 for no borders


	thuy__main_use_dividers = true		//When true the item gap setting is ignored
						//and the border width and color are used to
						//separate each main menu item.
						
							
	thuy__main_item_gap = 5			//the gap between main menu items in pixels
	

	thuy__align_items_bottom_and_right = true	//align items of different size to the bottom
							//or right edge of the largest main menu item
							//depending on the horizontal or vertical layout
							//of the main menu bar - false aligns items to
							//the top and left

/*---------------------------------------------
Menu Item Background and Text Colors
-----------------------------------------------*/


	thuy__main_bgcolor = "#000000"		//default color for all items, HEX or 'transparent'
	//thuy__main_bgcolorX = "#eeeeee"		//specific menu item color, HEX or 'transparent'
	
	thuy__main_hl_bgcolor = "#000000"	//HEX color value or set to 'transparent'
	//thuy__main_hl_bgcolorX = "#eeeeee"

	thuy__main_textcolor = "#FFFFFF"
	//thuy__main_textcolorX = "#FFFFFF"

	thuy__main_hl_textcolor = "#FBC800"
	//thuy__main_hl_textcolorX = "#FFFFFF"



/*---------------------------------------------
Menu Item Font Settings
-----------------------------------------------*/


	thuy__main_fontfamily = "Arial"	//Any available system font     
	thuy__main_fontsize = 9			//Defined with pixel sizing  	
	thuy__main_textdecoration = "normal"	//set to: 'normal', or 'underline'
	thuy__main_fontweight = "normal"		//set to: 'normal', or 'bold'
	thuy__main_fontstyle = "normal"		//set to: 'normal', or 'italic' 	


	//rollover effect
	
	thuy__main_hl_textdecoration = "normal"



/*---------------------------------------------
Main Menu Margins and Text Alignment
-----------------------------------------------*/


	thuy__main_text_alignment = "left"		//set to: 'left', 'center' or 'right'
	thuy__main_margin_top = 6
	thuy__main_margin_bottom = 0
	thuy__main_margin_left = 2
	thuy__main_margin_right = 4



	//specific settings

	//thuy__main_text_alignmentX = "right"		//set to: 'left', 'center' or 'right'
	//thuy__main_margin_topX = 4
	//thuy__main_margin_bottomX = 4



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

   
	//thuy__status_text0 = "Sample text - Main Menu Item 0"
	//thuy__status_text1 = "Sample text - Main Menu Item 1"



/*---------------------------------------------
Main Menu Items (Text, URL's, and Icons)
-----------------------------------------------*/


	
    //Main Menu 0

	thuy__maindesc0 = "HOME"
	thuy__main_text_alignment0 = "right"
	thuy__main_width0=76
	thuy__url0 = "index.html"



    //Main Menu 1

	thuy__maindesc1 = "PRIVATE TOURS"
	thuy__main_text_alignment1 = "center"	
	thuy__main_width1=85
	thuy__url1 = "smalltours.html"



    //Main Menu 2

	thuy__maindesc2 = "SMALL GROUP TOUR"
	thuy__main_text_alignment2 = "center"
	thuy__main_width2=104
	thuy__url2 = "daytours.html"



    //Main Menu 3

	thuy__maindesc3 = "CORPORATE TOURS"
	thuy__main_text_alignment3 = "center"
	thuy__main_width3=102
	thuy__url3 = "corporatetours.html"



    //Main Menu 4

	thuy__maindesc4 = "GALLERY"
	thuy__main_width4=51
	thuy__url4 = "gallery.html"


    //Main Menu 5

	thuy__maindesc5 = "TESTIMONIALS"
	thuy__main_width5=76
	thuy__url5 = "testimonials.html"


    //Main Menu 6

	thuy__maindesc6 = "LINKS"
	thuy__main_width6=37
	thuy__url6 = "links.html"


    //Main Menu 7

	thuy__maindesc7 = "BROCHURES"
	thuy__main_width7=67
	thuy__url7 = "brochures.html"


    //Main Menu 8

	thuy__maindesc8 = "CONTACT US / ENQUIRIES"
	thuy__main_text_alignment8 = "center"
	thuy__main_width8=185
	thuy__url8 = "contact.html"


/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Settings

**********************************************************************************************
**********************************************************************************************/


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	thuy__sub_menu_width = 130      		//default sub menu widths
	thuy__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	thuy__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	thuy__border_width = 1
	thuy__divider_height = 0

	thuy__border_color = "#000000"		//Hex color or 'transparent'
	thuy__menu_bgcolor = "#000000"		//Hex color or 'transparent'
	thuy__hl_bgcolor = "#000000"		

	thuy__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	thuy__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)



/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	thuy__textcolor = "#FFFFFF"
	thuy__fontfamily = "Arial"		//Any available system font     
	thuy__fontsize = 10			//Defined with pixel sizing  	
	thuy__fontsize_ie4 = 10			//Defined with point sizing
	thuy__textdecoration = "normal"		//set to: 'normal', or 'underline'
	thuy__fontweight = "normal"		//set to: 'normal', or 'bold'
	thuy__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	thuy__hl_textcolor = "#FBC800"
	thuy__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	thuy__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	thuy__margin_top = 2
	thuy__margin_bottom = 3
	thuy__margin_left = 5
	thuy__margin_right = 4



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/


	thuy__show_urls_statusbar = false

	//thuy__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//thuy__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	



/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	thuy__sub_menu_effect = "fade"
	thuy__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	thuy__sub_menu_effect_duration = .4
	thuy__sub_item_effect_duration = .4


    //Specific settings for various transitions.

	thuy__effect_pixelate_maxsqare = 25
	thuy__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	thuy__effect_checkerboard_squaresx = 14
	thuy__effect_checkerboard_squaresY = 14
	thuy__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	thuy__sub_menu_opacity = 100			//1 to 100
	thuy__dropshadow_color = "none"			//Hex color value or 'none'
	thuy__dropshadow_offx = 5			//drop shadow width
	thuy__dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	thuy__os9_ie5mac_offset_x = 10
	thuy__os9_ie5mac_offset_Y = 15

	thuy__osx_ie5mac_offset_x = 10
	thuy__osx_ie5mac_offset_Y = 15

	thuy__ie4mac_offset_x = -10
	thuy__ie4mac_offset_Y = -45


    //Mac offset fixes, adjust until main menu items line up correctly

	thuy__mainitems_os9_ie5mac_offset_x = 10
	thuy__mainitems_os9_ie5mac_offset_y = 15

	thuy__mainitems_osx_ie5mac_offset_x = 10
	thuy__mainitems_osx_ie5mac_offset_y = 15


    //Netscape 4 resize bug workaround.

	thuy__nn4_reaload_after_resize = true
	thuy__nn4_resize_prompt_user = false
	thuy__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   

    //Set to true if the menu is the only item on the HTML page.

	thuy__use_opera_div_detect_fix = true


    //Pre-defined sub menu item heights for the Espial Escape browser.

	thuy__escape_item_height = 20
	thuy__escape_item_height0_0 = 70
	thuy__escape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//thuy__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.

	thuy__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	thuy__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	thuy__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	//thuy__border_widthX = 10;
	//thuy__divider_heightX = 5;		
	//thuy__border_colorX = "#0000ff";     
	//thuy__menu_bgcolorX = "#ff0000"
	//thuy__hl_bgcolorX = "#00ff00"
	//thuy__hl_textcolorX = "#ff0000"
	//thuy__text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X' represents the index number of the sub menu item.

	//thuy__hl_subdescX = "custom highlight text"
	//thuy__urltargetX = "_new"




/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/
  

    //Sub Menu 1

	thuy__sub_xy1 = "-80,20"
	thuy__sub_menu_width1 = 155

	thuy__subdesc1_0 = "The Yarra Valley"
	thuy__subdesc1_1 = "The Mornington Peninsula"


	thuy__2nd_icon_index1_0 = 0
	thuy__2nd_icon_index1_1 = 0

	thuy__url1_0 = "yarravalley.html"
	thuy__url1_1 = "mornington.html"


    

    //Sub Menu 1_0

	thuy__sub_xy1_0 = "-4,2"
	thuy__sub_menu_width1_0 = 190

	thuy__subdesc1_0_0 = "A Fine Food and Wine Journey"
	thuy__subdesc1_0_1 = "A Twilight Gastronomic Journey"
	thuy__subdesc1_0_2 = "A Fine Food, Wine and Wildlife"
	thuy__subdesc1_0_3 = "A 2 day 'Epicurean Experience'"
	thuy__subdesc1_0_4 = "An Epicurean Ballooning Journey"

	thuy__icon_index1_0_0 = 0
	thuy__icon_index1_0_1 = 0
	thuy__icon_index1_0_2 = 0
	thuy__icon_index1_0_3 = 0
	thuy__icon_index1_0_4 = 0
	
	thuy__url1_0_0 = "yarravalley-winejourney.html"
	thuy__url1_0_1 = "yarravalley-twilight.html"
	thuy__url1_0_2 = "yarravalley-finefood.html"
	thuy__url1_0_3 = "yarravalley-experience.html"
	thuy__url1_0_4 = "yarravalley-ballooning.html"


    //Sub Menu 1_1

	thuy__sub_xy1_1 = "-4,2"
	thuy__sub_menu_width1_1 = 275

	thuy__subdesc1_1_0 = "A Cellar Door Journey of the Mornington Peninsula"

	thuy__icon_index1_1_0 = 0
	
	thuy__url1_1_0 = "cellardoor.html"



    //Sub Menu 2

	thuy__sub_xy2 = "-100,20"
	thuy__sub_menu_width2 = 225

	thuy__subdesc2_0 = "The Yarra Valley Food and Wine Journey"

	thuy__url2_0 = "daytours.html"


