code0 = 1283
code1 = 880
code2 = 1860
code3 = 1457

/*-------------------------------------------
Copyright Notice - The following parameter is 
required in order for the menu to function.
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"
 
/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   DQM_sub_menu_width = 161      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = "http://www.race-game.org/scripts/"             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 0
   DQM_divider_height = 0

   DQM_border_color = "transparent"  //Hex color value or 'transparent'
   DQM_menu_bgcolor = "transparent"  //Hex color value or 'transparent'
   DQM_hl_bgcolor = "transparent"    //Hex color value
   

   /*---The following parameter defines the delay
   -----time between the mouse moving outside of
   -----a sub menu and the sub menu actually closing.
   -----In all browsers except Netscape 4.x this time 
   -----period starts after the mouse leaves the sub 
   -----menu and the user stops moving the mouse. 
   -----This setting is useful for reducing end-user 
   -----error in the selection of sub menus. Defined 
   -----in milliseconds (1/1000s)---*/

   DQM_mouse_off_delay = 200
   
  
   /*---Internet Explorer Mac Offset Fix - The following
   -----parameters correct position reporting bugs in
   -----ie4.x and ie5.x on the Mac OS9 and OSX platforms.
   -----Adjust the offsets below until the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_os9_ie5mac_offset_X = -26
   DQM_os9_ie5mac_offset_Y = -18

   DQM_osx_ie5mac_offset_X = -36
   DQM_osx_ie5mac_offset_Y = -33

   DQM_ie4mac_offset_X = -28
   DQM_ie4mac_offset_Y = -50


   /*---Netscape 4.x fix option - bugs in Netscape 4.x
   -----can cause layers (sub menus) to be rendered
   -----incorrectly upon resizing the browser window.
   -----The only way to work around this issue is to reload
   -----the page after a resize. The following parameters allow
   -----the menu to automatically reload the page for the user
   -----after a resize, prompts the user to reload the page
   -----manually after resize, or attempts to correct the menu
   -----after a resize without reloading.-----*/
   
   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."
   

   /*---Opera 4 & up fix - The following parameter option
   -----corrects div mouse detection bugs on Opera. Set the
   -----parameter value to true if your sub menus are located
   -----at the lowest point on the HTML page.---*/

   DQM_use_opera_div_detect_fix = true;


/*-------------------------------------------
Internet Explorer Transition Effects - IE5.5 & UP

Note: All non supporting browsers will ignore
the effect settings below while retaining the
complete sub menu functionality and look.
--------------------------------------------*/

	
   /*----Options include - none | fade | pixelate |
   ------iris | slide | gradientwipe | checkerboard |
   ------radialwipe | randombars | randomdissolve |stretch */

   DQM_sub_menu_effect = "fade"
   DQM_sub_item_effect = "none"


   /*----Define the effect duration in seconds below---*/
   
   DQM_sub_menu_effect_duration = 0.5
   DQM_sub_item_effect_duration = 0.5

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   DQM_effect_pixelate_maxsqare = 25
   DQM_effect_iris_irisstyle = "CIRCLE"          //CROSS, CIRCLE, PLUS, SQUARE, or STAR
   DQM_effect_checkerboard_squaresx = 14
   DQM_effect_checkerboard_squaresY = 14
   DQM_effect_checkerboard_direction = "RIGHT"   //UP, DOWN, LEFT, RIGHT
   

   /*----Note: Due to browser limitations, when using a 
   ------drop shadow effect or sub menu opacity values
   ------less than 100, combined with sub menu and or
   ------sub menu item transitions, undesirable transition
   ------results may occur. To remedy the issue use
   ------semi transparent sub menus or borders without
   ------transition effects or use transition effects without
   ------borders and set the sub menu opacity value to 100.---*/
   
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 100

   DQM_dropshadow_color = "none"                //Hex color value or 'none'
   DQM_dropshadow_offx = 4                      //drop shadow width
   DQM_dropshadow_offy = 4	                //drop shadow height



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


   /*----This menu uses the documents onload event to
   ------initially generate the menus. If your HTML page requires
   ------the onload statement for calling other script functions
   ------or statements you may execute your code using the
   ------parameter below------*/

   //DQM_onload_code = "alert('custom function - onload')"


   /*----the following parameters may be used to execute
   ------custom code upon menu pop-up and hide.
   ------These are useful for hiding drop down boxes which
   ------may not be displayed under the menus due to
   ------browser limitations with certain form fields.---*/

   //DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'"
   //DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'"

   //DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"
   //DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"

 
   /*----the following parameters may be used to execute
   ------custom code upon clicking a menu item. If a URL link 
   ------and custom code are both defined the code will be 
   ------executed first, then the URL link will be loaded. This 
   ------parameter option is useful for opening custom pop up windows.---*/

   //DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"



