/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/

	hm__sub_menu_width = 160      	//default sub menu widths
	hm__sub_xy = "0,0"            	//default sub x,y coordinates - defined relative
									//to the top-left corner of parent image or sub menu
   

	hm__urltarget = "_self"			//default URL target: _self, _parent, _new, or "my frame name"

	hm__border_width = 1
	hm__divider_height = 1

	hm__border_color = "#394557"		//Hex color or 'transparent'
	hm__menu_bgcolor = "#4D5D75"		//Hex color or 'transparent'
	hm__hl_bgcolor = "#FDC545"

	hm__mouse_off_delay = 20		//defined in milliseconds (activated after mouse stops)
	hm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/

    //Font settings

	hm__textcolor = "#ffffff"
	hm__fontfamily = "Arial"		//Any available system font     
	hm__fontsize = 11			//Defined with pixel sizing  	
	hm__fontsize_ie4 = 9			//Defined with point sizing
	hm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	hm__fontweight = "normal"		//set to: 'normal', or 'bold'
	hm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	hm__hl_textcolor = "#000000"
	hm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	hm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	hm__margin_top = 2
	hm__margin_bottom = 3
	hm__margin_left = 5
	hm__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)

/*	hm__icon_image0 = "/design/images/hm_bullet1.gif"
	hm__icon_rollover0 = "/design/images/hm_bullet1_hl.gif"
	hm__icon_image_wh0 = "12,8"

	

    //Absolute positioned icon images (coordinate poitioned)
*/
	hm__2nd_icon_image0 = "/design/images/hm_arr1.gif"
	hm__2nd_icon_rollover0 = "/design/images/hm_arr1_hl.gif"
	hm__2nd_icon_image_wh0 = "10,10"
	hm__2nd_icon_image_xy0 = "0,4"
/**/


/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	hm__show_urls_statusbar = false
   
	//hm__status_text0 = "Sample text - Main Menu Item 0"
	//hm__status_text1 = "Sample text - Main Menu Item 1"

	//hm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//hm__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

	hm__sub_menu_effect = "fade"
	hm__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	hm__sub_menu_effect_duration = .3
	hm__sub_item_effect_duration = .15


    //Specific settings for various transitions.

	hm__effect_pixelate_maxsqare = 25
	hm__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	hm__effect_checkerboard_squaresx = 14
	hm__effect_checkerboard_squaresY = 14
	hm__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	hm__sub_menu_opacity = 100			//1 to 100
	hm__dropshadow_color = "none"			//Hex color value or 'none'
	hm__dropshadow_offx = 5			//drop shadow width
	hm__dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	hm__ie4mac_offset_X = -8
	hm__ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround.

	hm__nn4_reaload_after_resize = true
	hm__nn4_resize_prompt_user = false
	hm__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.

	hm__use_opera_div_detect_fix = false


    //Pre-defined sub menu item heights for the Espial Escape browser.

	hm__escape_item_height = 20
	hm__escape_item_height0_0 = 70
	hm__escape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//hm__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.

	hm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	hm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	hm__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.
