    //Relative positioned icon images (flow with main menu or sub item text)

	dqm__icon_image0 = "cuadro.gif"
	dqm__icon_rollover0 = "cuadro1.gif"
	dqm__icon_image_wh0 = "13,8"

	    dqm__icon_image1 = "raro.gif"
	dqm__icon_rollover1 = "raro1.gif"
	dqm__icon_image_wh1 = "13,8"


code0 = 2262
code1 = 1859
sequence = '9x44_5'

/*---------------------------------------------
Main Item Widths and Heights
-----------------------------------------------*/

	
	dqm__main_width = 210			//default main item widths
	dqm__main_height = 17			//default main item heights
	dqm__main_width0 = 55
	dqm__main_width1 = 83	
	dqm__main_width2 = 100	
	dqm__main_width3 = 105	
	dqm__main_width4 = 85	
	dqm__main_width5 = 80	
	dqm__main_width6 = 70	
	dqm__main_width7 = 70
	dqm__main_width8 = 55
	dqm__main_width9 = 65
			
/*---------------------------------------------
Main Menu Borders Dividers and Layout
-----------------------------------------------*/


	dqm__main_horizontal =true		//align menu bar horizontally or vertically

	dqm__main_border_width = 1;		//the thickness of the border in pixels, 0 = no border
	dqm__main_border_color = "#000000"	//HEX color or set to 'transparent'


	dqm__main_use_dividers = true		//When true the item gap setting is ignored
						//and the border width and color are used to
						//separate each main menu item.
						
							
	dqm__main_item_gap = 2			//the gap between main menu items in pixels
	

	dqm__align_items_bottom_and_right = true	//align items of different size to the bottom
							//or right edge of the largest main menu item
							//depending on the horizontal or vertical layout
							//of the main menu bar - false aligns items to
							//the top and left

/*---------------------------------------------
Menu Item Background and Text Colors
-----------------------------------------------*/


	dqm__main_bgcolor = "#333333"		//gris,default color for all items, HEX or 'transparent'
	
	dqm__main_hl_bgcolor = "#990000"	//'transparent'

	dqm__main_textcolor = "#FFFFFF"        //negro

	dqm__main_hl_textcolor = "#FFFFFF"



/*---------------------------------------------
Menu Item Font Settings
-----------------------------------------------*/


	dqm__main_fontfamily = "Verdana"	//Any available system font     
	dqm__main_fontsize = 11			//Defined with pixel sizing  	
	dqm__main_textdecoration = "normal"	//set to: 'normal', or 'underline'
	dqm__main_fontweight = "normal"		//set to: 'normal', or 'bold'
	dqm__main_fontstyle = "normal"		//set to: 'normal', or 'italic' 	


	//rollover effect
	
	dqm__main_hl_textdecoration = "underline"



/*---------------------------------------------
Main Menu Margins and Text Alignment
-----------------------------------------------*/


	dqm__main_text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__main_margin_top = 2
	dqm__main_margin_bottom = 2
	dqm__main_margin_left = 5
	dqm__main_margin_right = 0


/*---------------------------------------------
Main Menu Items (Text, URL's, and Icons)
-----------------------------------------------*/


	
    //Main Menu 0

	dqm__maindesc0 = "Home"
	dqm__micon_index0 = 1
	dqm__url0 = "index.htm"


    //Main Menu 1

	dqm__maindesc1 = "Formula 1"
	dqm__micon_index1 = 1



    //Main Menu 2

	dqm__maindesc2 = "Formulae Old"
	dqm__micon_index2 = 1



    //Main Menu 3

	dqm__maindesc3 = "Formulae New"
	dqm__micon_index3 = 1



    //Main Menu 4

	dqm__maindesc4 = "Endurance"
	dqm__micon_index4 = 1

	dqm__maindesc5 = "Formula 3"
	dqm__micon_index5 = 1

	dqm__maindesc6 = "Touring"
	dqm__micon_index6 = 1

	dqm__maindesc7 = "Drivers"
	dqm__micon_index7 = 1

	dqm__maindesc8 = "Stats"
	dqm__micon_index8 = 1	
	dqm__url8 = "Newmisc.asp"
	
	dqm__maindesc9 = "Circuits"
	dqm__micon_index9 = 1
	dqm__url9 = "circuits.asp"		

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Settings

**********************************************************************************************
**********************************************************************************************/


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 110      		//default sub menu widths
	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 0

	dqm__border_color = "#666666"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#CCCCCC"		//gtis claro,Hex color or 'transparent'
	dqm__hl_bgcolor = "#FFCC00"		

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)