/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#ffffff"
   DQM_fontfamily = "Verdana"            //Any available system font     
   DQM_fontsize = 10		         //Defined with pixel sizing  	
   DQM_fontsize_ie4 = 10		         //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 = "#ffffff"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 0
   DQM_margin_bottom = 0
   DQM_margin_left = 0
   DQM_margin_right = 0

   DQM_text_alignment = "left"           //set to: 'left', 'center' or 'right'
   



/*---------------------------------------------
Optional Icon Images - Relative Positioning

The relative positioned icon images are automatically
placed directly before or after the sub menu items
text (placement is determined by text alignment). 
By adding transparent space to the left or right
of the icon image itself, a custom image to text gap
may be obtained (Note: The gap space between icon
images and text may also be achieved by using the
menus optional 2nd icon image, see the 'optional 2nd
icon images' section for more information). The 
relative positioned icons are useful for creating
text bullets for aesthetic purposes or symbolic icons
for different sub menu items.
-----------------------------------------------*/


   /*----Unlimited icon images may be defined and associated with any sub menu
   ------item by specifying the icons index with the 'DQM_icon_index' parameter 
   ------see the 'sub menu customization' section below for examples---------*/


   //DQM_icon_image0 = "/images/menu/bullet.gif"
   //DQM_icon_rollover0 = "/images/menu/bullet_hl.gif"
   //DQM_icon_image_wh0 = "13,8"

   //DQM_icon_image1 = "/images/menu/arrow.gif"
   //DQM_icon_rollover1 = "/images/menu/arrow.gif"
   //DQM_icon_image_wh1 = "13,10"


/*---------------------------------------------
Optional 2nd Icon Images - Absolute Positioning

The 2nd absolute positioned icons may be positioned 
anywhere within the sub menu items bounding area. 
These icon images are useful for creating arrows 
or other symbols which indicate the existence of a 
child sub menu. Sub menu text alignment or length 
will not affect the images placement.  If your images 
undesirably appear over the top of sub menu text 
items then adjust the icons coordinates, sub menu 
widths, or margins accordingly.

Note: Icon image coordinates are defined relative to
the top right corner of the sub menu item when the
sub menu text is left aligned, or relative to the
top left corner when the sub menus text is right
aligned.
-----------------------------------------------*/


   /*----Unlimited icon images may be defined and associated with any sub menu
   ------item by specifying the icons index with the 'DQM_2nd_icon_index' parameter 
   ------see the 'sub menu customization' section below for examples---------*/

   //DQM_2nd_icon_image0 = "/images/menu/arrow.gif"
   //DQM_2nd_icon_rollover0 = "/images/menu/arrow.gif"
   //DQM_2nd_icon_image_wh0 = "13,10"
   //DQM_2nd_icon_image_xy0 = "0,4"


/*---------------------------------------------
Optional Status Bar Text

Note: Custom defined status bar text for a menu item 
will be displayed in place of the URL when the 
'DQM_show_urls_statusbar' parameter is set to true.
-----------------------------------------------*/

   DQM_show_urls_statusbar = true
   
   //DQM_status_text0 = "Sample text - Main Menu Item 0"
   //DQM_status_text1 = "Sample text - Main Menu Item 1"

   //DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
   //DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	




/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The following parameters define the main menu items rollover images and 
URL's. Each rollover image is connected to a pre-defined HTML image within
your web page by matching the rollover parameters index to the defined
index of your html pages menu image (See the documentation or view the
source of 'sample.htm' for information on setting up HTML image tags 
as menu items). The rollover image parameters are provided as an optional 
effect and are not required in order for the menu to function.

Note: To define URL links for a main menu image, define both a URL link
      parameter below (i.e. "DQM_url0 = 'myurl.htm'") and attach a
      hyperlink tag (<a href='myurl.htm'>...<a>) to the menu's associated
      image within your HTML page. This redundancy is required for 
      complete cross browser functionality of main menu URL links.

      Specific main menu image URL targets may also be defined by defining
      a 'DQM_urltargetX' parameter, where X is the the associated main
      menu items index number. Allowable 'DQM_urltarget' param values
      include... _self, _parent, _new, or "my frame name".

