limit_multiple_users = true

/*---------------------------------------
General Settings
----------------------------------------*/

   DQM_sub_menu_width = 158 //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates


   DQM_codebase = "./scripts/"             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 1

   DQM_border_color = "#A0A0A0"
   DQM_menu_bgcolor = "#C0C0C0"
   DQM_hl_bgcolor = "#A0A0A0"

   DQM_mouse_off_delay = 100


/*---------------------------------------
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."

   DQM_use_opera_div_detect_fix = false;

/*---------------------------------------
Transition Effects (ie5.5 &up)
----------------------------------------*/

   DQM_sub_menu_effect = "fade"
   DQM_sub_item_effect = "none"

   DQM_sub_menu_effect_duration = .35
   DQM_sub_item_effect_duration = .25

   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 = "black"
   DQM_dropshadow_offx = 0
   DQM_dropshadow_offy = 0


/*---------------------------------------
Font, Margin, and Alignment
----------------------------------------*/

   DQM_textcolor = "#343434"
   DQM_fontfamily = "Arial, Helvetica, sans-serif"         //Any available system font
   DQM_fontsize = 11		      //Defined with pixel sizing
   DQM_fontsize_ie4 = 11		      //Defined with point sizing
   DQM_textdecoration = "normal"      //set to: 'normal', or 'underline'
   DQM_fontweight = "normal"          //set to: 'normal', or 'bold'
   DQM_fontstyle = "normal"	      //set to: 'normal', or 'italic'
   DQM_hl_textcolor = "#343434"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 5
   DQM_margin_right = 4

   DQM_text_alignment = "left"        //set to: 'left', 'center' or 'right'


/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = 	"/images/misc/bullet.gif"
   DQM_icon_rollover0 = "/images/misc/bullet_on.gif"
   DQM_icon_image_wh0 = "8,10"

   DQM_icon_image1 = ""
   DQM_icon_rollover1 = ""
   DQM_icon_image_wh1 = ""

   DQM_icon_image2 = ""
   DQM_icon_rollover2 = ""
   DQM_icon_image_wh2 = ""

   DQM_2nd_icon_image0 = ""
   DQM_2nd_icon_rollover0 = ""
   DQM_2nd_icon_image_wh0 = ""
   DQM_2nd_icon_image_xy0 = ""

   DQM_2nd_icon_image1 = ""
   DQM_2nd_icon_rollover1 = ""
   DQM_2nd_icon_image_wh1 = ""
   DQM_2nd_icon_image_xy1 = ""


/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

dqm__show_urls_statusbar = false


/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */
/*********************************************************************/

   /************************************************
   *********-------Main Menu 0--------**************
   ************************************************/

   DQM_rollover_image0 = "./images/buttons/home_on.jpg"
   DQM_rollover_wh0 = "182,14"
   DQM_url0 = "main.html";
   DQM_urltarget0 = "main"

   DQM_text_alignment0 = "left"
   DQM_margin_left0 = 4
   DQM_margin_right0 = 5

   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   DQM_rollover_image1 = "./images/buttons/about_on.jpg"
   DQM_rollover_wh1 = "182,14"
   DQM_url1 = "about.html";
   DQM_urltarget1 = "main"

   DQM_text_alignment1 = "left"
   DQM_margin_left1 = 4
   DQM_margin_right1 = 5

   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/

   DQM_rollover_image2 = "./images/buttons/artist_on.jpg"
   DQM_rollover_wh2 = "182,14"
   DQM_url2 = "artists.html";
   DQM_urltarget2 = "main"

   DQM_text_alignment2 = "left"
   DQM_margin_left2 = 4
   DQM_margin_right2 = 5

   /************************************************
   *********-------Main Menu 3--------**************
   ************************************************/

   DQM_rollover_image3 = "./images/buttons/photos_on.jpg"
   DQM_rollover_wh3 = "182,14"
   DQM_url3 = "photos.html";
   DQM_urltarget3 = "main"

   DQM_text_alignment3 = "left"
   DQM_margin_left3 = 4
   DQM_margin_right3 = 5


   /************************************************
   *********-------Main Menu 4--------**************
   ************************************************/

   DQM_rollover_image4 = "./images/buttons/links_on.jpg"
   DQM_rollover_wh4 = "182,14"
   DQM_url4 = "links.html";
   DQM_urltarget4 = "main"

   DQM_text_alignment4 = "left"
   DQM_margin_left4 = 4
   DQM_margin_right4 = 5

   /************************************************
   *********-------Main Menu 5--------**************
   ************************************************/

   DQM_rollover_image5 = "./images/buttons/isofloor_on.jpg"
   DQM_rollover_wh5 = "182,14"
   DQM_url5 = "isofloor.html";
   DQM_urltarget5 = "main"

   DQM_text_alignment5 = "left"
   DQM_margin_left5 = 4
   DQM_margin_right5 = 5

   /************************************************
   *********-------Main Menu 6--------**************
   ************************************************/

   DQM_rollover_image6 = "./images/buttons/contact_on.jpg"
   DQM_rollover_wh6 = "182,14"
   DQM_url6 = "contact.html";
   DQM_urltarget6 = "main"

   DQM_text_alignment6 = "left"
   DQM_margin_left6 = 4
   DQM_margin_right6 = 5

   /************************************************
   *********-------Main Menu 7--------**************
   ************************************************/

   DQM_rollover_image7 = "./images/buttons/login_on.jpg"
   DQM_rollover_wh7 = "182,14"
   DQM_url7 = "";
   DQM_urltarget7 = "main"

   DQM_text_alignment7 = "left"
   DQM_margin_left7 = 4
   DQM_margin_right7 = 5

