limit_multiple_users = true


/*---------------------------------------
General Settings
----------------------------------------*/

   DQM_sub_menu_width = 151 //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 = "#E6E2D7"
   DQM_menu_bgcolor = "#E6E2D7"
   DQM_hl_bgcolor = "#D2CCBC"

   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 = "#251905"
   DQM_fontfamily = "tahoma"         //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 = "#251905"
   DQM_hl_textdecoration = "none"   //set to: 'normal', or 'underline'

   DQM_margin_top = 4
   DQM_margin_bottom = 4
   DQM_margin_left = 4
   DQM_margin_right = 4

   DQM_text_alignment = "left"        //set to: 'left', 'center' or 'right'


/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = 	""
   DQM_icon_rollover0 = ""
   DQM_icon_image_wh0 = ""

   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/welcome1_on.jpg"
   DQM_rollover_wh0 = "64,39"
   DQM_url0 = "index.php";
   DQM_urltarget0 = ""

   DQM_text_alignment0 = "left"
   DQM_margin_left0 = 4
   DQM_margin_right0 = 5

   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   DQM_rollover_image1 = "./images/buttons/ministries1_on.jpg"
   DQM_rollover_wh1 = "74,39"
   DQM_url1 = "";
   DQM_urltarget1 = ""

   DQM_text_alignment1 = "left"
   DQM_margin_left1 = 4
   DQM_margin_right1 = 5

   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/

   DQM_rollover_image2 = "./images/buttons/worship1_on.jpg"
   DQM_rollover_wh2 = "65,39"
   DQM_url2 = "";
   DQM_urltarget2 = ""

   DQM_text_alignment2 = "left"
   DQM_margin_left2 = 4
   DQM_margin_right2 = 5

   /************************************************
   *********-------Main Menu 3--------**************
   ************************************************/

   DQM_rollover_image3 = "./images/buttons/about1_on.jpg"
   DQM_rollover_wh3 = "74,39"
   DQM_url3 = "";
   DQM_urltarget3 = ""

   DQM_text_alignment3 = "left"
   DQM_margin_left3 = 4
   DQM_margin_right3 = 5

   /************************************************
   *********-------Main Menu 4--------**************
   ************************************************/

   DQM_rollover_image4 = "./images/buttons/contact1_on.jpg"
   DQM_rollover_wh4 = "65,39"
   DQM_url4 = "contact.php";
   DQM_urltarget4 = ""

   DQM_text_alignment4 = "left"
   DQM_margin_left4 = 4
   DQM_margin_right4 = 5

   /************************************************
   *********-------Main Menu 5--------**************
   ************************************************/

   DQM_rollover_image5 = "./images/buttons/missions_on.jpg"
   DQM_rollover_wh5 = "65,39"
   DQM_url5 = "missions.php";
   DQM_urltarget5 = ""

   DQM_text_alignment5 = "left"
   DQM_margin_left5 = 4
   DQM_margin_right5 = 5

/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                     */
/*                                                                   */
/*********************************************************************/


/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-74,28"
DQM_sub_menu_width1 = 100

DQM_subdesc1_0 = "Children"
DQM_subdesc1_1 = "Students"
DQM_subdesc1_2 = "Adults"
DQM_subdesc1_3 = "Senior Adults"
DQM_subdesc1_4 = "Music"
DQM_subdesc1_5 = "Sunday School"
DQM_subdesc1_6 = "Recreation"


DQM_url1_0 = "children.php"
DQM_url1_1 = "students.php"
DQM_url1_2 = "adults.php"
DQM_url1_3 = "seniors.php"
DQM_url1_4 = "music.php"
DQM_url1_5 = "sundayschool.php"
DQM_url1_6 = "recreation.php"

/************************************************
*********-------Sub Menu 2--------***************
************************************************/

DQM_sub_xy2 = "-65,28"
DQM_sub_menu_width2 = 100

DQM_subdesc2_0 = "Current Series"
DQM_subdesc2_1 = "Multimedia"

DQM_url2_0 = "currentseries.php"
DQM_url2_1 = "multimedia.php"

/************************************************
*********-------Sub Menu 3--------***************
************************************************/

DQM_sub_xy3 = "-74,28"
DQM_sub_menu_width3 = 100

DQM_subdesc3_0 = "Staff"
DQM_subdesc3_1 = "What We Believe"
DQM_subdesc3_2 = "Joy of Belonging"
DQM_subdesc3_3 = "Membership"

DQM_url3_0 = "staff.php?site=3"
DQM_url3_1 = "whatwebelieve.php"
DQM_url3_2 = "job.php"
DQM_url3_3 = "membership.php"