---------------------------------------------------------------------*/
  


   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   DQM_rollover_image1 = "http://www.race-game.org/images/cat/menu_april_on_01.gif"
   DQM_rollover_wh1 = "197,31"
   DQM_url1 = "http://www.race-game.org/race06front.htm";


   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/    

   DQM_rollover_image2 = "http://www.race-game.org/images/cat/menu_april_on_02.gif" 
   DQM_rollover_wh2 = "197,33"
   DQM_url2 = "#";   


   /************************************************
   *********-------Main Menu 3--------***************
   ************************************************/

   DQM_rollover_image3 = "http://www.race-game.org/images/cat/menu_april_on_03.gif" 
   DQM_rollover_wh3 = "197,33"
   DQM_url3 = "#";   


 /************************************************
   *********-------Main Menu 4--------***************
   ************************************************/

   DQM_rollover_image4 = "http://www.race-game.org/images/cat/menu_april_on_04.gif" 
   DQM_rollover_wh4 = "197,33"
   DQM_url4 = "#";   
   
      /************************************************
   *********-------Main Menu 5--------**************
   ************************************************/

   DQM_rollover_image5 = "http://www.race-game.org/images/cat/menu_april_on_05.gif"
   DQM_rollover_wh5 = "197,33"
   DQM_url5 = "#";


   /************************************************
   *********-------Main Menu 6--------**************
   ************************************************/    

   DQM_rollover_image6 = "http://www.race-game.org/images/cat/menu_april_on_06.gif" 
   DQM_rollover_wh6 = "197,33"
   DQM_url6 = "#";   
 
   /************************************************
   *********-------Main Menu 7--------**************
   ************************************************/    

   DQM_rollover_image7 = "http://www.race-game.org/images/cat/menu_april_on_07.gif" 
   DQM_rollover_wh7 = "197,33"
   DQM_url7 = "#";   
   
      /************************************************
   *********-------Main Menu 8--------**************
   ************************************************/    

   DQM_rollover_image8 = "http://www.race-game.org/images/cat/menu_april_on_08.gif" 
   DQM_rollover_wh8 = "197,33"
   DQM_url8 = "#";   
   
         /************************************************
   *********-------Main Menu 9--------**************
   ************************************************/    

   DQM_rollover_image9 = "http://www.race-game.org/images/cat/menu_april_on_09.gif" 
   DQM_rollover_wh9 = "197,33"
   DQM_url9 = "#";   
   
         /************************************************
   *********-------Main Menu 10--------**************
   ************************************************/    

   DQM_rollover_image10 = "http://www.race-game.org/images/cat/menu_april_on_11.gif" 
   DQM_rollover_wh10 = "197,49"
   DQM_url10 = "#";   
   

/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The parameters below define the menus tree structure, text descriptions, 
associated icon images, URL links, and sub menu positioning. An infinite 
number of sub menu items and levels may be defined for each main menu item
by appending the appropriate index values to the 'DQM_subdesc' parameter. 
The included sample menus ('sample.htm') tree structure is defined below and
may be used as a simple guide for how to index your items.

The sub menu items text descriptions may be defined using plain text or
HTML. To use HTML simply place the entire string on one line and replace
all double quotes with single quotes.



ADDITIONAL SUB MENU CUSTOMIZATION OPTIONS:

The following parameters are referenced for documentation purposes and are 
additional customizable features which may be included as part of the sample 
sub menus defined below. (Note: to use these parameters add them to the sub 
menu sections below, they are not active when inside this comment field.)


Sub Menu Group Options:

The following setting apply to individual sub menu groups. Reference a sub
menu group within the parameter by appending the index value of the group
to the parameter name.
   
 1---The following parameters define unique colors, highlight colors
   border sizes, and divider heights for a sub menu. The X at the end
   of the parameter name represents the index of the sub menu. Child sub
   menus may also be referenced, i.e. 'DQM_menu_bgcolor1_0' refers to the
   2nd main menus, 1st sub menu items, child sub menu.
   
   DQM_border_widthX = 10;
   DQM_divider_heightX = 5;		
 
   DQM_border_colorX = "#0000ff";     
   DQM_menu_bgcolorX = "#ff0000"
   DQM_hl_bgcolorX = "#00ff00"
   DQM_textcolorX = "#00ff00"	 
   DQM_hl_textcolorX = "#ff0000"

 2---For more information on the following two parameter options see the 
   section above labeled 'Optional event triggered custom function calls'

   DQM_showmenu_codeX = "status = 'custom show menu function call'"
   DQM_hidemenu_codeX = "status = 'custom hide menu function call'"

 3---Define the text alignment of the sub menu as 'left', 'center', or 'right'

   DQM_text_alignmentX = "left"



