
   sequence = "9x88_4"
   limit_multiple_users = true

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

	dqm__sub_menu_width = 120      		//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 = ""         	//default URL target: _self, _parent, _new, or "my frame name"
//	dqm__urltarget2_0 = "Body"
//	dqm__urltarget4_0 = "Body"

	dqm__border_width = 1
	dqm__divider_height = 1

	dqm__border_color = "#999999"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#FFFFFF"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#F2F2F2"		

	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 = "#666666"
	dqm__fontfamily = "Verdana"		//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 = "bold"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#003366"
	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 = 3
	dqm__margin_left = 5
	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 = "/English/Images/Buttons/MMenu_Bullet.gif"
//	dqm__icon_rollover0 = "/English/Images/Buttons/MMenu_Bullet_hl.gif"
//	dqm__icon_image_wh0 = "0,0"

	

    //Absolute positioned icon images (coordinate poitioned)

//	dqm__2nd_icon_image0 = "/English/Images/Buttons/MMenu_Arrow.gif"
//	dqm__2nd_icon_rollover0 = "/English/Images/Buttons/MMenu_Arrow.gif"
//	dqm__2nd_icon_image_wh0 = "0,0"
//	dqm__2nd_icon_image_xy0 = "0,4"



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

	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"	




/*-------------------------------------------
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 = .5
	dqm__sub_item_effect_duration = .25


    //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 = 50			//1 to 100
	dqm__dropshadow_color = "#7A96C5"			//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__os9_ie5mac_offset_X = 0
	dqm__os9_ie5mac_offset_Y = 0

	dqm__osx_ie5mac_offset_X = 0
	dqm__osx_ie5mac_offset_Y = 0

	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."
   

    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = false


    //Pre-defined sub menu item heights for the Espial Escape browser.

	dqm__escape_item_height = 20


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

	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_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#983737"
	dqm__text_alignmentX = "left"


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

	dqm__hl_subdescX = "custom highlight text"
	dqm__urltargetX = "_new"




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

                           Main Menu Rollover Images and Links  

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


    //Main Menu Items 

dqm__rollover_image0 = "images/01home2.gif" 
dqm__rollover_wh0 = "154,30"
dqm__url0 = "index.html";
	
dqm__rollover_image1 = "images/01latestnews2.gif"	 
dqm__rollover_wh1 = "154,20"
dqm__url1 = "latestnews.html";

dqm__rollover_image2 = "images/01schedules2.gif"	 
dqm__rollover_wh2 = "154,20"
dqm__url2 = "";

dqm__rollover_image3 = "images/01statstandings2.gif"	 
dqm__rollover_wh3 = "154,20"
dqm__url3 = "";

dqm__rollover_image4 = "images/01photogallery2.gif"	 
dqm__rollover_wh4 = "154,20"
dqm__url4 = "http://elmontesports.com/emsa/gallery/";

dqm__rollover_image5 = "images/01signup2.gif"	 
dqm__rollover_wh5 = "154,20"
dqm__url5 = "signup.html";

dqm__rollover_image6 = "images/01flyersforms2.gif"	 
dqm__rollover_wh6 = "154,20"
dqm__url6 = "flyersforms.html";

dqm__rollover_image7 = "images/01rules2.gif"	 
dqm__rollover_wh7 = "154,20"
dqm__url7 = "rules.html";

dqm__rollover_image8 = "images/01fieldsdirect2.gif"	 
dqm__rollover_wh8 = "154,20"
dqm__url8 = "fieldsdirection.html";

dqm__rollover_image9 = "images/01tournament2.gif"	 
dqm__rollover_wh9 = "154,20"
dqm__url9 = "tournament.html";

dqm__rollover_image10 = "images/01mailinglist2.gif"	 
dqm__rollover_wh10 = "154,20"
dqm__url10 = "mailinglist.html";

dqm__rollover_image11 = "images/01freeagent2.gif"	 
dqm__rollover_wh11 = "154,20"
dqm__url11 = "freeagentlist.html";

dqm__rollover_image12 = "images/01faqs2.gif"	 
dqm__rollover_wh12 = "154,20"
dqm__url12 = "faqs.html";

dqm__rollover_image13 = "images/01links2.gif"	 
dqm__rollover_wh13 = "154,20"
dqm__url13 = "links.html";

dqm__rollover_image14 = "images/01aboutus2.gif"	 
dqm__rollover_wh14 = "154,20"
dqm__url14 = "aboutus.html";

dqm__rollover_image15 = "images/01employment2.gif"	 
dqm__rollover_wh15 = "154,20"
dqm__url15 = "employment.html";

dqm__rollover_image16 = "images/01contact2.gif"	 
dqm__rollover_wh16 = "154,20"
dqm__url16 = "contact.html";

dqm__rollover_image17 = "images/00softball2.jpg"	 
dqm__rollover_wh17 = "105,31"
dqm__url17 = "softball.html";

dqm__rollover_image18 = "images/00basketball2.jpg"	 
dqm__rollover_wh18 = "93,31"
dqm__url18 = "basketball.html";

dqm__rollover_image19 = "images/00soccer2.jpg"	 
dqm__rollover_wh19 = "63,31"
dqm__url19 = "soccer.html";

dqm__rollover_image20 = "images/00golf2.jpg"	 
dqm__rollover_wh20 = "111,31"
dqm__url20 = "golf.html";


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

                              Sub Menu Structure and Text  

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

 	dqm__sub_xy0 = "-999,-999"
 	dqm__sub_menu_width0 = 135
 	dqm__subdesc0_0 = "dummy"
  	dqm__icon_index0_0 = 0
    dqm__url0_0 = "dummy.html"
	
 	dqm__sub_xy1 = "-999,-999"
 	dqm__sub_menu_width1 = 135
 	dqm__subdesc1_0 = "dummy"
  	dqm__icon_index1_0 = 0
    dqm__url1_0 = "dummy.html"

	dqm__sub_xy2 = "0,0"
	dqm__sub_menu_width2 = 140	
	dqm__subdesc2_0 = "Softball"
	dqm__subdesc2_1 = "Basketball"
	dqm__subdesc2_2 = "Soccer"
	dqm__subdesc2_3 = "Golf League"
	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0
	dqm__icon_index2_3 = 0
    dqm__url2_0 = "softball.html"
	dqm__url2_1 = "basketball.html"
	dqm__url2_2 = "soccer.html"
	dqm__url2_3 = "golf.html"

	dqm__sub_xy3 = "0,0"
	dqm__sub_menu_width3 = 140	
	dqm__subdesc3_0 = "Softball"
	dqm__subdesc3_1 = "Basketball"
	dqm__subdesc3_2 = "Soccer"
	dqm__subdesc3_3 = "Golf League"
	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
    dqm__url3_0 = "softball.html"
	dqm__url3_1 = "basketball.html"
	dqm__url3_2 = "soccer.html"
	dqm__url3_3 = "golf.html"

 	dqm__sub_xy4 = "-999,-999"
 	dqm__sub_menu_width4 = 135
 	dqm__subdesc4_0 = "dummy"
  	dqm__icon_index4_0 = 0
    dqm__url4_0 = "dummy.html"

 	dqm__sub_xy5 = "-999,-999"
 	dqm__sub_menu_width5 = 135
 	dqm__subdesc5_0 = "dummy"
  	dqm__icon_index5_0 = 0
    dqm__url5_0 = "dummy.html"

 	dqm__sub_xy6 = "-999,-999"
 	dqm__sub_menu_width6 = 135
 	dqm__subdesc6_0 = "dummy"
  	dqm__icon_index6_0 = 0
    dqm__url6_0 = "dummy.html"

 	dqm__sub_xy7 = "-999,-999"
 	dqm__sub_menu_width7 = 135
 	dqm__subdesc7_0 = "dummy"
  	dqm__icon_index7_0 = 0
    dqm__url7_0 = "dummy.html"

 	dqm__sub_xy8 = "-999,-999"
 	dqm__sub_menu_width8 = 135
 	dqm__subdesc8_0 = "dummy"
  	dqm__icon_index8_0 = 0
    dqm__url8_0 = "dummy.html"

 	dqm__sub_xy9 = "-999,-999"
 	dqm__sub_menu_width9 = 135
 	dqm__subdesc9_0 = "dummy"
  	dqm__icon_index9_0 = 0
    dqm__url9_0 = "dummy.html"

 	dqm__sub_xy10 = "-999,-999"
 	dqm__sub_menu_width10 = 135
 	dqm__subdesc10_0 = "dummy"
  	dqm__icon_index10_0 = 0
    dqm__url10_0 = "dummy.html"

 	dqm__sub_xy11 = "-999,-999"
 	dqm__sub_menu_width11 = 135
 	dqm__subdesc11_0 = "dummy"
  	dqm__icon_index11_0 = 0
    dqm__url11_0 = "dummy.html"

 	dqm__sub_xy12 = "-999,-999"
 	dqm__sub_menu_width12 = 135
 	dqm__subdesc12_0 = "dummy"
  	dqm__icon_index12_0 = 0
    dqm__url12_0 = "dummy.html"

 	dqm__sub_xy13 = "-999,-999"
 	dqm__sub_menu_width13 = 135
 	dqm__subdesc13_0 = "dummy"
  	dqm__icon_index13_0 = 0
    dqm__url13_0 = "dummy.html"

 	dqm__sub_xy14 = "-999,-999"
 	dqm__sub_menu_width14 = 135
 	dqm__subdesc14_0 = "dummy"
  	dqm__icon_index14_0 = 0
    dqm__url14_0 = "dummy.html"

 	dqm__sub_xy15 = "-999,-999"
 	dqm__sub_menu_width15 = 135
 	dqm__subdesc15_0 = "dummy"
  	dqm__icon_index15_0 = 0
    dqm__url15_0 = "dummy.html"

 	dqm__sub_xy16 = "-999,-999"
 	dqm__sub_menu_width16 = 135
 	dqm__subdesc16_0 = "dummy"
  	dqm__icon_index16_0 = 0
    dqm__url16_0 = "dummy.html"

 	dqm__sub_xy17 = "-70,25"
 	dqm__sub_menu_width17 = 210
 	dqm__subdesc17_0 = "Schedules"
 	dqm__subdesc17_1 = "Stats & Standings"
 	dqm__subdesc17_2 = "Flyer: Softball Leagues"
 	dqm__subdesc17_3 = "Flyer: Co-Ed Softball Leagues"
  	dqm__icon_index17_0 = 0
  	dqm__icon_index17_1 = 0
  	dqm__icon_index17_2 = 0
  	dqm__icon_index17_3 = 0
    dqm__url17_0 = "softball.html"
    dqm__url17_1 = "softball.html"
    dqm__url17_2 = "flyersforms.html"
    dqm__url17_3 = "flyersforms.html"

 	dqm__sub_xy18 = "-90,25"
 	dqm__sub_menu_width18 = 200
 	dqm__subdesc18_0 = "Schedules"
 	dqm__subdesc18_1 = "Stats & Standings"
 	dqm__subdesc18_2 = "Flyer: Basketball Leagues"
  	dqm__icon_index18_0 = 0
  	dqm__icon_index18_1 = 0
  	dqm__icon_index18_2 = 0
    dqm__url18_0 = "basketball.html"
    dqm__url18_1 = "basketball.html"
    dqm__url18_2 = "flyersforms.html"

 	dqm__sub_xy19 = "-60,25"
 	dqm__sub_menu_width19 = 180
 	dqm__subdesc19_0 = "Schedules"
 	dqm__subdesc19_1 = "Stats & Standings"
 	dqm__subdesc19_2 = "Flyer: Soccer Leagues"
  	dqm__icon_index19_0 = 0
  	dqm__icon_index19_1 = 0
  	dqm__icon_index19_2 = 0
    dqm__url19_0 = "soccer.html"
    dqm__url19_1 = "soccer.html"
    dqm__url19_2 = "flyersforms.html"


 	dqm__sub_xy20 = "-105,25"
 	dqm__sub_menu_width20 = 150
 	dqm__subdesc20_0 = "Schedules"
 	dqm__subdesc20_1 = "Stats & Standings"
 	dqm__subdesc20_2 = "Flyer: Golf Leagues"
  	dqm__icon_index20_0 = 0
  	dqm__icon_index20_1 = 0
  	dqm__icon_index20_2 = 0
    dqm__url20_0 = "golf.html"
    dqm__url20_1 = "golf.html"
    dqm__url20_2 = "flyersforms.html"


