/*-------------------------------------------
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 = "#FF1212"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#BC0015"		

	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"	

	dqm__showmenu_code5 = "Show_Form_Elements('menu5', true)"
	dqm__hidemenu_code5 = "Show_Form_Elements('menu5', false)"
	
	dqm__showmenu_code6 = "Show_Form_Elements('menu6', true)"
	dqm__hidemenu_code6 = "Show_Form_Elements('menu6', false)"





/*-------------------------------------------
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')"



/*---------------------------------------------
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 = "70,25"
	dqm__url0 = "/tickets/";   

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

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

    //Main Menu Item 3
	dqm__rollover_image3 = "/graphics/nav/roadcourse_o.gif"
	dqm__rollover_wh3 = "100,25"
	dqm__url3 = "http://memphismotorsportspark.com/track/news/article.php?dir=200705&id=1045";   
 
    //Main Menu Item 4
	dqm__rollover_image4 = "/graphics/nav/shop_o.gif"
	dqm__rollover_wh4 = "48,25"
	dqm__url4 = "/shop/"; 

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

    //Main Menu Item 6
	dqm__rollover_image6 = "/graphics/nav/corporate_o.gif"
	dqm__rollover_wh6 = "153,25"
	dqm__url6 = "http://memphismotorsportspark.com/corporate/sponsorship.php";   

    //Main Menu Item 7
	dqm__rollover_image7 = "/graphics/nav/dragstrip_o.gif"
	dqm__rollover_wh7 = "90,25"
	dqm__url7 = "/dragstrip/index.php";
	
	//Main Menu Item 8
	dqm__rollover_image8 = "/graphics/nav/pavedoval_o.jpg"
	dqm__rollover_wh8 = "69,25"
	dqm__url8 = "/calendar/index.php?section_id=4";   
	
      
	

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

                              Sub Menu Structure and Text  

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

	dqm__subdesc0_0 = "BUY Tickets Now"
	dqm__subdesc0_1 = "Pricing & Packages"
	dqm__subdesc0_2 = "Group Tickets"
	dqm__subdesc0_3 = "Fan Hospitality"
	dqm__subdesc0_4 = "Special Offers"
	dqm__subdesc0_5 = "Seating Charts"
	dqm__subdesc0_6 = "RV Parking"
	dqm__subdesc0_7 = "Ticket Policies"
	
	dqm__url0_0 = "http://ev12.evenue.net/cgi-bin/ncommerce3/SEGetGroupList?groupCode=MMP&linkID=mmp&shopperContext=&caller=&appCode="
	dqm__url0_1 = "/tickets/packages.php"
	dqm__url0_2 = "/tickets/group.php"
	dqm__url0_3 = "/tickets/hospitality.php"
	dqm__url0_4 = "/tickets/offers.php"
	dqm__url0_5 = "/tickets/chart.php"
	dqm__url0_6 = "/tickets/parking.php"
	dqm__url0_7 = "/tickets/index.php#policies"

// The Track
	dqm__sub_xy1 = "-80,25"
	dqm__sub_menu_width1 = 125
	
	dqm__subdesc1_0 = "News"
	dqm__subdesc1_1 = "Directions"
	dqm__subdesc1_2 = "Accommodations"
	dqm__subdesc1_3 = "RV Parking"
	dqm__subdesc1_4 = "Facility Map"
	dqm__subdesc1_5 = "Policies & ADA"
	dqm__subdesc1_6 = "History"
	dqm__subdesc1_7 = "Track Rentals"
	dqm__subdesc1_8 = "Community Partners"
	dqm__subdesc1_9 = "Drive the Track"
	dqm__subdesc1_10 = "Fan Guide"
	
	dqm__url1_0 = "/track/"
	dqm__url1_1 = "/track/directions.php"
	dqm__url1_2 = "/track/accomodations.php"
	dqm__url1_3 = "/tickets/parking.php"
	dqm__url1_4 = "/track/map.php"
	dqm__url1_5 = "/track/policies.php"
	dqm__url1_6 = "/track/history.php"
	dqm__url1_7 = "/track/rentals.php"
	dqm__url1_8 = "/track/partners.php"
	dqm__url1_9 = "/track/drivethetrack.php"
	dqm__url1_10 = "/pdf/08_Memphis_FanGuide.pdf"
	
// Calendar
	dqm__sub_xy2 = "-78,25"
	dqm__sub_menu_width2 = 125
	
	dqm__subdesc2_0 = "NASCAR Racing"
	dqm__subdesc2_1 = "NHRA Drag Racing"
	dqm__subdesc2_2 = "Drag Strip"
	dqm__subdesc2_3 = "Road Course"
	<!-- dqm__subdesc2_4 = "Track Event" //-->
	<!--dqm__subdesc2_6 = "Downloadable Schedules"//-->

	dqm__url2_0 = "/calendar/index.php?section_id=4"
	dqm__url2_1 = "/calendar/index.php?section_id=5"
	dqm__url2_2 = "/calendar/index.php?section_id=6"
	dqm__url2_3 = "/calendar/index.php?section_id=8"
	<!-- dqm__url2_4 = "/calendar/index.php?section_id=1" //-->
	<!--dqm__url2_6 = "http://www.memphismotorsports.com/calendar/infuzersched.php"//-->
		
// Road Course
	dqm__sub_xy3 = "-100,25"
	dqm__sub_menu_width3 = 125
	
	dqm__subdesc3_0 = "News"
	dqm__subdesc3_1 = "Schedule"
	dqm__subdesc3_2 = "Open Testing"
	dqm__subdesc3_3 = "Driving School"
	
	dqm__url3_0 = "http://memphismotorsportspark.com/track/news/article.php?dir=200705&id=1045"
	dqm__url3_1 = "http://memphismotorsportspark.com/calendar/index.php?section_id=8"
	dqm__url3_2 = "http://memphismotorsportspark.com/roadcourse/opentest.php"
	dqm__url3_3 = "http://memphismotorsportspark.com/roadcourse/drivingexp.php"
	
// Shop
	dqm__sub_xy4 = "-48,25"
	dqm__sub_menu_width4 = 125

// Fan Zone
	dqm__sub_xy5 = "-73,25"
	dqm__sub_menu_width5 = 125

	dqm__subdesc5_0 = "Fan Club"
	dqm__subdesc5_1 = "Win Cool Stuff"
	dqm__subdesc5_2 = "Photo Gallery"
	dqm__subdesc5_3 = "Wallpaper"
	<!-- dqm__subdesc5_4 = "Speedy's Kids Club"  !-->
	
	dqm__url5_0 = "/fanzone/"
	dqm__url5_1 = "/fanzone/win.php"
	dqm__url5_2 = "/fanzone/gallery.php"
	dqm__url5_3 = "/fanzone/wallpaper.php"
	<!-- dqm__url5_4 = "http://www.goteamspeedy.com"  !-->

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

	dqm__subdesc6_0 = "Sponsorship"
	dqm__subdesc6_1 = "Hospitality"
	dqm__subdesc6_2 = "Luxury Suites"
	dqm__subdesc6_3 = "Print Advertising"
	dqm__subdesc6_4 = "Expo/Display"
	dqm__subdesc6_5 = "Corporate Partners"
	
	dqm__url6_0 = "/corporate/sponsorship.php"
	dqm__url6_1 = "/corporate/hospitality.php"
	dqm__url6_2 = "/corporate/suites.php"
	dqm__url6_3 = "/corporate/print.php"
	dqm__url6_4 = "/corporate/expo.php"
	dqm__url6_5 = "/corporate/index.php"


// Drag Strip Track
	dqm__sub_xy7 = "-90,25"
	dqm__sub_menu_width7 = 125
	dqm__subdesc7_0 = "News"
	dqm__subdesc7_1 = "Results"	
	dqm__subdesc7_2 = "Schedule"
	dqm__subdesc7_3 = "Entry Fees &amp; Payouts"
	dqm__subdesc7_4 = "Rules &amp; Regulations"
	dqm__subdesc7_5 = "Drag Racing 101"
	dqm__subdesc7_6 = "Live Timing"
	
	dqm__url7_0 = "/dragstrip/index.php"
	dqm__url7_1 = "http://memphismotorsportspark.com/track/news/article.php?dir=200807&amp;id=2137"	
	dqm__url7_2 = "/calendar/index.php?section_id=6"
	dqm__url7_3 = "/dragstrip/feespayouts.php"
	dqm__url7_4 = "/dragstrip/rules.php"
	dqm__url7_5 = "http://www.nhra.com/basics/basics.html"
	dqm__url7_6 = "http://www.1320go.com/memphis/livetiming.php"
	

// Paved Oval
	dqm__sub_xy8 = "-84,25"
	dqm__sub_menu_width8 = 125
	
	