Sub Menu Item Options:

The following settings apply to individual sub menu items, reference a sub
menu item within the parameter by appending the index value of the item
to the parameter name.

 1---The following parameter creates custom highlight text, any html tags
   may also be used to create formatted text and images. (Note: when using
   HTML convert all double quotes to single quotes and keep to one line.)
   Any number of 'DQM_hl_subdescX' parameters may be defined so long as there
   is a corresponding 'DQM_subdescX' parameter. The X at the end of the
   parameters name is variable and represents the index of the sub menu item.

   DQM_hl_subdescX = "custom highlight text"

 2---For more information on the following parameter option see the 
   section above labeled 'Optional event triggered custom function calls'

   DQM_clickitem_codeX = "alert('Sample onclick function call.')"

 3---Unique sub menu item URL targets may be defined with the 
   following parameter option. Allowable 'DQM_urltargetX' param values
   include... _self, _parent, _new, or "my frame name".

   DQM_urltargetX = "_new"


---------------------------------------------------------------------*/


/************************************************
*********-------Sub Menu 0--------***************
************************************************/


DQM_subdesc0_0 = " "



/************************************************
*********-------Sub Menu 1--------***************
************************************************/


DQM_sub_xy1 = "-15,10"
DQM_subdesc1_0 = "<img src='http://www.race-game.org/images/menu/sub_press_off_01.gif'>"
DQM_hl_subdesc1_0 = "<img src='http://www.race-game.org/images/menu/sub_press_on_01.gif' alt='News and press releases about RACE'>"
//DQM_subdesc1_1 = "<img src='http://www.race-game.org/images/menu/sub_news_off_03.gif'>"
//DQM_hl_subdesc1_1 = "<img src='http://www.race-game.org/images/menu/sub_news_on_03.gif' alt='RACE Events around the globe'>"
DQM_subdesc1_1 = "<img src='http://www.race-game.org/images/menu/sub_press_off_03.gif'>"
DQM_hl_subdesc1_1 = "<img src='http://www.race-game.org/images/menu/sub_press_on_03.gif' alt='RACE logo and press material'>"
DQM_url1_0 = "http://www.race-game.org/news/latestnews.htm"
//DQM_url1_1 = "http://www.race-game.org/news/events.htm"
DQM_url1_1 = "http://www.race-game.org/news/presskit.htm"


/************************************************
*********-------Sub Menu 2--------***************
************************************************/

DQM_sub_xy2 = "-15,10"
DQM_subdesc2_0 = "<img src='http://www.race-game.org/images/menu/sub_game_off_00.gif'>"
DQM_hl_subdesc2_0 = "<img src='http://www.race-game.org/images/menu/sub_game_on_00.gif' alt='Launch date, Publisher, Platforms and much more'>"
DQM_subdesc2_1 = "<img src='http://www.race-game.org/images/menu/sub_game_off_01.gif'>"
DQM_hl_subdesc2_1 = "<img src='http://www.race-game.org/images/menu/sub_game_on_01.gif' alt='All the features and new innovations available in RACE'>"
DQM_subdesc2_2 = "<img src='http://www.race-game.org/images/menu/sub_game_off_02.gif'>"
DQM_hl_subdesc2_2 = "<img src='http://www.race-game.org/images/menu/sub_game_on_02.gif' alt='Information about the many different game modes available in RACE'>"
DQM_subdesc2_3 = "<img src='http://www.race-game.org/images/menu/sub_tracks2_off_01.gif'>"
DQM_subdesc2_4 = "<img src='http://www.race-game.org/images/menu/sub_tracks2_off_03.gif'>"
DQM_hl_subdesc2_4 = "<img src='http://www.race-game.org/images/menu/sub_tracks2_on_03.gif' alt='See how the RACE game is developed'>"
DQM_url2_0 = "http://www.race-game.org/game/information.htm"
DQM_url2_1 = "http://www.race-game.org/game/features.htm"
DQM_url2_2 = "http://www.race-game.org/game/modes.htm"
DQM_url2_4 = "http://www.race-game.org/game/ontheroad.htm"

