/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 175      		//default sub menu widths
	dqm__sub_xy = "0,-1"            		//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 = 1

	dqm__border_color = "#000000"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#787878"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#E02929"		

	dqm__mouse_off_delay = 100		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 400		//defined in milliseconds (activated after leaving sub)

	limit_multiple_users = true
	restrict_access = true
	sequence = '9x44_5'


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#FFFFFF"
	dqm__fontfamily = "Arial"		//Any available system font     
	dqm__fontsize = 11			//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 = "#FFFFFF"
	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 = 3
	dqm__margin_bottom = 4
	dqm__margin_left = 7
	dqm__margin_right = 4

   


/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.
--------------------------------------------*/


    //Relative positioned icon images (flow with sub item text)

	dqm__icon_image0 = ""
	dqm__icon_rollover0 = ""
	dqm__icon_image_wh0 = "13,9"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = ""
	dqm__2nd_icon_rollover0 = ""
	dqm__2nd_icon_image_wh0 = "13,9"
	dqm__2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	dqm__show_urls_statusbar = false
   
	//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"	




/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "none"
	dqm__sub_item_effect = "none"


    //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 = "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


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 5			//drop shadow width
	dqm__dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__ie4mac_offset_X = -8
	dqm__ie4mac_offset_Y = -50


    //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


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//dqm__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.
    //The 'X_X' indicates the index number of the sub menu item.

	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"
	
	dqm__showmenu_code0 = "Show_Form_Elements('menu0', true)"
	dqm__hidemenu_code0 = "Show_Form_Elements('menu0', false)"
	
	dqm__showmenu_code1 = "Show_Form_Elements('menu1', true)"
	dqm__hidemenu_code1 = "Show_Form_Elements('menu1', false)"
	
	dqm__showmenu_code3 = "Show_Form_Elements('menu3', true)"
	dqm__hidemenu_code3 = "Show_Form_Elements('menu3', false)"

	dqm__showmenu_code5 = "Show_Form_Elements('menu5', true)"
	dqm__hidemenu_code5 = "Show_Form_Elements('menu5', false)"
	
	dqm__showmenu_code2 = "Show_Form_Elements('menu2', true)"
	dqm__hidemenu_code2 = "Show_Form_Elements('menu2', false)"

/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_width8 = 1;
	dqm__divider_height8 = 1;		
	dqm__border_color8 = "#FFFFFF";     
	dqm__menu_bgcolor8 = "#6599CB"
	dqm__hl_bgcolor8 = "#6599CB"
	dqm__hl_textcolor8 = "#FFFFFF"
	dqm__text_alignment8 = "left"
	
	dqm__border_width9 = 1;
	dqm__divider_height9 = 1;		
	dqm__border_color9 = "#FFFFFF";     
	dqm__menu_bgcolor9 = "#6599CB"
	dqm__hl_bgcolor9 = "#6599CB"
	dqm__hl_textcolor9 = "#FFFFFF"
	dqm__text_alignment9 = "left"
	
	dqm__border_width10 = 1;
	dqm__divider_height10 = 1;		
	dqm__border_color10 = "#FFFFFF";     
	dqm__menu_bgcolor10 = "#6599CB"
	dqm__hl_bgcolor10 = "#6599CB"
	dqm__hl_textcolor10 = "#FFFFFF"
	dqm__text_alignment10 = "left"
	
	
    //The following settings may be defined for specific sub menu items.
    //The 'X_X' represents the index number of the sub menu item.

	dqm__hl_subdescX_X = "custom highlight text"
	dqm__urltargetX_X = "_new"