/*
	hm__border_widthX = 10;
	hm__divider_heightX = 5;		
	hm__border_colorX = "#0000ff";     
	hm__menu_bgcolorX = "#ff0000"
	hm__hl_bgcolorX = "#00ff00"
	hm__hl_textcolorX = "#ff0000"
	hm__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.

	hm__hl_subdescX = "custom highlight text"
	hm__urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

//	hm__rollover_image0 = "menu1.gif"
//	hm__rollover_wh0 = "111,28"
//	hm__url0 = "/"; 


    //Main Menu Item 1

//	hm__rollover_image1 = "menu1.gif"
//	hm__rollover_wh1 = "111,28"
//	hm__url1 = "";

    //Main Menu Item 2
//	hm__rollover_image1 = "menu1.gif"
//	hm__rollover_wh1 = "111,28"
//	hm__url1 = "/about/";



/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/

    //Sub Menu 0
	hm__sub_xy0 = "-83,23"
	hm__sub_menu_width0 = 110

	hm__subdesc0_0 = "Holley-Nos"
	hm__subdesc0_1 = "Turbonetics Ins"
	hm__subdesc0_2 = "Sun auto"
	hm__subdesc0_3 = "Ross Pistons"
	hm__subdesc0_4 = "Split Second"
	
	hm__2nd_icon_index0_0 = 0
	hm__2nd_icon_index0_1 = 0
	hm__2nd_icon_index0_2 = 0
	
		
	hm__url0_0 = "/ell/representations/holley-nos/"
	hm__url0_1 = "/ell/representations/turbonetics/"
	hm__url0_2 = "/ell/representations/sun-auto/"
	hm__url0_3 = "/ell/representations/pistons/"
	hm__url0_4 = "/ell/representations/split/"


    //Sub Menu 0_0
	hm__sub_xy0_0 = "-1,-1"
	hm__sub_menu_width0_0 = 140

	hm__subdesc0_0_0 = "Εταιρικό προφίλ"
	hm__subdesc0_0_1 = "Τι πρέπει να γνωρίζω "
	hm__subdesc0_0_2 = "Τύποι NOS "
	hm__subdesc0_0_3 = "Τεχνικές πληροφορίες "
	hm__subdesc0_0_4 = "NOS για μηχανές "
	hm__subdesc0_0_5 = "Αξεσουάρ - Ανταλλακτικά "
	hm__subdesc0_0_6 = "Συχνές ερωτήσεις "

	
	hm__url0_0_0 = "/ell/representations/holley-nos/"
	hm__url0_0_1 = "/ell/representations/holley-nos/know/"
	hm__url0_0_2 = "/ell/representations/holley-nos/types/"
	hm__url0_0_3 = "/ell/representations/holley-nos/techinfo/"
	hm__url0_0_4 = "/ell/representations/holley-nos/for-machines/"
	hm__url0_0_5 = "/ell/representations/holley-nos/parts/"
	hm__url0_0_6 = "/ell/representations/holley-nos/faq/"

    //Sub Menu 0_1
	hm__sub_xy0_1 = "-1,-1"
	hm__sub_menu_width0_1 = 110

	hm__subdesc0_1_0 = "Εταιρικό προφίλ "
	hm__subdesc0_1_1 = "Turbonetics"
	hm__subdesc0_1_2 = "Spearco"
	hm__subdesc0_1_3 = "Fmax"
	
	hm__2nd_icon_index0_1_1 = 0
	hm__2nd_icon_index0_1_2 = 0
	hm__2nd_icon_index0_1_3 = 0		

	hm__url0_1_0 = "/ell/representations/turbonetics/"
	hm__url0_1_1 = "/ell/representations/turbonetics/"
	hm__url0_1_2 = "/ell/representations/turbonetics/spearco/"
	hm__url0_1_3 = "/ell/representations/turbonetics/fmax/"
	
	//Sub menu 0_1_1
	hm__sub_xy0_1_1 = "-1,-1"
	hm__sub_menu_width0_1_0 = 160

	hm__subdesc0_1_1_0 = "Τουρμπίνες"
	hm__subdesc0_1_1_1 = "Wastegates blow all values "
	hm__subdesc0_1_1_2 = "Ερωτήσεις - Απαντήσεις "

	hm__url0_1_1_0 = "/ell/representations/turbonetics/turbines/"
	hm__url0_1_1_1 = "/ell/representations/turbonetics/wastegates/"
	hm__url0_1_1_2 = "/ell/representations/turbonetics/faq/"
	
	//Sub menu 0_1_2
	hm__sub_xy0_1_2 = "-1,-1"
	hm__sub_menu_width0_1_2 = 160

	hm__subdesc0_1_2_0 = "Intercooler / Εναλλακτές θερμότητας "
	hm__subdesc0_1_2_1 = "Radiators / Αλουμινένια ψυγεία "

	hm__url0_1_2_0 = "/ell/representations/turbonetics/spearco/intercooler/"
	hm__url0_1_2_1 = "/ell/representations/turbonetics/spearco/radiators/"

	//Sub menu 0_1_3
	hm__sub_xy0_1_3 = "-1,-1"
	hm__sub_menu_width0_1_3 = 160

	hm__subdesc0_1_3_0 = "Τούρμπο Κιτ"

	hm__url0_1_3_0 = "/ell/representations/turbonetics/fmax/turbo-kit/"
	
	//Sub menu 0_2
	hm__sub_xy0_2 = "-1,-1"
	hm__sub_menu_width0_2 = 100

	hm__subdesc0_2_0 = "Εταιρικό προφίλ "
	hm__subdesc0_2_1 = "Προϊόντα"
	hm__subdesc0_2_2 = "Συχνές ερωτήσεις "

	hm__2nd_icon_index0_2_1 = 0

	hm__url0_2_0 = "/ell/representations/sun-auto/"
	hm__url0_2_1 = "/ell/representations/sun-auto/products/"
	hm__url0_2_2 = "/ell/representations/sun-auto/faq/"
	
	//Sub menu 0_2_1
	hm__sub_xy0_2_1 = "-1,-1"
	hm__sub_menu_width0_2_1 = 120

	hm__subdesc0_2_1_0 = "Hyper Ground System "
	hm__subdesc0_2_1_1 = "Hyper Voltage System "	

	hm__url0_2_1_0 = "/ell/representations/sun-auto/products/hyper-ground-system/"
	hm__url0_2_1_1 = "/ell/representations/sun-auto/products/hyper-voltage-sytem/"	
	
	
	hm__sub_xy1 = "-95,23"
	hm__sub_menu_width1 = 110

	hm__subdesc1_0 = "Holley-Nos"
	hm__subdesc1_1 = "Turbonetics Ins"
	hm__subdesc1_2 = "Sun auto"
	

	hm__url1_0 = "/ell/faq/holley-nos/"
	hm__url1_1 = "/ell/faq/turbonetics/"
	hm__url1_2 = "/ell/faq/sun-auto/"