/************************************************
*********-------Sub Menu 3--------***************
************************************************/

DQM_sub_xy3 = "-15,10"
DQM_subdesc3_0 = "<img src='http://www.race-game.org/images/menu/sub_car3_off.gif'>"
DQM_hl_subdesc3_0 = "<img src='http://www.race-game.org/images/menu/sub_car3_on.gif' alt='Read all about the cars featured in RACE'>"
DQM_subdesc3_1 = "<img src='http://www.race-game.org/images/menu/sub_cars_off_01.gif'>"
DQM_hl_subdesc3_1 = "<img src='http://www.race-game.org/images/menu/sub_cars_on_01.gif' alt='Information about the WTCC Alfa Romeo 156 & 156gta'>"
DQM_subdesc3_2 = "<img src='http://www.race-game.org/images/menu/sub_cars_off_02.gif'>"
DQM_hl_subdesc3_2 = "<img src='http://www.race-game.org/images/menu/sub_cars_on_02.gif' alt='Information about the WTCC BMW 320si & 320i'>"
DQM_subdesc3_3 = "<img src='http://www.race-game.org/images/menu/sub_cars_off_03.gif'>"
DQM_hl_subdesc3_3 = "<img src='http://www.race-game.org/images/menu/sub_cars_on_03.gif' alt='Information about the WTCC Chevrolet Lacetti'>"
DQM_subdesc3_4 = "<img src='http://www.race-game.org/images/menu/sub_cars_off_04.gif'>"
DQM_hl_subdesc3_4 = "<img src='http://www.race-game.org/images/menu/sub_cars_on_04.gif' alt='Information about the WTCC Seat Leon & Toledo'>"
DQM_subdesc3_5 = "<img src='http://www.race-game.org/images/menu/sub_cars_off_05.gif'>"
DQM_hl_subdesc3_5 = "<img src='http://www.race-game.org/images/menu/sub_cars_on_05.gif' alt='Information about the WTCC Honda Accord Euro R'>"
DQM_subdesc3_6 = "<img src='http://www.race-game.org/images/menu/sub_cars_off_07.gif'>"
DQM_hl_subdesc3_6 = "<img src='http://www.race-game.org/images/menu/sub_cars_on_07.gif' alt='Information about the WTCC Peugeot 407'>"
DQM_subdesc3_7 = "<img src='http://www.race-game.org/images/menu/sub_subseries_off_01.gif'>"
DQM_subdesc3_8 = "<img src='http://www.race-game.org/images/menu/sub_subseries_off_02.gif'>"
DQM_hl_subdesc3_8 = "<img src='http://www.race-game.org/images/menu/sub_subseries_on_02.gif' alt='Information about the WTCC 1987 class'>"
DQM_subdesc3_9 = "<img src='http://www.race-game.org/images/menu/sub_subseries_off_03.gif'>"
DQM_hl_subdesc3_9 = "<img src='http://www.race-game.org/images/menu/sub_subseries_on_03.gif' alt='Information about the 2006 Mini Challenge'>"

DQM_url3_0 = "http://www.race-game.org/cars/index.htm"
DQM_url3_1 = "http://www.race-game.org/cars/alfa.htm"
DQM_url3_2 = "http://www.race-game.org/cars/bmw.htm"
DQM_url3_3 = "http://www.race-game.org/cars/chevrolet.htm"
DQM_url3_4 = "http://www.race-game.org/cars/seat.htm"
DQM_url3_5 = "http://www.race-game.org/cars/honda.htm"
DQM_url3_6 = "http://www.race-game.org/cars/peugeot.htm"

DQM_url3_8 = "http://www.race-game.org/cars/87.htm"
DQM_url3_9 = "http://www.race-game.org/cars/minicooper.htm"


/************************************************
*********-------Sub Menu 4--------***************
************************************************/

DQM_sub_xy4 = "-15,10"

