

/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	vokks__sub_menu_width = 130      		//default sub menu widths
	vokks__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	vokks__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	vokks__border_width = 0
	vokks__divider_height = 0

	vokks__border_color = "#FFFFFF"		//Hex color or 'transparent'
	vokks__menu_bgcolor = "#FFFFFF"		//Hex color or 'transparent'
	vokks__hl_bgcolor = "#666666"		

	vokks__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	vokks__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	vokks__textcolor = "#666666"
	vokks__fontfamily = "Verdana"		//Any available system font     
	vokks__fontsize = 10			//Defined with pixel sizing  	
	vokks__fontsize_ie4 = 9			//Defined with point sizing
	vokks__textdecoration = "normal"		//set to: 'normal', or 'underline'
	vokks__fontweight = "normal"		//set to: 'normal', or 'bold'
	vokks__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	vokks__hl_textcolor = "#FFFFFF"
	vokks__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	vokks__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	vokks__margin_top = 2
	vokks__margin_bottom = 3
	vokks__margin_left = 5
	vokks__margin_right = 4

   


/*-------------------------------------------
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 (flow with sub item text)

	

    //Absolute positioned icon images (coordinate poitioned)


/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	vokks__show_urls_statusbar = false
   
	//vokks__status_text0 = "Sample text - Main Menu Item 0"
	//vokks__status_text1 = "Sample text - Main Menu Item 1"

	//vokks__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//vokks__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

	vokks__sub_menu_effect = "fade"
	vokks__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	vokks__sub_menu_effect_duration = .4
	vokks__sub_item_effect_duration = .4


    //Specific settings for various transitions.

	vokks__effect_pixelate_maxsqare = 25
	vokks__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	vokks__effect_checkerboard_squaresx = 14
	vokks__effect_checkerboard_squaresY = 14
	vokks__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	vokks__sub_menu_opacity = 100			//1 to 100
	vokks__dropshadow_color = "none"			//Hex color value or 'none'
	vokks__dropshadow_offx = 5			//drop shadow width
	vokks__dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	vokks__ie4mac_offset_X = -8
	vokks__ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround.

	vokks__nn4_reaload_after_resize = true
	vokks__nn4_resize_prompt_user = false
	vokks__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.

	vokks__use_opera_div_detect_fix = false


    //Pre-defined sub menu item heights for the Espial Escape browser.

	vokks__escape_item_height = 20
	vokks__escape_item_height0_0 = 70
	vokks__escape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//vokks__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.

	vokks__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	vokks__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	vokks__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.

	vokks__border_widthX = 10;
	vokks__divider_heightX = 5;		
	vokks__border_colorX = "#0000ff";     
	vokks__menu_bgcolorX = "#ff0000"
	vokks__hl_bgcolorX = "#00ff00"
	vokks__hl_textcolorX = "#ff0000"
	vokks__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.

	vokks__hl_subdescX = "custom highlight text"
	vokks__urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

	vokks__rollover_image0 = "images/spacer.gif"
	vokks__rollover_wh0 = "11,1"
	//vokks__url0 = "my_url.html";   


    //Main Menu Item 1

	vokks__rollover_image1 = "images/spacer.gif"
	vokks__rollover_wh1 = "92,1"
	//vokks__url1 = "my_url.html";


    //Main Menu Item 2

	vokks__rollover_image2 = "images/spacer.gif" 
	vokks__rollover_wh2 = "95,1"
	//vokks__url2 = "my_url.html";   


    //Main Menu Item 3

	vokks__rollover_image3 = "images/spacer.gif" 
	vokks__rollover_wh3 = "77,16"
	//vokks__url3 = "my_url.html";   
	
	
	//Main Menu Item 4

	vokks__rollover_image4 = "images/spacer.gif" 
	vokks__rollover_wh4 = "104,16"
	//vokks__url4 = "my_url.html";   
	
	
	//Main Menu Item 5

	vokks__rollover_image5 = "images/spacer.gif" 
	vokks__rollover_wh5 = "156,1"
	//vokks__url5 = "my_url.html";   
	
	
	//Main Menu Item 6

	vokks__rollover_image6 = "images/spacer.gif" 
	vokks__rollover_wh6 = "112,16"
	//vokks__url6 = "my_url.html";   
  




/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0



    //Sub Menu 1





    //Sub Menu 2


    //Sub Menu 3
	
		vokks__sub_xy3 = "-76,16"
	vokks__sub_menu_width3 = 62

	vokks__subdesc3_0 = "Nails"
	vokks__subdesc3_1 = "Portfolio"
	
	vokks__icon_index3_0 = 0
	vokks__icon_index3_1 = 0
	vokks__icon_index3_2 = 0
	
	vokks__url3_0 = "nails.html"
	vokks__url3_1 = "nailsportfolio.html"

	
	//Sub Menu 4

	vokks__sub_xy4 = "-103,16"
	vokks__sub_menu_width4 = 70

	vokks__subdesc4_0 = "3D face lifting massage"
	vokks__subdesc4_1 = "Body scrub"
	vokks__subdesc4_2 = "Body mask"

	
	vokks__icon_index4_0 = 0
	vokks__icon_index4_1 = 0
	vokks__icon_index4_2 = 0
	
	vokks__url4_0 = "bodyspa.html"
	vokks__url4_1 = "bodyscrub.html"
	vokks__url4_2 = "bodymask.html"
	
	
	
	//Sub Menu 5


	
	
	//Sub Menu 6

	vokks__sub_xy6 = "-111,16"
	vokks__sub_menu_width6 = 100

	vokks__subdesc6_0 = "Skin types"
	vokks__subdesc6_1 = "Skin care products"
	vokks__subdesc6_2 = "Basic care for the young"
	vokks__subdesc6_3 = "Basic care for adults"
	vokks__subdesc6_4 = "Stressed, tired skin"
	vokks__subdesc6_5 = "Special skin types"
	vokks__subdesc6_6 = "Celebrity Tips"
	
	vokks__icon_index6_0 = 0
	vokks__icon_index6_1 = 0
	vokks__icon_index6_2 = 0
	
	vokks__url6_0 = "productadvice.html"
	vokks__url6_1 = "pa-basiccareyoung.html"
	vokks__url6_2 = "pa-basiccareadults.html"
	vokks__url6_3 = "pa-stressedtiredskin.html"
	vokks__url6_6 = "celebritytips.html"



 //Sub Menu 6_0

	vokks__sub_xy6_4 = "-200,2"
	vokks__sub_menu_width6_0 = 300

	vokks__subdesc6_5_0 = "Sensitive skin"
	vokks__subdesc6_5_1 = "Acne-prone skin"
	vokks__subdesc6_5_2 = "Dull, pigmented skin and UV protection"
	
	vokks__subdesc6_1_0 = "Soigne"
	vokks__subdesc6_1_1 = "Vecua"
	
	vokks__url6_1_0 = "/cp-cosmetics/soigne/index.html"
	vokks__url6_1_1 = ""
	
	
	vokks__icon_index6_5_0 = 0
	vokks__icon_index6_5_1 = 0
	vokks__icon_index6_5_2 = 0
	vokks__icon_index6_5_3 = 0
	
	vokks__url6_5_0 = "pa-sensitiveskin.html"
	vokks__url6_5_1 = "pa-acne-proneskin.html"
	vokks__url6_5_2 = "pa-dullskin.html"