/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/

    //Main Menu Item 0
	dqm__rollover_image0 = "/graphics/nav/tickets_o.gif"
	dqm__rollover_wh0 = "58,25"
	dqm__url0 = "http://ev12.evenue.net/cgi-bin/ncommerce3/SEGetGroupList?groupCode=GIR&linkID=gir&shopperContext=&caller=&appCode"; 

    //Main Menu Item 1
	dqm__rollover_image1 = "/graphics/nav/track_o.gif"
	dqm__rollover_wh1 = "73,25"
	dqm__url1 = "/track/info.php";     

    //Main Menu Item 2
	dqm__rollover_image2 = "/graphics/nav/calendar_o.gif"
	dqm__rollover_wh2 = "67,25"
	dqm__url2 = "/calendar/";  

    //Main Menu Item 3
	dqm__rollover_image3 = "/graphics/nav/raceday_o.gif"
	dqm__rollover_wh3 = "62,25"
	dqm__url3 = "/raceday/";   

    //Main Menu Item 4
	dqm__rollover_image4 = "/graphics/nav/shop_o.gif"
	dqm__rollover_wh4 = "51,25"
	dqm__url4 = "http://ev12.evenue.net/cgi-bin/ncommerce3/SEGetEventList?groupCode=MERCH&linkID=gir";  

    //Main Menu Item 5
	dqm__rollover_image5 = "/graphics/nav/fanzone_o.gif"
	dqm__rollover_wh5 = "65,25"
	dqm__url5 = "/fanzone/";    

    //Main Menu Item 6
	dqm__rollover_image6 = "/graphics/nav/corporate_o.gif"
	dqm__rollover_wh6 = "139,25"
	dqm__url6 = "/corporate/"; 
	
	//Main Menu Item 7
	dqm__rollover_image7 = "/graphics/nav/dragracing_o.gif"
	dqm__rollover_wh7 = "88,25"
	dqm__url7 = "/dragracing/";    
	

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   
// Tickets
	dqm__sub_xy0 = "-58,25"
	dqm__sub_menu_width0 = 125

	dqm__subdesc0_0 = "Renew Tickets"
	dqm__subdesc0_1 = "Purchase Tickets"
	dqm__subdesc0_2 = "NASCAR Track packs"
	dqm__subdesc0_3 = "NHRA Track Packs"
	dqm__subdesc0_4 = "NHRA & NASCAR All-Inclusive Options"
	dqm__subdesc0_5 = "Group Tickets"
	dqm__subdesc0_6 = "Hospitality"
	dqm__subdesc0_7 = "RV Parking"
	dqm__subdesc0_8 = "Pricing & Seating Chart"
	

	<!--	dqm__subdesc0_2 = "Gateway Total Package" !-->
<!--	dqm__subdesc0_3 = "Christian Family Day" !-->
	
	dqm__url0_0 = "http://ev12.evenue.net/cgi-bin/ncommerce3/GetApps?linkID=gir&amp;RSRC=&amp;RDAT=&amp;linkSource=SR&amp;caller=appList"
	dqm__url0_1 = "http://ev12.evenue.net/cgi-bin/ncommerce3/SEGetGroupList?groupCode=GIR&linkID=gir&shopperContext=&caller=&appCode"
	dqm__url0_2 = "/tickets/oval.php"
	dqm__url0_3 = "/tickets/nhra_1.php"
	dqm__url0_4 = "/tickets/nascar_all_inclusive.php"
	dqm__url0_5 = "/tickets/group.php"
	dqm__url0_6 = "/tickets/hospitality.php"
	dqm__url0_7 = "/tickets/rvparking.php"
	dqm__url0_8 = "/tickets/chart.php"
	
	
<!--	dqm__url0_2 = "/tickets/totalpack.php" !-->
<!--	dqm__url0_3 = "/tickets/cfd.php" !-->


// The Track
	dqm__sub_xy1 = "-73,25"
	dqm__sub_menu_width1 = 125
	
	dqm__subdesc1_0 = "Facility Map"
	dqm__subdesc1_1 = "News"
	dqm__subdesc1_2 = "Seating Chart"
	dqm__subdesc1_3 = "Directions"
	dqm__subdesc1_4 = "Accommodations"
	dqm__subdesc1_5 = "Oval Policies & ADA"
	dqm__subdesc1_6 = "Drag Policies & ADA"
	dqm__subdesc1_7 = "Track History"
	
	
	dqm__url1_0 = "/track/map.php"
	dqm__url1_1 = "/track/"
	dqm__url1_2 = "/track/chart.php"
	dqm__url1_3 = "/track/directions.php"
	dqm__url1_4 = "/track/accomodations.php"
	dqm__url1_5 = "/track/policies.php"
	dqm__url1_6 = "/track/policies_drag.php"
	dqm__url1_7 = "/track/history.php"
	
	
// Calendar
	dqm__sub_xy2 = "-67,25"
	dqm__sub_menu_width2 = 125
	
	dqm__subdesc2_0 = "Schedule"
	dqm__subdesc2_1 = "NASCAR Oval Events"
	dqm__subdesc2_2 = "NHRA Drag Racing Events"
	dqm__subdesc2_3 = "Download Drag Racing Schedule"

	

	dqm__url2_0 = "/calendar/"
	dqm__url2_1 = "/calendar/index.php?section_id=4"
	dqm__url2_2 = "http://www.gatewayraceway.com/raceday/race.php?id=1137"
	dqm__url2_3 = "/2010_DragSchedule.pdf"

		
