/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 130

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = "/inc/quickmenu/"

   DQM_border_color = "#32374D"
   
   DQM_menu_bgcolor = "#BFBFBF"
   DQM_hl_bgcolor = "#BFBFBF"

   DQM_sub_xy = "0,0"
   DQM_border_width = 1
   DQM_divider_height = 1

   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 10
   DQM_ie5mac_offset_Y = 12


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#32374D"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 11
   DQM_fontsize_ie4 = 5
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#01A1CA"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 5



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = "/images3/on_calendar.gif"
   DQM_rollover_wh0 = "77,19"

   DQM_rollover_image1 = "/images3/on_community.gif"
   DQM_rollover_wh1 = "80,19"

   DQM_rollover_image2 = "/images3/on_resources.gif" 
   DQM_rollover_wh2 = "79,19"

   DQM_rollover_image3 = "/images3/on_about.gif" 
   DQM_rollover_wh3 = "53,19"

   


/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = "/images3/navi_icon.gif"
   DQM_icon_rollover0 = "/images3/navi_icon.gif"
   DQM_icon_image_wh0 = "6,6"


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

/* CALENDAR */
DQM_sub_xy0 = "-77,19"
DQM_sub_menu_width0 = 120
DQM_subdesc0_0 = "Events Calendar"
DQM_subdesc0_1 = "Tonight's Events"
DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0
DQM_url0_0 = "/forums/calendar.php"
DQM_url0_1 = "/forums/tonight.php"


/* COMMUNITY */
DQM_sub_xy1 = "-77,19"
DQM_sub_menu_width1 = 130;
DQM_subdesc1_0 = "Message Board"
DQM_subdesc1_1 = "Event Photos"
DQM_subdesc1_2 = "User Photos"
DQM_subdesc1_3 = "Classifieds"
DQM_subdesc1_4 = "Community Action"
DQM_subdesc1_5 = "Site Archive"
DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_icon_index1_2 = 0
DQM_icon_index1_3 = 0
DQM_icon_index1_4 = 0
DQM_icon_index1_5 = 0
DQM_url1_0 = "/forums/"
DQM_url1_1 = "/pictures/"
DQM_url1_2 = "/photos/"
DQM_url1_3 = "/classifieds/"
DQM_url1_4 = "/resources/res_community_main.php"
DQM_url1_5 = "/archive"


/* RESOURCES */
DQM_sub_xy2 = "-77,19"
DQM_sub_menu_width2 = 145
DQM_subdesc2_0 = "DDM Yellow Pages" 
DQM_subdesc2_1 = "In the News"
DQM_subdesc2_2 = "Links to Other Places"
DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0
DQM_icon_index2_2 = 0
DQM_url2_0 = "/yp/"
DQM_url2_1 = "/media/"
DQM_url2_2 = "/links/"


/* ABOUT */
DQM_sub_xy3 = "-52,19"
DQM_sub_menu_width3 = 120
DQM_subdesc3_0 = "Who's We?"
DQM_subdesc3_1 = "Contact Us"
DQM_subdesc3_2 = "Advertise"
DQM_subdesc3_3 = "Front Page Profile"
DQM_icon_index3_0 = 0
DQM_icon_index3_1 = 0
DQM_icon_index3_2 = 0
DQM_icon_index3_3 = 0
DQM_url3_0 = "/about/"
DQM_url3_1 = "/about/contact.php"
DQM_url3_2 = "/about/about_advertising.php"
DQM_url3_3 = "/about/about_profile.php"