DQM_subdesc4_0 = "<img src='http://www.race-game.org/images/menu/sub_track3_off.gif'>"
DQM_hl_subdesc4_0 = "<img src='http://www.race-game.org/images/menu/sub_track3_on.gif' alt='Read all about the tracks featured in RACE'>"
DQM_subdesc4_1 = "<img src='http://www.race-game.org/images/menu/sub_tracks_off_01.gif'>"
DQM_hl_subdesc4_1 = "<img src='http://www.race-game.org/images/menu/sub_tracks_on_01.gif' alt='Information about Monza'>"
DQM_subdesc4_2 = "<img src='http://www.race-game.org/images/menu/sub_tracks_off_02.gif'>"
DQM_hl_subdesc4_2 = "<img src='http://www.race-game.org/images/menu/sub_tracks_on_02.gif' alt='Information about Magny-Cours'>"
DQM_subdesc4_3 = "<img src='http://www.race-game.org/images/menu/sub_tracks_off_03.gif'>"
DQM_hl_subdesc4_3 = "<img src='http://www.race-game.org/images/menu/sub_tracks_on_03.gif' alt='Information about Brands Hatch'>"
DQM_subdesc4_4 = "<img src='http://www.race-game.org/images/menu/sub_tracks_off_04.gif'>"
DQM_hl_subdesc4_4 = "<img src='http://www.race-game.org/images/menu/sub_tracks_on_04.gif' alt='Information about Oschersleben'>"
DQM_subdesc4_5 = "<img src='http://www.race-game.org/images/menu/sub_tracks_off_05.gif'>"
DQM_hl_subdesc4_5 = "<img src='http://www.race-game.org/images/menu/sub_tracks_on_05.gif' alt='Information about Curitiba'>"
DQM_subdesc4_6 = "<img src='http://www.race-game.org/images/menu/sub_tracks_off_06.gif'>"
DQM_hl_subdesc4_6 = "<img src='http://www.race-game.org/images/menu/sub_tracks_on_06.gif' alt='Information about Puebla'>"
DQM_subdesc4_7 = "<img src='http://www.race-game.org/images/menu/sub_tracks_off_07.gif'>"
DQM_hl_subdesc4_7 = "<img src='http://www.race-game.org/images/menu/sub_tracks_on_07.gif' alt='Information about Brno'>"
DQM_subdesc4_8 = "<img src='http://www.race-game.org/images/menu/sub_tracks_off_08.gif'>"
DQM_hl_subdesc4_8 = "<img src='http://www.race-game.org/images/menu/sub_tracks_on_08.gif' alt='Information about Istanbul'>"
DQM_subdesc4_9 = "<img src='http://www.race-game.org/images/menu/sub_tracks_off_09.gif'>"
DQM_hl_subdesc4_9 = "<img src='http://www.race-game.org/images/menu/sub_tracks_on_09.gif' alt='Information about Valencia'>"
DQM_subdesc4_10 = "<img src='http://www.race-game.org/images/menu/sub_tracks_off_10.gif'>"
DQM_hl_subdesc4_10 = "<img src='http://www.race-game.org/images/menu/sub_tracks_on_10.gif' alt='Information about Macau'>"

DQM_url4_0 = "http://www.race-game.org/tracks/index.htm"
DQM_url4_1 = "http://www.race-game.org/tracks/monza.htm"
DQM_url4_2 = "http://www.race-game.org/tracks/magny.htm"
DQM_url4_3 = "http://www.race-game.org/tracks/brands.htm"
DQM_url4_4 = "http://www.race-game.org/tracks/oschersleben.htm"
DQM_url4_5 = "http://www.race-game.org/tracks/curitiba.htm"
DQM_url4_6 = "http://www.race-game.org/tracks/puebla.htm"
DQM_url4_7 = "http://www.race-game.org/tracks/brno.htm"
DQM_url4_8 = "http://www.race-game.org/tracks/istanbul.htm"
DQM_url4_9 = "http://www.race-game.org/tracks/valencia.htm"
DQM_url4_10 = "http://www.race-game.org/tracks/macau.htm"


/************************************************
*********-------Sub Menu 5--------***************
************************************************/