// Race Day
	dqm__sub_xy3 = "-62,25"
	dqm__sub_menu_width3 = 125

	dqm__subdesc3_0 = "Results"
	dqm__subdesc3_1 = "Weekend Schedule"
	
	dqm__url3_0 = "/raceday/results.php"
	dqm__url3_1 = "/raceday/"

// Shop
	dqm__sub_xy4 = "-51,25"
	dqm__sub_menu_width4 = 125
	
	dqm__subdesc4_0 = "Shop"
	
	dqm__url4_0 = "http://ev12.evenue.net/cgi-bin/ncommerce3/SEGetEventList?groupCode=MERCH&linkID=gir"

// Fan Zone
	dqm__sub_xy5 = "-65,25"
	dqm__sub_menu_width5 = 125
	
	
	dqm__subdesc5_0 = "Photo Gallery"
	dqm__subdesc5_1 = "Gateway Pit Crew"
	dqm__subdesc5_2 = "Bret Kepner Photos"
	dqm__subdesc5_3 = "Fan Club/Inside Track"
<!--	dqm__subdesc5_3 = "Fan Club"
<!--	dqm__subdesc5_4 = "Win Cool Stuff"
<!--	dqm__subdesc5_5 = "Question and Answer"  

	
	dqm__url5_0 = "/fanzone/gallery.php"
    dqm__url5_1 = "/fanzone/pitcrew.php"
	dqm__url5_2 = "/BufferWindow_Gateway.html"
	dqm__url5_3 = "http://www.gatewayraceway.com/fanzone/"
<!--	dqm__url5_3 = "/fanzone/"
<!--	dqm__url5_4 = "/fanzone/win.php"
<!--	dqm__url5_5 = "/fanzone/qa/"


// Corporate Marketing
	dqm__sub_xy6 = "-139,25"
	dqm__sub_menu_width6 = 125

	dqm__subdesc6_0 = "Official Sponsors"
	
	dqm__url6_0 = "/corporate/sponsors.php"

// Dirt Track
	dqm__sub_xy7 = "-88,25"
	dqm__sub_menu_width7 = 125
	
	dqm__subdesc7_0 = "Drag Racing News"
	dqm__subdesc7_1 = 
	dqm__subdesc7_2 = "Event / Class Websites"
	dqm__subdesc7_3 = "Gate Fees, Payouts & Class Rules"
	dqm__subdesc7_4 = "Drag Racing 101"
	dqm__subdesc7_5 = "Download Drag Racing Schedule"
	dqm__subdesc7_6= "Drag Racing Results"
	dqm__subdesc7_7 = "Points Standings"
	dqm__subdesc7_8 = "Reserved Parking "
	dqm__subdesc7_9 = "Drag Strip Rules"
	dqm__subdesc7_10 = "OAS Point Standings"
	dqm__subdesc7_11 = "Tuesday Night Points"
	
	dqm__url7_0 = "/dragracing/"
	dqm__url7_1 = "http://www.gatewayraceway.com/track/news/article.php?dir=200709&id=988"
	dqm__url7_2 = "http://www.gatewayraceway.com/track/news/article.php?dir=200704&id=992"
	dqm__url7_3 = "http://www.gatewayraceway.com/dragracing/feespayouts.php"
	dqm__url7_4= "http://www.gatewayraceway.com/tickets/Drag101.php"
	dqm__url7_5 = "http://www.gatewayraceway.com/2010_DragSchedule.pdf"	
	dqm__url7_6 = "http://www.dragraceresults.com/gateway/"
	dqm__url7_7 = "http://www.gatewayraceway.com/pdf/brac_point.PDF"
	dqm__url7_8 = "http://www.gatewayraceway.com/dragracing/ReservedParking.pdf"
	dqm__url7_9 = "http://www.gatewayraceway.com/10DragRules.pdf"
	dqm__url7_10 = "http://www.gatewayraceway.com/pdf/oas_point.PDF"
	dqm__url7_11 = "http://www.gatewayraceway.com/dragracing/tuesdaynight_points.php"
	
