/* ===== DQM Menu Settings ===== */

DQM_onload_code = ""

DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"

//----- General Settings -----

DQM_sub_menu_width = 150
DQM_sub_xy = "100, 0"
DQM_codebase = "resources/scripts/"
DQM_urltarget = "_self"
DQM_border_width = 1
DQM_divider_height = 0
DQM_mouse_off_delay = 200

//----- Browser Bug Fixes -----
  
DQM_os9_ie5mac_offset_X = 10
DQM_os9_ie5mac_offset_Y = 0
DQM_osx_ie5mac_offset_X = 10
DQM_osx_ie5mac_offset_Y = 0
DQM_ie4mac_offset_X = 10
DQM_ie4mac_offset_Y = 0
DQM_nn4_reaload_after_resize = true
DQM_nn4_resize_prompt_user = false
DQM_nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
DQM_use_opera_div_detect_fix = false;

//----- Transition Effects (ie5.5+) -----

DQM_sub_menu_effect = "none"
DQM_sub_item_effect = "none"
DQM_sub_menu_effect_duration = .4
DQM_sub_item_effect_duration = .4
DQM_effect_pixelate_maxsqare = 25
DQM_effect_iris_irisstyle = "CIRCLE"
DQM_effect_checkerboard_squaresx = 14
DQM_effect_checkerboard_squaresY = 14
DQM_effect_checkerboard_direction = "RIGHT"
DQM_sub_menu_opacity = 100
DQM_dropshadow_color = "none"
DQM_dropshadow_offx = 5
DQM_dropshadow_offy = 5	

//----- Font, Margin, and Alignment -----

DQM_fontfamily = "Verdana, Arial"
DQM_fontsize = 11
DQM_fontsize_ie4 = 9
DQM_fontweight = "normal"
DQM_fontstyle = "normal"
DQM_textdecoration = "normal"
DQM_hl_textdecoration = "none"
DQM_hl_bgcolor = "#d8c188"
DQM_textcolor = "#666666"
DQM_hl_textcolor = "#666666"
DQM_border_color = "#white"
DQM_menu_bgcolor = "E4cb8f"
DQM_margin_top = 2
DQM_margin_bottom = 3
DQM_margin_left = 5
DQM_margin_right = 4
DQM_text_alignment = "left"

//----- Sub Menus ------

// Home
DQM_rollover_image0 = "resources/gui_images/new_nav/home_ov.gif"
DQM_rollover_wh0 = "132,28"
DQM_url0 = "index.html"

// Wines
  DQM_sub_xy1 = "-130,28"
   DQM_subdesc1_0 = "White Tasting Notes"
   DQM_subdesc1_1 = "Sparkling Notes"
   DQM_subdesc1_2 = "Red Tasting Notes"
   DQM_subdesc1_3 = "Order Wine"
   DQM_subdesc1_4 = "Wine Awards"
   DQM_url1_0 = "white_tastings.html"
   DQM_url1_1 = "sparkling_tastings.html"
   DQM_url1_2 = "red_tastings.html"
   DQM_url1_3 = "order.html"
   DQM_url1_4 = "awards.html"
   DQM_rollover_image1 = "resources/gui_images/new_nav/wines_ov.gif"
   DQM_rollover_wh1 = "130,28"
   DQM_url1 = "wines.html"


// OliveOil
  DQM_sub_xy2 = "-158,28"
   DQM_subdesc2_0 = "Order Olive Oil"
   DQM_url2_0 = "order.html"
   DQM_rollover_image2 = "resources/gui_images/new_nav/olive_ov.gif"
   DQM_rollover_wh2 = "158,28"
   DQM_url2 = "oliveoil.html"

// Homestead
DQM_rollover_image3 = "resources/gui_images/new_nav/homestead_ov.gif"
DQM_rollover_wh3 = "177,28"
DQM_url3 = "http://www.padthawayhomestead.com"


// Contact
DQM_rollover_image5 = "resources/gui_images/new_nav/contact_ov.gif"
DQM_rollover_wh5 = "181,28"
DQM_url5 = "contact.html"