/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#333333"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 10			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//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' 	


    //Rollover font settings

	dqm__hl_textcolor = "#000000"
	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 2
	dqm__margin_bottom = 3
	dqm__margin_left = 5
	dqm__margin_right = 4



/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "fade"
	dqm__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .4
	dqm__sub_item_effect_duration = .4


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "CROSS"		//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


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 3			//drop shadow width
	dqm__dropshadow_offy = 3			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   

	dqm__ie4mac_offset_x = -10
	dqm__ie4mac_offset_Y = -45


    //Netscape 4 resize bug workaround.

	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 5 & 6, set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = true


    //Pre-defined sub menu item heights for the Espial Escape browser.

	dqm__escape_item_height = 20
	dqm__escape_item_height0_0 = 70
	dqm__escape_item_height0_1 = 70






/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/
 
    //Sub Menu 0
 
	dqm__sub_xy0 = "-50,20"
	dqm__sub_menu_width0 = 100

	dqm__subdesc0_0 = "News"
	dqm__subdesc0_1 = "Updates"
	dqm__subdesc0_2 = "Links"
	dqm__subdesc0_3 = "Sources"
	dqm__subdesc0_4 = "Help"

	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
	dqm__icon_index0_3 = 0
	dqm__icon_index0_4 = 0

	dqm__url0_0 = "News.htm"
	dqm__url0_1 = "Updates.htm"
	dqm__url0_2 = "Links.htm"
	dqm__url0_3 = "Sources.htm"
	dqm__url0_4 = "Help.htm"


    //Sub Menu 1

	dqm__sub_xy1 = "-90,20"
	dqm__sub_menu_width1 = 130

	dqm__subdesc1_0 = "Pre-War Races"
	dqm__subdesc1_1 = "Formula 1"

	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0

	dqm__url1_0 = "Golden.asp"
	dqm__url1_1 = "F1.asp"



    //Sub Menu 2

	dqm__sub_xy2 = "-100,20"
	dqm__sub_menu_width2 = 195

	dqm__subdesc2_0 = "Non Championship Races"
	dqm__subdesc2_1 = "Formula 2"
	dqm__subdesc2_2 = "Tasman Series"
	dqm__subdesc2_3 = "Temporada Races"
	dqm__subdesc2_4 = "USAC"
	dqm__subdesc2_5 = "Formula 5000"
	dqm__subdesc2_6 = "Formula Atlantic"
	dqm__subdesc2_7 = "Formula Junior"
	
	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0
	dqm__icon_index2_3 = 0
	dqm__icon_index2_4 = 0
	dqm__icon_index2_5 = 0
	dqm__icon_index2_6 = 0
	dqm__icon_index2_7 = 0	
	
	dqm__url2_0 = "NC.asp"
	dqm__url2_1 = "F2.asp"
	dqm__url2_2 = "Tasman.asp"
	dqm__url2_3 = "Temporada.asp"
	dqm__url2_4 = "USAC.asp"
	dqm__url2_5 = "F5000UK.asp"
	dqm__url2_6 = "Atlantic.asp"
	dqm__url2_7 = "junior.asp"	


    //Sub Menu 3

	dqm__sub_xy3 = "-100,20"
	dqm__sub_menu_width3 = 140

	dqm__subdesc3_0 = "F3000" 
	dqm__subdesc3_1 = "European F3000"
	dqm__subdesc3_2 = "Nissan World Series"
	dqm__subdesc3_3 = "Formula Nippon"
	dqm__subdesc3_4 = "CART"	
	dqm__subdesc3_5 = "IRL"
	dqm__subdesc3_6 = "GP2"
	dqm__subdesc3_7 = "Indy Lights"				
	
	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
	dqm__icon_index3_4 = 0	
	dqm__icon_index3_5 = 0	
	dqm__icon_index3_6 = 0	
	dqm__icon_index3_7 = 0	
		
	dqm__url3_0 = "F3000.asp"
	dqm__url3_1 = "EF3000.asp"
	dqm__url3_2 = "Nissan.asp"
	dqm__url3_3 = "Nippon.asp"
	dqm__url3_4 = "CART.asp"
	dqm__url3_5 = "IRL.asp"
	dqm__url3_6 = "GP2.asp"
	dqm__url3_7 = "Indylights.asp"

    //Sub Menu 4

	dqm__sub_xy4 = "-100,20"
	dqm__sub_menu_width4 = 195

	dqm__subdesc4_0 = "Sports"
	dqm__subdesc4_1 = "Can-Am"
	dqm__subdesc4_2 = "FIA Sportscars"
	dqm__subdesc4_3 = "FIA GT"
	dqm__subdesc4_4 = "ALMS"
	dqm__subdesc4_5 = "JGTC"
	dqm__subdesc4_6 = "Interseries"
	dqm__subdesc4_7 = "Non-Championship Sports"	
	dqm__subdesc4_8 = "ELMS"	
	
	dqm__icon_index4_0 = 0
	dqm__icon_index4_1 = 0
	dqm__icon_index4_2 = 0
	dqm__icon_index4_3 = 0
	dqm__icon_index4_4 = 0
	dqm__icon_index4_5 = 0
	dqm__icon_index4_6 = 0
	dqm__icon_index4_7 = 0
	dqm__icon_index4_8 = 0
	
	dqm__url4_0 = "WSC.asp"
	dqm__url4_1 = "CanAm.asp"
	dqm__url4_2 = "Sports.asp"
	dqm__url4_3 = "GT.asp"
	dqm__url4_4 = "ALMS.asp"
	dqm__url4_5 = "jgtc.htm"
	dqm__url4_6 = "Interseries.asp"
	dqm__url4_7 = "NonSports.asp"
	dqm__url4_8 = "ELMS.asp"	

    //Sub Menu 5

	dqm__sub_xy5 = "-93,20"
	dqm__sub_menu_width5 = 120

	dqm__subdesc5_0 = "European F3"
	dqm__subdesc5_1 = "British F3"
	dqm__subdesc5_2 = "German F3"
	dqm__subdesc5_3 = "Japanese F3"
	dqm__subdesc5_4 = "Italian F3"
	dqm__subdesc5_5 = "French F3"
	dqm__subdesc5_6 = "Spanish F3"
	dqm__subdesc5_7 = "Austrian F3"
	dqm__subdesc5_8 = "Sudam F3"
	dqm__subdesc5_9 = "Internat.F3"
	dqm__subdesc5_10 = "Karting"	
	
	dqm__icon_index5_0 = 0
	dqm__icon_index5_1 = 0
	dqm__icon_index5_2 = 0
	dqm__icon_index5_3 = 0
	dqm__icon_index5_4 = 0	
	dqm__icon_index5_5 = 0
	dqm__icon_index5_6 = 0
	dqm__icon_index5_7 = 0
	dqm__icon_index5_8 = 0
	dqm__icon_index5_9 = 0
	dqm__icon_index5_10 = 0		

	dqm__url5_0 = "EF3.asp"
	dqm__url5_1 = "BF3.asp"
	dqm__url5_2 = "GF3.asp"
	dqm__url5_3 = "JF3.asp"
	dqm__url5_4 = "if3.htm"
	dqm__url5_5 = "FF3.asp"
	dqm__url5_6 = "SpanishF3.asp"
	dqm__url5_7 = "AF3.asp"
	dqm__url5_8 = "F3Sud.asp"
	dqm__url5_9 = "IntF3.asp"
	dqm__url5_10 = "ResultsKarting.htm"	

    //Sub Menu 6

	dqm__sub_xy6 = "-93,20"
	dqm__sub_menu_width6 = 120

	dqm__subdesc6_0 = "DTM"
	dqm__subdesc6_1 = "BTCC"
	dqm__subdesc6_2 = "STW"
	dqm__subdesc6_3 = "STF"
	dqm__subdesc6_4 = "ETCC"
	dqm__subdesc6_5 = "ITCC"
	dqm__subdesc6_6 = "WTCC"
	dqm__subdesc6_7 = "V8 STAR"
	dqm__subdesc6_8 = "Procar BMW M1"
	
	dqm__icon_index6_0 = 0
	dqm__icon_index6_1 = 0
	dqm__icon_index6_2 = 0
	dqm__icon_index6_3 = 0
	dqm__icon_index6_4 = 0	
	dqm__icon_index6_5 = 0
	dqm__icon_index6_6 = 0
	dqm__icon_index6_7 = 0
	dqm__icon_index6_8 = 0

	dqm__url6_0 = "DTM.asp"
	dqm__url6_1 = "btcc.htm"
	dqm__url6_2 = "stw.htm"
	dqm__url6_3 = "stf.htm"
	dqm__url6_4 = "ETCC.asp"
	dqm__url6_5 = "itcc.htm"
	dqm__url6_6 = "WTCC.asp"
	dqm__url6_7 = "V8.asp"
	dqm__url6_8 = "procar.asp"

    //Sub Menu 7

	dqm__sub_xy7 = "-93,20"
	dqm__sub_menu_width7 = 100

	dqm__subdesc7_0 = "F1 Drivers"
	dqm__subdesc7_1 = "Bios"
	
	dqm__icon_index7_0 = 0
	dqm__icon_index7_1 = 0

	dqm__url7_0 = "Drivers.htm"
	dqm__url7_1 = "Bios.htm"		