


	virtual__sub_menu_width = 130      		//default sub menu widths
	virtual__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
			

	virtual__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	virtual__border_width = 1
	virtual__divider_height = 1

	virtual__border_color = "#000000"		//Hex color or 'transparent'
	virtual__menu_bgcolor = "#D5D5D4"		//Hex color or 'transparent'
	virtual__hl_bgcolor = "#333333"		

	virtual__mouse_off_delay = 100		//defined in milliseconds (activated after mouse stops)
	virtual__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)




	virtual__textcolor = "#333333"
	virtual__fontfamily = "Verdana"		//Any available system font     
	virtual__fontsize = 10			//Defined with pixel sizing  	
	virtual__fontsize_ie4 = 9			//Defined with point sizing
	virtual__textdecoration = "normal"		//set to: 'normal', or 'underline'
	virtual__fontweight = "bold"		//set to: 'normal', or 'bold'
	virtual__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


   

	virtual__hl_textcolor = "#cccccc"
	virtual__hl_textdecoration = "hone"	//set to: 'normal', or 'underline'




	virtual__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	virtual__margin_top = 2
	virtual__margin_bottom = 3
	virtual__margin_left = 5
	virtual__margin_right = 4

   


	//virtual__icon_image0 = "sample_images/bullet.gif"
	//virtual__icon_rollover0 = "sample_images/bullet_hl.gif"
	//virtual__icon_image_wh0 = "13,8"

	

  
	//virtual__2nd_icon_image0 = "sample_images/arrow.gif"
	//virtual__2nd_icon_rollover0 = "sample_images/arrow.gif"
	//virtual__2nd_icon_image_wh0 = "13,10"
	//virtual__2nd_icon_image_xy0 = "0,4"





	virtual__show_urls_statusbar = false
   
	//virtual__status_text0 = "Sample text - Main Menu Item 0"
	//virtual__status_text1 = "Sample text - Main Menu Item 1"

	//virtual__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//virtual__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	




    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	virtual__sub_menu_effect = "fade"
	virtual__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	virtual__sub_menu_effect_duration = .4
	virtual__sub_item_effect_duration = .4


    //Specific settings for various transitions.

	virtual__effect_pixelate_maxsqare = 25
	virtual__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	virtual__effect_checkerboard_squaresx = 14
	virtual__effect_checkerboard_squaresY = 14
	virtual__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	virtual__sub_menu_opacity = 100			//1 to 100
	virtual__dropshadow_color = "none"			//Hex color value or 'none'
	virtual__dropshadow_offx = 5			//drop shadow width
	virtual__dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	virtual__os9_ie5mac_offset_X = 10
	virtual__os9_ie5mac_offset_Y = 15

	virtual__osx_ie5mac_offset_X = 10
	virtual__osx_ie5mac_offset_Y = 15

	virtual__ie4mac_offset_X = -8
	virtual__ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround.

	virtual__nn4_reaload_after_resize = true
	virtual__nn4_resize_prompt_user = false
	virtual__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   

    //Opera 5 & 6, set to true if the menu is the only item on the HTML page.

	virtual__use_opera_div_detect_fix = true


    //Pre-defined sub menu item heights for the Espial Escape browser.

	virtual__escape_item_height = 20
	virtual__escape_item_height0_0 = 70
	virtual__escape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//virtual__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.
    //The 'X_X' indicates the index number of the sub menu item.

	virtual__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	virtual__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	virtual__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.

	virtual__border_widthX = 10;
	virtual__divider_heightX = 5;		
	virtual__border_colorX = "#0000ff";     
	virtual__menu_bgcolorX = "#ff0000"
	virtual__hl_bgcolorX = "#00ff00"
	virtual__hl_textcolorX = "#ff0000"
	virtual__text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X_X' represents the index number of the sub menu item.

	virtual__hl_subdescX_X = "custom highlight text"
	virtual__urltargetX_X = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

	virtual__rollover_image0 = "images/navigation/header/villa.gif"
	virtual__rollover_wh0 = "87,36"
	virtual__url0 = "villa.php";   


    //Main Menu Item 1

	virtual__rollover_image1 = "images/navigation/header/gallery.gif"
	virtual__rollover_wh1 = "65,36"
	virtual__url1 = "gallery.php";


    //Main Menu Item 2

	virtual__rollover_image2 = "images/navigation/header/paphos.gif" 
	virtual__rollover_wh2 = "98,36"
	virtual__url2 = "paphos.php";   


    //Main Menu Item 3

	virtual__rollover_image3 = "images/navigation/header/petra.gif" 
	virtual__rollover_wh3 = "164,36"
	virtual__url3 = "petra.php";   
	
	//Main Menu Item 4

	virtual__rollover_image4 = "images/navigation/header/episkopi.gif" 
	virtual__rollover_wh4 = "109,36"
	virtual__url4 = "episkopi.php";   
	
	
	//Main Menu Item 5

	virtual__rollover_image5 = "images/navigation/header/contact.gif" 
	virtual__rollover_wh5 = "114,36"
	virtual__url5 = "contact.php";   
	
	
	
