//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - www.opencube.com
//  We have paid for this menu: you should too, dont steal it from us and OpenCube


//Quick Variables by Mark
var MainColor = '#336699';
var BorderColor = '#0447F0';
var HighlightColor =  'Silver';
var FontOffColor = '#FFFFFF';
var FontOverColor = '#000000';
var FontWeight = 'bold';
var Bullet1 = '';
var Bullet2 = '';
var BulletSize = '';
var Margin = new Array(4,2,2,4);
var FontSize = 13;
var FontFamily = 'Arial';
var ItemHeight = 25;

var mark_dqm__main_background_image = 'none';//Use "none" or url
var mark_dqm__main_background_image_over = 'none';//Use "none" or url
var mark_dqm__main_background_image_1 = '/assets/shells/default/images/BgButtonN1.gif';//Use "none" or url
var mark_dqm__main_background_image_1_over = '/assets/shells/default/images/BgButtonN1_over.gif';//Use "none" or url
var mark_dqm__main_background_image_2 = '/assets/shells/default/images/BgButtonN2.gif';//Use "none" or url
var mark_dqm__main_background_image_2_over = '/assets/shells/default/images/BgButtonN2_over.gif';//Use "none" or url

//Basic Colours
dqm__main_bgcolor = MainColor
dqm__main_hl_bgcolor = HighlightColor
dqm__menu_bgcolor = '#FFFFFF'
dqm__hl_bgcolor = HighlightColor
dqm__border_color = BorderColor
//Everything else
dqm__icon_image0 = ''
dqm__icon_rollover0 = ''
dqm__icon_image_wh0 = ''

dqm__icon_image1 = Bullet1
dqm__icon_rollover1 = Bullet1
dqm__icon_image_wh1 = BulletSize

dqm__icon_image2 = Bullet2
dqm__icon_rollover2 = Bullet2
dqm__icon_image_wh2 = BulletSize

dqm__2nd_icon_image0 = Bullet1
dqm__2nd_icon_rollover0 = Bullet1
dqm__2nd_icon_image_wh0 = BulletSize
dqm__2nd_icon_image_xy0 = "0,4"

dqm__main_width = 137        //default main item widths
dqm__main_height = ItemHeight        //default main item heights
dqm__main_horizontal = false        //align menu bar horizontally or vertically
dqm__main_border_width = 0        //the thickness of the border in pixels
dqm__main_border_color = BorderColor        //HEX color or set width to 0 for no borders
dqm__main_use_dividers = true        //When true the item gap setting is ignored
dqm__main_item_gap = 0        //the gap between main menu items in pixels
dqm__align_items_bottom_and_right = true        //align items of different size to the bottom
dqm__main_textcolor = FontOffColor
dqm__main_hl_textcolor = FontOverColor
dqm__main_fontfamily = FontFamily        //Any available system font
dqm__main_fontsize = FontSize        //Defined with pixel sizing
dqm__main_textdecoration = "normal"        //set to: normal, or underline//ValueList:normal,italic
dqm__main_fontweight = FontWeight        //set to: normal, or bold//ValueList:normal,bold
dqm__main_fontstyle = "normal"        //set to: normal, or italic//ValueList:normal,italic
dqm__main_hl_textdecoration = "normal"
dqm__main_text_alignment = "right"        //set to: left, center or right//ValueList:left,center,right
dqm__main_margin_top = Margin[0]
dqm__main_margin_bottom = Margin[2]
dqm__main_margin_left = Margin[3]
dqm__main_margin_right = Margin[1]
dqm__sub_menu_width = 150        //default sub menu widths
//dqm__sub_xy = "-76,18"        //default sub x,y coordinates - defined relative
dqm__sub_xy = "-4,-1"        //default sub x,y coordinates - defined relative

//Sub Menus
dqm__sub_xy0 = "-1,0"
dqm__sub_xy1 = dqm__sub_xy0
dqm__sub_xy2 = dqm__sub_xy0


dqm__sub_xy3 = dqm__sub_xy0
dqm__sub_xy4 = dqm__sub_xy0
dqm__sub_xy5 = dqm__sub_xy0
dqm__sub_xy6 = dqm__sub_xy0
dqm__sub_xy7 = dqm__sub_xy0
dqm__sub_xy8 = dqm__sub_xy0
dqm__sub_xy9 = dqm__sub_xy0




dqm__urltarget = "_self"        //default URL target: _self, _parent, _new, or my frame name//ValueList:_self,_parent,_new
limit_multiple_users = true

dqm__border_width = 1
dqm__divider_height = 1
dqm__border_color = BorderColor        //Hex color or 'transparent'

dqm__mouse_off_delay = 150        //defined in milliseconds (activated after mouse stops)
dqm__nn4_mouse_off_delay = 500        //defined in milliseconds (activated after leaving sub)
dqm__textcolor = dqm__border_color
dqm__fontfamily = FontFamily        //Any available system font
dqm__fontsize = FontSize        //Defined with pixel sizing
dqm__fontsize_ie4 = FontSize        //Defined with point sizing
dqm__textdecoration = "normal"        //set to: normal, or underline//ValueList:normal,underline
dqm__fontweight = FontWeight        //set to: normal, or bold//ValueList:normal,bold
dqm__fontstyle = "normal"        //set to: normal, or italic//ValueList:normal,italic
dqm__hl_textcolor = FontOverColor
dqm__hl_textdecoration = "normal"        //set to: normal, or underline//ValueList:normal,underline
sequence = "9x88_4"
dqm__text_alignment = "left"        //set to: left, center or right//ValueList:left,center,right
dqm__margin_top = Margin[0]
dqm__margin_bottom = Margin[2]
dqm__margin_left = Margin[3]
dqm__margin_right = Margin[1]
dqm__show_urls_statusbar = false
//Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch
dqm__sub_menu_effect = "none"        ////ValueList:none,fade,pixelate,iris,slide,gradientwipe,checkerboard,radialwipe,randombars,randomdissolve,stretch
dqm__sub_item_effect = "none"        ////ValueList:none,fade,pixelate,iris,slide,gradientwipe,checkerboard,radialwipe,randombars,randomdissolve,stretch
dqm__sub_menu_effect_duration = .3
dqm__sub_item_effect_duration = .3
//Opacity and drop shadows.
dqm__sub_menu_opacity = 100        //1 to 100
dqm__dropshadow_color = "#C0C0C0"        //Hex color value or none
dqm__dropshadow_offx = 3        //drop shadow width
dqm__dropshadow_offy = 3        //drop shadow height
//Mac offset fixes, adjust until sub menus position correctly.
dqm__os9_ie5mac_offset_x = -3
dqm__os9_ie5mac_offset_Y = 0
dqm__osx_ie5mac_offset_x = 10
dqm__osx_ie5mac_offset_Y = 15
dqm__ie4mac_offset_x = -10
dqm__ie4mac_offset_Y = -45
//Mac offset fixes, adjust until main menu items line up correctly
dqm__mainitems_os9_ie5mac_offset_x = 0
dqm__mainitems_os9_ie5mac_offset_y = 0
dqm__mainitems_osx_ie5mac_offset_x = 10
dqm__mainitems_osx_ie5mac_offset_y = 15
//Netscape 4 resize bug workaround.
dqm__nn4_reaload_after_resize = true
dqm__nn4_resize_prompt_user = true
dqm__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.
dqm__use_opera_div_detect_fix = true
//Pre-defined sub menu item heights for the Espial Escape browser.
dqm__escape_item_height = 20
dqm__escape_item_height0_0 = 70
dqm__escape_item_height0_1 = 70
// if using the styleswitcher, you need this
dqm__onload_code = ""
