   DIP_sub_menu_width = 130      //default sub menu widths
   DIP_sub_xy = "0,0"            //default sub x,y coordinates   
   
   DIP_codebase = ""             //relative location of .js files
   DIP_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DIP_border_width = 1
   DIP_divider_height = 0

   DIP_border_color = "#AED0FF"
   DIP_menu_bgcolor = "#2966B7"
   DIP_hl_bgcolor = "#6A95C9"

   DIP_mouse_off_delay = 100  
   
   DIP_os9_ie5mac_offset_X = 10
   DIP_os9_ie5mac_offset_Y = 15

   DIP_osx_ie5mac_offset_X = 0
   DIP_osx_ie5mac_offset_Y = 0

   DIP_ie4mac_offset_X = -8
   DIP_ie4mac_offset_Y = -50
   
   DIP_nn4_reaload_after_resize = true

   DIP_nn4_resize_prompt_user = false
   DIP_nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   
   DIP_sub_menu_effect = "fade"
   DIP_sub_item_effect = "fade"


   /*----Define the effect duration in seconds below---*/
   
   DIP_sub_menu_effect_duration = 1
   DIP_sub_item_effect_duration = 1

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   DIP_effect_pixelate_maxsqare = 25
   DIP_effect_iris_irisstyle = "CIRCLE"          
   DIP_effect_checkerboard_squaresx = 14
   DIP_effect_checkerboard_squaresY = 14
   DIP_effect_checkerboard_direction = "RIGHT"   
   
   
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DIP_sub_menu_opacity = 99


   DIP_dropshadow_color = "none"
   DIP_dropshadow_offx = 5
   DIP_dropshadow_offy = 5	


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DIP_textcolor = "#ffffff"
   DIP_fontfamily = "Arial"         //Any available system font     
   DIP_fontsize = 10	      //Defined with pixel sizing  	
   DIP_fontsize_ie4 = 9		      //Defined with point sizing
   DIP_textdecoration = "normal"      //set to: 'normal', or 'underline'
   DIP_fontweight = "bold"          //set to: 'normal', or 'bold'
   DIP_fontstyle = "normal"	      //set to: 'normal', or 'italic' 	
   DIP_hl_textcolor = "#ffffff"
   DIP_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DIP_margin_top = 2
   DIP_margin_bottom = 3
   DIP_margin_left = 5
   DIP_margin_right = 4

   DIP_text_alignment = "left"        //set to: 'left', 'center' or 'right'
   

/*---------------------------------------------
Optional Icon Images - Relative Positioning
-----------------------------------------------*/

   DIP_show_urls_statusbar = false


   /************************************************
   *********-------Main Menu ROOT--------***********
   ************************************************/
   
   DIP_rollover_image0 = "images/root2.jpg" 
   DIP_rollover_wh0 = "89,25"
   DIP_url0 = "";
   
   /************************************************
   *********-------Main Menu 1 UROOT--------********
   ************************************************/
   
   DIP_rollover_image1 = "images/uroot.jpg" 
   DIP_rollover_wh1 = "89,25"
   DIP_url1 = "";

/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/

/************************************************
*********-------Sub Menu 4 ROOT--------**********
************************************************/

DIP_sub_xy0 = "0,0"
DIP_sub_menu_width0 = 100

DIP_subdesc0_0 = "Voľné vozidlá"
DIP_subdesc0_1 = "Počet prístupov"

DIP_url0_0 = "admin/admin.php"
DIP_url0_1 = "nsc.php?web=counter&lang=sk"

/************************************************
*********-------Sub Menu 4 UROOT--------**********
************************************************/

DIP_sub_xy1 = "0,0"
DIP_sub_menu_width1 = 100

DIP_subdesc1_0 = "Voľné vozidlá"
DIP_subdesc1_1 = "Počet prístupov"

DIP_url1_0 = "admin/admin.php"
DIP_url1_1 = "nsc.php?web=counter&lang=sk"