DQM_sub_xy5 = "-15,10"
DQM_subdesc5_0 = "<img src='http://www.race-game.org/images/menu/sub_gallery_off_01.gif'>"
DQM_hl_subdesc5_0 = "<img src='http://www.race-game.org/images/menu/sub_gallery_on_01.gif' alt='RACE Wallpapers'>"
DQM_subdesc5_1 = "<img src='http://www.race-game.org/images/menu/sub_gallery_off_02.gif'>"
DQM_hl_subdesc5_1 = "<img src='http://www.race-game.org/images/menu/sub_gallery_on_02.gif' alt='RACE Screenshots'>"
DQM_subdesc5_2 = "<img src='http://www.race-game.org/images/menu/sub_gallery_off_03.gif'>"
DQM_hl_subdesc5_2 = "<img src='http://www.race-game.org/images/menu/sub_gallery_on_03.gif' alt='Panorama VRviews made by PanoGames'>"
DQM_subdesc5_3 = "<img src='http://www.race-game.org/images/menu/sub_gallery_off_04.gif'>"
DQM_hl_subdesc5_3 = "<img src='http://www.race-game.org/images/menu/sub_gallery_on_04.gif' alt='Videoclips, trailers and behind the scenes material'>"
DQM_subdesc5_4 = "<img src='http://www.race-game.org/images/menu/sub_gallery_off_05.gif'>"
DQM_hl_subdesc5_4 = "<img src='http://www.race-game.org/images/menu/sub_gallery_on_05.gif' alt='Soundclips from the races and the game'>"

DQM_url5_0 = "http://www.race-game.org/gallery/wallpapers.htm"
DQM_url5_1 = "http://www.race-game.org/gallery/screenshots.htm"
DQM_url5_2 = "http://www.race-game.org/gallery/panorama.htm"
DQM_url5_3 = "http://www.race-game.org/gallery/video.htm"
DQM_url5_4 = "http://www.race-game.org/gallery/sound.htm"




/************************************************
*********-------Sub Menu 6--------***************
************************************************/
DQM_sub_xy6 = "-15,10"
DQM_subdesc6_0 = "<img src='http://www.race-game.org/images/menu/sub_download_off_01.gif'>"
DQM_hl_subdesc6_0 = "<img src='http://www.race-game.org/images/menu/sub_download_on_01.gif' alt='Time Attack on Brands Hatch in Seat or BMW'>"
DQM_subdesc6_1 = "<img src='http://www.race-game.org/images/menu/sub_download_off_04.gif'>"
DQM_hl_subdesc6_1 = "<img src='http://www.race-game.org/images/menu/sub_download_on_04.gif' alt='All you need to create your RACE fan page'>"
DQM_subdesc6_2 = "<img src='http://www.race-game.org/images/menu/sub_download_off_02.gif'>"
DQM_hl_subdesc6_2 = "<img src='http://www.race-game.org/images/menu/sub_download_on_02.gif' alt='RACE promotion video material'>"
DQM_subdesc6_3 = "<img src='http://www.race-game.org/images/menu/sub_download_off_03.gif'>"
DQM_hl_subdesc6_3 = "<img src='http://www.race-game.org/images/menu/sub_download_on_03.gif' alt='RACE Wallpapers'>"

DQM_url6_0 = "http://www.race-game.org/downloads/demo.htm"
DQM_url6_1 = "http://www.race-game.org/downloads/fankit.htm"
DQM_url6_2 = "http://www.race-game.org/gallery/video.htm"
DQM_url6_3 = "http://www.race-game.org/gallery/wallpapers.htm"



/************************************************
*********-------Sub Menu 7--------***************
************************************************/
DQM_sub_xy7 = "-15,10"
DQM_subdesc7_0 = "<img src='http://www.race-game.org/images/menu/sub_community_off_01.gif'>"
DQM_hl_subdesc7_0 = "<img src='http://www.race-game.org/images/menu/sub_community_on_01.gif' alt='Discuss RACE in the community forum'>"
DQM_subdesc7_1 = "<img src='http://www.race-game.org/images/menu/sub_community_off_02.gif'>"
DQM_hl_subdesc7_1 = "<img src='http://www.race-game.org/images/menu/sub_community_on_02.gif' alt='Discover the world of RACE fansites'>"

DQM_url7_0 = "http://www.race-game.org/community/forum.htm"
DQM_url7_1 = "http://www.race-game.org/community/fansite.htm"


/************************************************
*********-------Sub Menu 8--------***************
************************************************/
DQM_sub_xy8 = "-15,10"
DQM_subdesc8_0 = "<img src='http://www.race-game.org/images/menu/sub_support_off_01.gif'>"
DQM_hl_subdesc8_0 = "<img src='http://www.race-game.org/images/menu/sub_support_on_01.gif' alt='The helpdesk is standing by to give you full support'>"
DQM_subdesc8_1 = "<img src='http://www.race-game.org/images/menu/sub_support_off_02.gif'>"
DQM_hl_subdesc8_1 = "<img src='http://www.race-game.org/images/menu/sub_support_on_02.gif' alt='Frequently asked questions about RACE'>"
DQM_subdesc8_2 = "<img src='http://www.race-game.org/images/menu/sub_support_off_03.gif'>"
DQM_hl_subdesc8_2 = "<img src='http://www.race-game.org/images/menu/sub_support_on_03.gif' alt='Hardware and system requirement specifications '>"

