/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"

/*-------------------------------------------
Required menu Settings
--------------------------------------------*/
   limit_multiple_users = true;

   DQM_sub_menu_width = 175;
   DQM_urltarget = "_self" 
   DQM_onload_statement = ""
   DQM_codebase = "common/"

   DQM_border_color = "#6B6B73";
   DQM_border_width = 1;
   DQM_menu_bgcolor = "#ffffff";
   DQM_hl_bgcolor = "#747474";

   DQM_sub_xy = "0,0";
   DQM_border_width = 1;
   DQM_divider_height = 1;

   DQM_mouse_off_delay = 0;

 /*---------------------------------------
Browser Bug Fixes
----------------------------------------*/
  
DQM_os9_ie5mac_offset_X = 10
DQM_os9_ie5mac_offset_Y = 15

DQM_osx_ie5mac_offset_X = 0
DQM_osx_ie5mac_offset_Y = 0

DQM_ie4mac_offset_X = -8
DQM_ie4mac_offset_Y = -50

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."


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#533643"
   DQM_fontfamily = "Verdana,Arial"
   DQM_fontsize = 10
   DQM_fontsize_ie4 = 10
   DQM_textdecoration = "normal"
   DQM_fontweight = "bold"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#ffffff"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 10
   DQM_margin_right = 13

   DQM_text_alignment = "left"        //set to: 'left', 'center' or 'right'

/*----Unlimited icon images may be defined and associated with any sub menu
   ------item by specifying the icons index with the 'DQM_2nd_icon_index' parameter 
   ------see the 'sub menu customization' section below for examples---------*/

   DQM_icon_image0 = "images/arrow.gif"
   DQM_icon_rollover0 = "images/arrow_r.gif"
   DQM_icon_image_wh0 = "10,9"
   DQM_icon_image_xy0 = "10,9"

/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

DQM_sub_xy0 = "0,30"
DQM_sub_menu_width0 = "100"
DQM_subdesc0_0 = "Commercial"
DQM_subdesc0_1 = "Government"
DQM_url0_0 = "CommercialSolutions.shtml"
DQM_url0_1 = "GovernmentSolutions.shtml"
