/*-------------------------------------------
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 = RootPath + "QuickMenu/"

   DQM_border_color = "#000000"
   
   DQM_menu_bgcolor = "#d9eaf9"
   DQM_hl_bgcolor = "#000099"

   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

   limit_multiple_users = true

/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#000000"
   DQM_fontfamily = "Arial"
   DQM_fontsize = 12
   DQM_fontsize_ie4 = 10
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#ffffff"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 5

/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = RootPath + "images/search1.gif"
   DQM_rollover_wh0 = "50,15"
   DQM_rollover_image1 = RootPath + "images/Reporter1.gif"
   DQM_rollover_wh1 = "60,15"
   DQM_rollover_image2 = RootPath + "images/Home1.gif"
   DQM_rollover_wh2 = "50,15"

/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = ""
   DQM_icon_rollover0 = ""
   DQM_icon_image_wh0 = "13,8"


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

DQM_sub_xy0 = "-63,15"
DQM_sub_menu_width0 = 120;
DQM_subdesc0_0 = "Hikes by Location"
DQM_subdesc0_1 = "Hikes by Content"
DQM_url0 = RootPath + "Search.asp" /* This is the default if not submenu selected */
DQM_url0_0 = RootPath + "Search.asp"
DQM_url0_1 = RootPath + "SearchContent.asp"

DQM_sub_xy1 = "-63,15"
DQM_sub_menu_width1 = 145;
DQM_subdesc1_0 = "Become a Reporter"
DQM_subdesc1_1 = "Browse Reporters"
DQM_url1 = RootPath + "Reporter.asp" /* This is the default if no submenu selected */
DQM_url1_0 = RootPath + "Reporter.asp"
DQM_url1_1 = RootPath + "HikeReporter_Browse.asp"


DQM_sub_xy2 = "-63,15"
DQM_sub_menu_width2 = 120;
DQM_subdesc2_0 = "Default Metro Area"
DQM_subdesc2_1 = "All Metro Areas"
DQM_url2 = RootPath + "Default.asp" /* This is the default if not submenu selected */
DQM_url2_0 = RootPath + "Default.asp"
DQM_url2_1 = RootPath + "Default.asp?MSA=ALL"


/*DQM_sub_xy3 = "-63,15"
DQM_sub_menu_width3 = 160;
DQM_subdesc3_0 = "Hiking Gear Store"
DQM_subdesc3_1 = "Guidebooks & Map Store"
DQM_url3 = "http://localhikes.altrec.com/mpgate/local/shop/dir/camp/" 
DQM_url3_0 = "http://localhikes.altrec.com/mpgate/local/shop/dir/camp/"
DQM_url3_1 = "http://www.offroute.com/?ref=LH"
DQM_urltarget3 = "_new"
DQM_urltarget3_0 = "_new"
DQM_urltarget3_1 = "_new"
*/