DQM_url8_0 = "http://www.race-game.org/support/helpdesk.htm"
DQM_url8_1 = "http://www.race-game.org/support/faq06.htm"
DQM_url8_2 = "http://www.race-game.org/support/requirements.htm"





/************************************************
*********-------Sub Menu 9--------***************
************************************************/
DQM_sub_xy9 = "-15,10"
DQM_subdesc9_0 = "<img src='http://www.race-game.org/images/menu/sub_partners_off_01.gif'>"
DQM_hl_subdesc9_0 = "<img src='http://www.race-game.org/images/menu/sub_partners_on_01.gif' alt='The WTCC is one of only three FIA sanctioned world championships'>"
DQM_subdesc9_1 = "<img src='http://www.race-game.org/images/menu/sub_partners_off_06.gif'>"
DQM_hl_subdesc9_1 = "<img src='http://www.race-game.org/images/menu/sub_partners_on_06.gif' alt='Eidos is preparing to RACE!'>"
DQM_subdesc9_2 = "<img src='http://www.race-game.org/images/menu/sub_partners_off_02.gif'>"
DQM_hl_subdesc9_2 = "<img src='http://www.race-game.org/images/menu/sub_partners_on_02.gif' alt='Eurosport is the official broadcaster of the WTCC races'>"

DQM_url9_0 = "http://www.race-game.org/partners/aboutwtcc.htm"
DQM_url9_1 = "http://www.eidos.com"
DQM_url9_2 = "http://www.race-game.org/partners/abouteurosport.htm"

DQM_urltarget9_1 = "_new"



/************************************************
*********-------Sub Menu 10--------***************
************************************************/
DQM_sub_xy10 = "-15,10"
DQM_subdesc10_0 = "<img src='http://www.race-game.org/images/cat/sub_caterham_01.gif'>"
DQM_hl_subdesc10_0 = "<img src='http://www.race-game.org/images/cat/sub_caterham_on_01.gif' alt='The RE>>FUEL concept'>"
DQM_subdesc10_1 = "<img src='http://www.race-game.org/images/cat/sub_caterham_02.gif'>"
DQM_hl_subdesc10_1 = "<img src='http://www.race-game.org/images/cat/sub_caterham_on_02.gif' alt='Information about the RACE Caterham Expansion Pack'>"
//DQM_subdesc10_2 = "<img src='http://www.race-game.org/images/cat/sub_caterham_03.gif'>"
//DQM_hl_subdesc10_2 = "<img src='http://www.race-game.org/images/cat/sub_caterham_on_03.gif' alt='Eurosport is the official broadcaster of the WTCC races'>"
DQM_subdesc10_2 = "<img src='http://www.race-game.org/images/cat/sub_caterham_04.gif'>"
DQM_hl_subdesc10_2 = "<img src='http://www.race-game.org/images/cat/sub_caterham_on_04.gif' alt='New cars in the RACE Caterham Expansion Pack'>"
DQM_subdesc10_3 = "<img src='http://www.race-game.org/images/cat/sub_caterham_05.gif'>"
DQM_hl_subdesc10_3 = "<img src='http://www.race-game.org/images/cat/sub_caterham_on_05.gif' alt='New tracks in the RACE Caterham Expansion Pack'>"
DQM_subdesc10_4 = "<img src='http://www.race-game.org/images/cat/sub_caterham_06.gif'>"
DQM_hl_subdesc10_4 = "<img src='http://www.race-game.org/images/cat/sub_caterham_on_06.gif' alt='Integration between RACE and the expansion pack'>"


DQM_url10_0 = "http://www.race-game.org/caterham/refuel.htm"
DQM_url10_1 = "http://www.race-game.org/caterham/index.htm"
//DQM_url10_2 = "http://www.race-game.org/caterham/features.htm"
DQM_url10_2 = "http://www.race-game.org/caterham/cars.htm"
DQM_url10_3 = "http://www.race-game.org/caterham/tracks.htm"
DQM_url10_4 = "http://www.race-game.org/caterham/integration.htm"