/* ===== 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"
DQM_fontsize = 11
DQM_fontsize_ie4 = 9
DQM_fontweight = "normal"
DQM_fontstyle = "normal"
DQM_textdecoration = "normal"
DQM_hl_textdecoration = "none"
DQM_hl_bgcolor = "#c5d7ed"
DQM_textcolor = "#04334e"
DQM_hl_textcolor = "#04334e"
DQM_border_color = "#393e3f"
DQM_menu_bgcolor = "white"
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/nav/home_ov.gif"
DQM_rollover_wh0 = "94,28"
DQM_url0 = "default.aspx"

// View Stock
DQM_sub_xy1 = "-92,32"
DQM_subdesc1_0 = "New Fords"
DQM_subdesc1_1 = "New Land Rovers"
DQM_subdesc1_2 = "Used Cars"
DQM_url1_0 = "new_fords.aspx"
DQM_url1_1 = "new_landrovers.aspx"
DQM_url1_2 = "search.aspx"
DQM_rollover_image1 = "resources/gui_images/nav/viewstock_on.gif"
DQM_rollover_wh1 = "92,28"
DQM_url1 = "search.aspx"

// Services
DQM_rollover_image2 = "resources/gui_images/nav/services_ov.gif"
DQM_rollover_wh2 = "92,28"
DQM_url2 = "services.htm"

// Testimonials
DQM_rollover_image3 = "resources/gui_images/nav/testimonial_ov.gif"
DQM_rollover_wh3 = "92,28"
DQM_url3 = "testimonials.htm"

// Location
DQM_rollover_image4 = "resources/gui_images/nav/location_ov.gif"
DQM_rollover_wh4 = "92,28"
DQM_url4 = "location.htm"

// Contact
DQM_rollover_image5 = "resources/gui_images/nav/contact_ov.gif"
DQM_rollover_wh5 = "92,28"
DQM_url5 = "contact.htm"