/*-------------------------------------------
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 = ""

   DQM_border_color = "#ffffff"
   
   DQM_menu_bgcolor = "#ffcc66"
   DQM_hl_bgcolor = "#FCE9AE"

   DQM_sub_xy = "0,0"
   DQM_border_width = 0
   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 = "#333333"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 10
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#000000"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 1
   DQM_margin_bottom = 1
   DQM_margin_left = 12



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = "images/mm_02_2.gif"
   DQM_rollover_wh0 = "134,19"

   DQM_rollover_image1 = "images/mm_03_2.gif"
   DQM_rollover_wh1 = "142,19"

   

  
  
  




/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

DQM_sub_xy0 = "-134,19"
DQM_sub_menu_width0 = 160
DQM_subdesc0_0 = "Day 1 - Thursday,June 24"
DQM_subdesc0_1 = "Day 2 - Friday, June 25"
DQM_subdesc0_2 = "Day 3 - Saturday,June 26"
DQM_subdesc0_3 = "Day 4 - Sunday, June 27"
DQM_subdesc0_4 = "Race Regulations"
DQM_subdesc0_5 = "Defending Champions"

DQM_url0 = "raceinfo.html"
DQM_url0_0 = "raceinfo_day1.html"
DQM_url0_1 = "raceinfo_day2.html"
DQM_url0_2 = "raceinfo_day3.html"
DQM_url0_3 = "raceinfo_day4.html"
DQM_url0_4 = "raceinfo_regulations.html"
DQM_url0_5 = "raceinfo_defending_champions.html"


DQM_sub_xy1 = "-142,19"
DQM_sub_menu_width1 = 134;
DQM_subdesc1_0 = "Race Headquarters"
DQM_subdesc1_1 = "Lodging"
DQM_subdesc1_2 = "Committee"


DQM_url1 = "geninfo.html"
DQM_url1_0 = "geninfo_headquarters.html"
DQM_url1_1 = "geninfo_lodging.html"
DQM_url1_2 = "geninfo_commitee.html"








