

//  QuickMenu Pro is Compatible With....

//

//      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)

//      IE4, IE5.x, &up (Mac)

//      IE4 & up (other platforms)

//      NS4.x (All Platforms)

//      NS5/6.x (All Platforms)

//      NS7 (All Platforms)

//      Opera 5,6,7 (All Platforms)

//      Mozilla 0.6 & up (All Platforms)

//      Konqueror 2.2 & up (Linux)

//      Espial Escape 4.x & up (All Platforms)

//      Ice Browser 5.x & up (All Platforms)

//      Safari 1.0 (Mac only browser)

//      Degrades gracefully in older browsers 

//

//  

//  To customize QuickMenu Pro open this file in a simple text 

//  editor (Notepad or similar). Modify and add parameters (all 

//  customizable parameters start with 'dqm__'), save this file,

//  and open 'sample.htm' in a browser to view your menu. View

//  the source for sample.htm for information on connecting 

//  sub menus to HTML images or build your page around the

//  included sample.htm file.

//

//  QuickMenu conditionally loads the necessary JavaScript

//  files (.js) depending on the browser and platform the user

//  is viewing the menu on. The total file size for each

//  browser / platform scenario is no larger than 12K.

//

//  This sample data file contains comments and help information

//  to assist in the initial customization of your drop down 

//  menu. If you base your implementation on this documented template

//  we recommend the removal of the comments before using on the web, as 

//  to optimize the overall file size and load time of the menu for 

//  the end user.  With the comments removed this sample data files

//  size may be reduced by as much as 50%. Note: To simplify comment 

//  removal there is a uncommented version of this sample template

//  offered in the 'samples' folder.

//

//

//  NOTE: Parameters prefixed with '//' are commented out,

//        delete the '//' to activate the parameter. 

//

//        Commenting out required parameters will cause errors.

//

//        Text values, except TRUE and FALSE statements, must be

//        enclosed by double quotes (").

//  

//        Each parameter value should appear on its own line.

//

//        This data file may also be placed within your HTML page

//        by enclosing between JavaScript tags.

//

//        Due to browser limitations, DHTML menus will not appear

//        on top of Flash objects (unless the flash objects 'wmode'

//        parameter is set to transparent, however this may be buggy), 

//        across frames, or over certain form field elements. A hide 

//        and show workaround for form fields is included with this menu

//        (see the FAQ for additional information).         







/*-------------------------------------------

Colors, Borders, Dividers, and more...

--------------------------------------------*/





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



	dqm__border_width = 1

	dqm__divider_height = 1



	dqm__border_color = "#476F00"		//Hex color or 'transparent'

	dqm__menu_bgcolor = "#BFD991"		//Hex color or 'transparent'

	dqm__hl_bgcolor = "#9CC05C"		



	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 = "#000000"

	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 = "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 = 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 = "../newimages1/bullet_r.gif"

	dqm__icon_rollover0 = "../newimages1/bullet_w.gif"

	dqm__icon_image_wh0 = "9,5"



	



    //Absolute positioned icon images (coordinate poitioned)



	//dqm__2nd_icon_image0 = "../newimages1/arrow.gif"

	//dqm__2nd_icon_rollover0 = "../newimages1/arrow.gif"

	//dqm__2nd_icon_image_wh0 = "13,10"

	//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 = "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 = "LEFT"	//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_widthX = 10;

	dqm__divider_heightX = 5;		

	dqm__border_colorX = "#0000ff";     

	dqm__menu_bgcolorX = "#ff0000"

	dqm__hl_bgcolorX = "#00ff00"

	dqm__hl_textcolorX = "#ff0000"

	dqm__text_alignmentX = "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 = "../newimages1/index_10-over.gif"

	dqm__rollover_wh0 = "153,27"

	dqm__url0 = "../sports.php?id=2";  





    //Main Menu Item 1



	//dqm__rollover_image1 = "../newimages1/index_11-over.gif"

	dqm__rollover_wh1 = "147,27"

	dqm__url1 = "../sports.php?id=3";





    //Main Menu Item 2



	//dqm__rollover_image2 = "../newimages1/index_12-over.gif" 

	dqm__rollover_wh2 = "87,27"

	dqm__url2 = "../sports.php?id=9";   





    //Main Menu Item 3



	//dqm__rollover_image3 = "../newimages1/index_13-over.gif" 

	dqm__rollover_wh3 = "96,27"

	dqm__url3 = "../sports.php?id=10";  





   //Main Menu Item 4



	//dqm__rollover_image4 = "../newimages1/index_14-over.gif" 

	dqm__rollover_wh4 = "149,27"

	dqm__url4 = "../sports.php?id=7";   





   //Main Menu Item 5



	//dqm__rollover_image5 = "../newimages1/index_15-over.gif" 

	dqm__rollover_wh5 = "75,27"

	dqm__url5 = "../sports.php?id=11"; 





   //Main Menu Item 6



	//dqm__rollover_image6 = "../newimages1/index_16-over.gif" 

	dqm__rollover_wh6 = "73,27"

	dqm__url6 = "../sports.php?id=13"; 

   



   //Left Menu Item 7



	//dqm__rollover_image7 = "../newimages1/index_17-over.gif" 

	dqm__rollover_wh7 = "126,27"

	dqm__url7 = "../sports.php?id=14";





	//Left Menu Item 8



	//dqm__rollover_image8 = "../newimages1/index_18-over.gif" 

	dqm__rollover_wh8 = "88,27"

	dqm__url8 = "../sports.php?id=15";



	//Left Menu Item 9



	//dqm__rollover_image9 = "../newimages1/index_20-over.gif" 

	dqm__rollover_wh9 = "131,26"

	dqm__url9 = "../sports.php?id=16";



	//Left Menu Item 10



	//dqm__rollover_image10 = "../newimages1/index_21-over.gif" 

	dqm__rollover_wh10 = "124,26"

	dqm__url10 = "../sports.php?id=17"; 



	//Left Menu Item 11



	//dqm__rollover_image11 = "../newimages1/index_22-over.gif" 

	dqm__rollover_wh11 = "78,26"

	dqm__url11 = "../sports.php?id=18"; 



	//Left Menu Item 12



	//dqm__rollover_image12 = "../newimages1/index_23-over.gif" 

	dqm__rollover_wh12 = "79,26"

	dqm__url12 = "../sports.php?id=22"; 



	//Left Menu Item 13



	//dqm__rollover_image13 = "../newimages1/index_24-over.gif" 

	dqm__rollover_wh13 = "154,26"

	dqm__url13 = "../sports.php?id=20";





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

**********************************************************************************************



                              Sub Menu Structure and Text  



**********************************************************************************************

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

   



    //Sub Menu 0



	dqm__sub_xy0 = "-145,26"

	dqm__sub_menu_width0 = 120



	dqm__subdesc0_0 = "Super Bowls"

		

	dqm__icon_index0_0 = 0

			

	dqm__url0_0 = "../event.php?id=208"



	//Sub Menu 1



	dqm__sub_xy1 = "-145,26"

	dqm__sub_menu_width1 = 120



	dqm__subdesc1_0 = "AFL Records"

	dqm__subdesc1_1 = "Brownlow Medal"

	dqm__subdesc1_2 = "Grand Finals"

	dqm__subdesc1_3 = "Night Premiers"

	dqm__subdesc1_4 = "Norm Smith Medal"

		

	dqm__icon_index1_0 = 0

			

	dqm__url1_0 = "../event.php?id=5"

	dqm__url1_1 = "../event.php?id=1"

	dqm__url1_2 = "../event.php?id=2"

	dqm__url1_3 = "../event.php?id=3"

	dqm__url1_4 = "../event.php?id=4"







	//Sub Menu 2



	dqm__sub_xy2 = "-86,26"

	dqm__sub_menu_width2 = 100



	dqm__subdesc2_0 = "World Series"

			

	dqm__icon_index2_0 = 0

			

	dqm__url2_0 = "../event.php?id=519"





	//Sub Menu 3



	dqm__sub_xy3 = "-97,26"

	dqm__sub_menu_width3 = 125



	dqm__subdesc3_0 = "Champions & MVP"

			

	dqm__icon_index3_0 = 0

			

	dqm__url3_0 = "../event.php?id=520"





	//Sub Menu 4



	dqm__sub_xy4 = "-147,26"

	dqm__sub_menu_width4 = 125



	dqm__subdesc4_0 = "Athletics"

	dqm__subdesc4_1 = "Badminton"

	dqm__subdesc4_2 = "Boxing"

	dqm__subdesc4_3 = "Cycling"

	dqm__subdesc4_4 = "Diving"

	dqm__subdesc4_5 = "Gymnastics"

	dqm__subdesc4_6 = "Judo"

	dqm__subdesc4_7 = "Rowing"

	dqm__subdesc4_8 = "Shooting"

	dqm__subdesc4_9 = "Swimming"

	dqm__subdesc4_10 = "Weightlifting"

	dqm__subdesc4_11 = "Wrestling"

	dqm__subdesc4_12 = "Other Sports"

			

	dqm__icon_index4_0 = 0

			

	dqm__url4_0 = "../subsports.php?subsport_id=1"

	dqm__url4_1 = "../subsports.php?subsport_id=2"

	dqm__url4_2 = "../subsports.php?subsport_id=3"

	dqm__url4_3 = "../subsports.php?subsport_id=4"

	dqm__url4_4 = "../subsports.php?subsport_id=5"

	dqm__url4_5 = "../subsports.php?subsport_id=6"

	dqm__url4_6 = "../subsports.php?subsport_id=7"

	dqm__url4_7 = "../subsports.php?subsport_id=8"

	dqm__url4_8 = "../subsports.php?subsport_id=9"

	dqm__url4_9 = "../subsports.php?subsport_id=10"

	dqm__url4_10 = "../subsports.php?subsport_id=11"

	dqm__url4_11 = "../subsports.php?subsport_id=12"

	dqm__url4_12 = "../subsports.php?subsport_id=13"





	//Sub Menu 5



	dqm__sub_xy5 = "-76,26"

	dqm__sub_menu_width5 = 110



	dqm__subdesc5_0 = "Test Cricket"

	dqm__subdesc5_1 = "Bodyline Series"

	dqm__subdesc5_2 = "ODI Cricket"

				

	dqm__icon_index5_0 = 0

			

	dqm__url5_0 = "../Test/teshome.htm"

	dqm__url5_1 = "../Sample/samhome.htm"

	dqm__url5_2 = "../ODI/odihome.htm"





	//Sub Menu 6



	dqm__sub_xy6 = "-125,26"

	dqm__sub_menu_width6 = 125



	dqm__subdesc6_0 = "British Open"

	dqm__subdesc6_1 = "US Open"

	dqm__subdesc6_2 = "US PGA"

	dqm__subdesc6_3 = "US Masters"

	dqm__subdesc6_4 = "World Match Play"

	dqm__subdesc6_5 = "US TPC"

	dqm__subdesc6_6 = "Dunhill Cup"

	dqm__subdesc6_7 = "Australian Open"

	dqm__subdesc6_8 = "Australian PGA"

	dqm__subdesc6_9 = "Australian Masters"

	dqm__subdesc6_10 = "Aust Match Play"

	dqm__subdesc6_11 = "PGA Records"
	
	dqm__subdesc6_12 = "Fedex Cup"

	dqm__subdesc6_13 = "Majors Winners"

	dqm__subdesc6_14 = "Tigers PGA Wins"


				

	dqm__icon_index6_0 = 0

			

	dqm__url6_0 = "../event.php?id=521"

	dqm__url6_1 = "../event.php?id=522"

	dqm__url6_2 = "../event.php?id=523"

	dqm__url6_3 = "../event.php?id=524"

	dqm__url6_4 = "../event.php?id=525"

	dqm__url6_5 = "../event.php?id=526"

	dqm__url6_6 = "../event.php?id=527"

	dqm__url6_7 = "../event.php?id=528"

	dqm__url6_8 = "../event.php?id=529"

	dqm__url6_9 = "../event.php?id=530"

	dqm__url6_10 = "../event.php?id=531"

	dqm__url6_11 = "PGA_Records1.php"
	
	dqm__url6_12 = "../event.php?id=1555"

	dqm__url6_13 = "../event.php?id=1554"

	dqm__url6_14 = "../event.php?id=1548"





	//Sub Menu 7



	dqm__sub_xy7 = "-120,26"

	dqm__sub_menu_width7 = 102



	dqm__subdesc7_0 = "Caulfield Cup"

	dqm__subdesc7_1 = "Golden Slipper"

	dqm__subdesc7_2 = "Melbourne Cup"

						

	dqm__icon_index6_0 = 0

			

	dqm__url7_0 = "../event.php?id=533"

	dqm__url7_1 = "../event.php?id=534"

	dqm__url7_2 = "../event.php?id=535"





	//Sub Menu 8



	dqm__sub_xy8 = "-88,26"

	dqm__sub_menu_width8 = 112



	dqm__subdesc8_0 = "World Champion"

						

	dqm__icon_index6_0 = 0

			

	dqm__url8_0 = "../event.php?id=536"





	//Sub Menu 9



	dqm__sub_xy9 = "-129,24"

	dqm__sub_menu_width9 = 115



	dqm__subdesc9_0 = "Archery"

	dqm__subdesc9_1 = "Athletics"

	dqm__subdesc9_2 = "Boxing"

	dqm__subdesc9_3 = "Canoeing"

	dqm__subdesc9_4 = "Cycling"

	dqm__subdesc9_5 = "Diving"

	dqm__subdesc9_6 = "Equestrian"

	dqm__subdesc9_7 = "Fencing"

	dqm__subdesc9_8 = "Gymnastics"

	dqm__subdesc9_9 = "Judo"

	dqm__subdesc9_10 = "Rowing"

	dqm__subdesc9_11 = "Sailing"

	dqm__subdesc9_12 = "Shooting"

	dqm__subdesc9_13 = "Swimming"

	dqm__subdesc9_14 = "Taekwondo"

	dqm__subdesc9_15 = "Weightlifting"

	dqm__subdesc9_16 = "Wrestling"

	dqm__subdesc9_17 = "Other Sports"



	

	dqm__icon_index9_0 = 0

			

	dqm__url9_0 = "../subsports.php?subsport_id=19"

	dqm__url9_1 = "../subsports.php?subsport_id=20"

	dqm__url9_2 = "../subsports.php?subsport_id=21"

	dqm__url9_3 = "../subsports.php?subsport_id=22"

	dqm__url9_4 = "../subsports.php?subsport_id=23"

	dqm__url9_5 = "../subsports.php?subsport_id=24"

	dqm__url9_6 = "../subsports.php?subsport_id=25"

	dqm__url9_7 = "../subsports.php?subsport_id=26"

	dqm__url9_8 = "../subsports.php?subsport_id=27"

	dqm__url9_9 = "../subsports.php?subsport_id=28"

	dqm__url9_10 = "../subsports.php?subsport_id=29"

	dqm__url9_11 = "../subsports.php?subsport_id=30"

	dqm__url9_12 = "../subsports.php?subsport_id=31"

	dqm__url9_13 = "../subsports.php?subsport_id=32"

	dqm__url9_14 = "../subsports.php?subsport_id=33"

	dqm__url9_15 = "../subsports.php?subsport_id=34"

	dqm__url9_16 = "../subsports.php?subsport_id=35"

	dqm__url9_17 = "../subsports.php?subsport_id=36"





	//Sub Menu 10



	dqm__sub_xy10 = "-123,24"

	dqm__sub_menu_width10 = 138



	dqm__subdesc10_0 = "Best and Fairest"

	dqm__subdesc10_1 = "Churchill Medal"

	dqm__subdesc10_2 = "DallyM"

	dqm__subdesc10_3 = "Grand Finals"

	dqm__subdesc10_4 = "NRL Season Wrap"

	dqm__subdesc10_5 = "Top Try Scorers"

	dqm__subdesc10_6 = "Grand Final Honour"

	dqm__subdesc10_7 = "Premiership Honour"

	dqm__subdesc10_8 = "Super League Wrap"

	dqm__subdesc10_9 = "S. League Tri Series"

	dqm__subdesc10_10 = "State of Origin"

	dqm__subdesc10_11 = "World Cup"

			

	dqm__icon_index10_0 = 0

			

	dqm__url10_0 = "../event.php?id=214"

	dqm__url10_1 = "../event.php?id=209"

	dqm__url10_2 = "../event.php?id=210"

	dqm__url10_3 = "../event.php?id=212"

	dqm__url10_4 = "../event.php?id=215"

	dqm__url10_5 = "../event.php?id=218"

	dqm__url10_6 = "../event.php?id=222"

	dqm__url10_7 = "../event.php?id=221"

	dqm__url10_8 = "../event.php?id=223"

	dqm__url10_9 = "../event.php?id=216"

	dqm__url10_10 = "../event.php?id=213"

	dqm__url10_11 = "../event.php?id=219"





	//Sub Menu 11



	dqm__sub_xy11 = "-77,24"

	dqm__sub_menu_width11 = 125



	dqm__subdesc11_0 = "EPL Champions"

	dqm__subdesc11_1 = "FA Cup"

	dqm__subdesc11_2 = "League Cup"

	dqm__subdesc11_3 = "EPL Season Wrap"

	dqm__subdesc11_4 = "World Cup Finals"

	dqm__subdesc11_5 = "WC Performances"

	dqm__subdesc11_6 = "Current Season"

	

			

	dqm__icon_index11_0 = 0

			

	dqm__url11_0 = "../event.php?id=195"

	dqm__url11_1 = "../event.php?id=196"

	dqm__url11_2 = "../event.php?id=197"

	dqm__url11_3 = "../event.php?id=198"

	dqm__url11_4 = "../event.php?id=202"

	dqm__url11_5 = "../event.php?id=201"

	dqm__url11_6 = "../Current_Season/start.htm"





	//Sub Menu 12



	dqm__sub_xy12 = "-77,24"

	dqm__sub_menu_width12 = 100



	dqm__subdesc12_0 = "Aust Open"

	dqm__subdesc12_1 = "French Open"

	dqm__subdesc12_2 = "US Open"

	dqm__subdesc12_3 = "Wimbledon"

			

	dqm__icon_index12_0 = 0

			

	dqm__url12_0 = "../event.php?id=1008"

	dqm__url12_1 = "../event.php?id=1009"

	dqm__url12_2 = "../event.php?id=1482"

	dqm__url12_3 = "../event.php?id=1010"





	//Sub Menu 13



	dqm__sub_xy13 = "-152,24"

	dqm__sub_menu_width13 = 100



	dqm__subdesc13_0 = "Alpine"

	dqm__subdesc13_1 = "Biathlon"

	dqm__subdesc13_2 = "BOB & Luge"

	dqm__subdesc13_3 = "Freestyle Ski"

	dqm__subdesc13_4 = "Ice Skating"

	dqm__subdesc13_5 = "Nordic Ski"

	dqm__subdesc13_6 = "Other"

	dqm__subdesc13_7 = "Short Track"

	dqm__subdesc13_8 = "Snowboard"

	dqm__subdesc13_9 = "Speed Skating"

			

	dqm__icon_index13_0 = 0

			

	dqm__url13_0 = "../subsports.php?subsport_id=37"

	dqm__url13_1 = "../subsports.php?subsport_id=38"

	dqm__url13_2 = "../subsports.php?subsport_id=39"

	dqm__url13_3 = "../subsports.php?subsport_id=40"

	dqm__url13_4 = "../subsports.php?subsport_id=41"

	dqm__url13_5 = "../subsports.php?subsport_id=42"

	dqm__url13_6 = "../subsports.php?subsport_id=43"

	dqm__url13_7 = "../subsports.php?subsport_id=44"

	dqm__url13_8 = "../subsports.php?subsport_id=45"

	dqm__url13_9 = "../subsports.php?subsport_id=46"





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

**********************************************************************************************



                              Sub Menu Sub Menu Structure and Text  



**********************************************************************************************

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





/*dqm__sub_xy4_0 = "-10,1"

dqm__sub_menu_width4_0 = 125



dqm__icon_index4_0_0 = 0



dqm__subdesc4_0_0 = "10000m "

dqm__subdesc4_0_1 = "100m "

dqm__subdesc4_0_2 = "100m Hurdle "

dqm__subdesc4_0_3 = "1500m "

dqm__subdesc4_0_4 = "200m "

dqm__subdesc4_0_5 = "3000m "

dqm__subdesc4_0_6 = "3000m Steeple "

dqm__subdesc4_0_7 = "4 x 100m Relay "

dqm__subdesc4_0_8 = "4 x 400m Relay "

dqm__subdesc4_0_9 = "400m "

dqm__subdesc4_0_10 = "400m Hurdle "

dqm__subdesc4_0_11 = "5000m "

dqm__subdesc4_0_12 = "800m "

dqm__subdesc4_0_13 = "Decathlon "

dqm__subdesc4_0_14 = "Discus "

dqm__subdesc4_0_15 = "Hammer Throw "

dqm__subdesc4_0_16 = "Heptathlon "

dqm__subdesc4_0_17 = "High Jump "

dqm__subdesc4_0_18 = "Javelin "

dqm__subdesc4_0_19 = "Long Jump "

dqm__subdesc4_0_20 = "Marathon "

dqm__subdesc4_0_21 = "Pole Vault "

dqm__subdesc4_0_22 = "Shot Put "

dqm__subdesc4_0_23 = "Sprint Relay "

dqm__subdesc4_0_24 = "Triple Jump "

dqm__subdesc4_0_25 = "Walks "



dqm__url4_0_0 = "../subevent.php?id=1071"

dqm__url4_0_1 = "../subevent.php?id=1061"

dqm__url4_0_2 = "../subevent.php?id=1062"

dqm__url4_0_3 = "../subevent.php?id=1067"

dqm__url4_0_4 = "../subevent.php?id=1063"

dqm__url4_0_5 = "../subevent.php?id=1068"

dqm__url4_0_6 = "../subevent.php?id=1069"

dqm__url4_0_7 = "../subevent.php?id=1072"

dqm__url4_0_8 = "../subevent.php?id=1073"

dqm__url4_0_9 = "../subevent.php?id=1064"

dqm__url4_0_10 = "../subevent.php?id=1065"

dqm__url4_0_11 = "../subevent.php?id=1070"

dqm__url4_0_12 = "../subevent.php?id=1066"

dqm__url4_0_13 = "../subevent.php?id=1074"

dqm__url4_0_14 = "../subevent.php?id=1076"

dqm__url4_0_15 = "../subevent.php?id=1077"

dqm__url4_0_16 = "../subevent.php?id=1075"

dqm__url4_0_17 = "../subevent.php?id=1081"

dqm__url4_0_18 = "../subevent.php?id=1078"

dqm__url4_0_19 = "../subevent.php?id=1082"

dqm__url4_0_20 = "../subevent.php?id=1084"

dqm__url4_0_21 = "../subevent.php?id=1080"

dqm__url4_0_22 = "../subevent.php?id=1079"

dqm__url4_0_23 = "../subevent.php?id=1085"

dqm__url4_0_24 = "../subevent.php?id=1083"

dqm__url4_0_25 = "../subevent.php?id=1086"







dqm__sub_xy4_1 = "-10,1"

dqm__sub_menu_width4_1 = 125

dqm__icon_index4_1_0 = 0



dqm__subdesc4_1_0 = "Doubles "

dqm__subdesc4_1_1 = "Mixed Doubles "

dqm__subdesc4_1_2 = "Singles "



dqm__url4_1_0 = "../subevent.php?id=1088"

dqm__url4_1_1 = "../subevent.php?id=1089"

dqm__url4_1_2 = "../subevent.php?id=1087"







dqm__sub_xy4_2 = "-10,1"

dqm__sub_menu_width4_2 = 125

dqm__icon_index4_2_0 = 0

dqm__subdesc4_2_0 = "48kg "

dqm__subdesc4_2_1 = "51kg "

dqm__subdesc4_2_2 = "54kg "

dqm__subdesc4_2_3 = "57kg "

dqm__subdesc4_2_4 = "60kg "

dqm__subdesc4_2_5 = "63.5kg "

dqm__subdesc4_2_6 = "67kg "

dqm__subdesc4_2_7 = "71kg "

dqm__subdesc4_2_8 = "75kg "

dqm__subdesc4_2_9 = "81kg "

dqm__subdesc4_2_10 = "91kg "

dqm__subdesc4_2_11 = "Over 91kg "





dqm__url4_2_0 = "../subevent.php?id=1090"

dqm__url4_2_1 = "../subevent.php?id=1091"

dqm__url4_2_2 = "../subevent.php?id=1092"

dqm__url4_2_3 = "../subevent.php?id=1093"

dqm__url4_2_4 = "../subevent.php?id=1094"

dqm__url4_2_5 = "../subevent.php?id=1095"

dqm__url4_2_6 = "../subevent.php?id=1096"

dqm__url4_2_7 = "../subevent.php?id=1097"

dqm__url4_2_8 = "../subevent.php?id=1098"

dqm__url4_2_9 = "../subevent.php?id=1099"

dqm__url4_2_10 = "../subevent.php?id=1100"

dqm__url4_2_11 = "../subevent.php?id=1101"





dqm__sub_xy4_3 = "-10,1"

dqm__sub_menu_width4_3 = 125

dqm__icon_index4_3_0 = 0

dqm__subdesc4_3_0 = "20k Track "

dqm__subdesc4_3_1 = "Ind Pursuit "

dqm__subdesc4_3_2 = "Keirin "

dqm__subdesc4_3_3 = "Points "

dqm__subdesc4_3_4 = "Road Race "

dqm__subdesc4_3_5 = "Road Team TT "

dqm__subdesc4_3_6 = "Road TT "

dqm__subdesc4_3_7 = "Sprint "

dqm__subdesc4_3_8 = "Team Pursuit "

dqm__subdesc4_3_9 = "Time Trial "





dqm__url4_3_0 = "../subevent.php?id=1102"

dqm__url4_3_1 = "../subevent.php?id=1103"

dqm__url4_3_2 = "../subevent.php?id=1111"

dqm__url4_3_3 = "../subevent.php?id=1110"

dqm__url4_3_4 = "../subevent.php?id=1108"

dqm__url4_3_5 = "../subevent.php?id=1107"

dqm__url4_3_6 = "../subevent.php?id=1106"

dqm__url4_3_7 = "../subevent.php?id=1109"

dqm__url4_3_8 = "../subevent.php?id=1104"

dqm__url4_3_9 = "../subevent.php?id=1105"





dqm__sub_xy4_4 = "-10,1"

dqm__sub_menu_width4_4 = 125

dqm__icon_index4_4_0 = 0

dqm__subdesc4_4_0 = "10m High "

dqm__subdesc4_4_1 = "1m Spring "

dqm__subdesc4_4_2 = "3m Spring "

dqm__subdesc4_4_3 = "Sync 3m & 10m "





dqm__url4_4_0 = "../subevent.php?id=1114"

dqm__url4_4_1 = "../subevent.php?id=1112"

dqm__url4_4_2 = "../subevent.php?id=1113"

dqm__url4_4_3 = "../subevent.php?id=1115"









dqm__sub_xy4_5 = "-10,1"

dqm__sub_menu_width4_5 = 125

dqm__icon_index4_5_0 = 0

dqm__subdesc4_5_0 = "Bars "

dqm__subdesc4_5_1 = "Club & Rope "

dqm__subdesc4_5_2 = "Floor "

dqm__subdesc4_5_3 = "Hoop & Ribbon "

dqm__subdesc4_5_4 = "Horiz Bars & Rings "

dqm__subdesc4_5_5 = "Ind Allround "

dqm__subdesc4_5_6 = "Overall "

dqm__subdesc4_5_7 = "Pommel & Beam "

dqm__subdesc4_5_8 = "Team Allround "

dqm__subdesc4_5_9 = "Vault "





dqm__url4_5_0 = "../subevent.php?id=1116"

dqm__url4_5_1 = "../subevent.php?id=1117"

dqm__url4_5_2 = "../subevent.php?id=1118"

dqm__url4_5_3 = "../subevent.php?id=1120"

dqm__url4_5_4 = "../subevent.php?id=1119"

dqm__url4_5_5 = "../subevent.php?id=1123"

dqm__url4_5_6 = "../subevent.php?id=1125"

dqm__url4_5_7 = "../subevent.php?id=1121"

dqm__url4_5_8 = "../subevent.php?id=1124"

dqm__url4_5_9 = "../subevent.php?id=1122"







dqm__sub_xy4_6 = "-10,1"

dqm__sub_menu_width4_6 = 125

dqm__icon_index4_6_0 = 0

dqm__subdesc4_6_0 = "Men 100kg "

dqm__subdesc4_6_1 = "Men 60kg "

dqm__subdesc4_6_2 = "Men 66kg "

dqm__subdesc4_6_3 = "Men 73kg "

dqm__subdesc4_6_4 = "Men 81kg "

dqm__subdesc4_6_5 = "Men 90kg "

dqm__subdesc4_6_6 = "Men Over 100kg "

dqm__subdesc4_6_7 = "Open "

dqm__subdesc4_6_8 = "Women 48kg "

dqm__subdesc4_6_9 = "Women 52kg "

dqm__subdesc4_6_10 = "Women 57kg "

dqm__subdesc4_6_11 = "Women 63kg "

dqm__subdesc4_6_12 = "Women 70kg "

dqm__subdesc4_6_13 = "Women Over 72kg "

dqm__subdesc4_6_14 = "Women Over 78kg "





dqm__url4_6_0 = "../subevent.php?id=1131"

dqm__url4_6_1 = "../subevent.php?id=1126"

dqm__url4_6_2 = "../subevent.php?id=1127"

dqm__url4_6_3 = "../subevent.php?id=1128"

dqm__url4_6_4 = "../subevent.php?id=1129"

dqm__url4_6_5 = "../subevent.php?id=1130"

dqm__url4_6_6 = "../subevent.php?id=1132"

dqm__url4_6_7 = "../subevent.php?id=1140"

dqm__url4_6_8 = "../subevent.php?id=1133"

dqm__url4_6_9 = "../subevent.php?id=1134"

dqm__url4_6_10 = "../subevent.php?id=1135"

dqm__url4_6_11 = "../subevent.php?id=1136"

dqm__url4_6_12 = "../subevent.php?id=1137"

dqm__url4_6_13 = "../subevent.php?id=1138"

dqm__url4_6_14 = "../subevent.php?id=1139"





dqm__sub_xy4_12 = "-10,1"

dqm__sub_menu_width4_12 = 125

dqm__icon_index4_12_0 = 0

dqm__subdesc4_12_0 = "Archery "

dqm__subdesc4_12_1 = "Basketball "

dqm__subdesc4_12_2 = "Cricket "

dqm__subdesc4_12_3 = "Hockey "

dqm__subdesc4_12_4 = "Mountain Bike "

dqm__subdesc4_12_5 = "Netball "

dqm__subdesc4_12_6 = "Rubgy 7's "

dqm__subdesc4_12_7 = "Ten Pin Bowl "

dqm__subdesc4_12_8 = "Triathlon "

dqm__subdesc4_12_9 = "Water Polo "

dqm__subdesc4_12_10 = "Fencing - Epee"

dqm__subdesc4_12_11 = "Fencing - Foil"

dqm__subdesc4_12_12 = "Fencing - Sabre"

dqm__subdesc4_12_13 = "L Bowls Singles"

dqm__subdesc4_12_14 = "L Bowls Pairs"

dqm__subdesc4_12_15 = "L Bowls Triples"

dqm__subdesc4_12_16 = "L Bowls Fours"

dqm__subdesc4_12_17 = "Squash Singles"

dqm__subdesc4_12_18 = "Squash Doubles"

dqm__subdesc4_12_19 = "Squash Mix Doubles"

dqm__subdesc4_12_20 = "T Tennis Singles"

dqm__subdesc4_12_21 = "T Tennis Doubles"

dqm__subdesc4_12_22 = "T Tennis Mix Team"



dqm__url4_12_0 = "../subevent.php?id=1226"

dqm__url4_12_1 = "../subevent.php?id=1227"

dqm__url4_12_2 = "../subevent.php?id=1228"

dqm__url4_12_3 = "../subevent.php?id=1232"

dqm__url4_12_4 = "../subevent.php?id=1237"

dqm__url4_12_5 = "../subevent.php?id=1238"

dqm__url4_12_6 = "../subevent.php?id=1239"

dqm__url4_12_7 = "../subevent.php?id=1246"

dqm__url4_12_8 = "../subevent.php?id=1247"

dqm__url4_12_9 = "../subevent.php?id=1248"

dqm__url4_12_10 = "../subevent.php?id=1229"

dqm__url4_12_11 = "../subevent.php?id=1230"

dqm__url4_12_12 = "../subevent.php?id=1231"

dqm__url4_12_13 = "../subevent.php?id=1233"

dqm__url4_12_14 = "../subevent.php?id=1234"

dqm__url4_12_15 = "../subevent.php?id=1235"

dqm__url4_12_16 = "../subevent.php?id=1236"

dqm__url4_12_17 = "../subevent.php?id=1240"

dqm__url4_12_18 = "../subevent.php?id=1241"

dqm__url4_12_19 = "../subevent.php?id=1242"

dqm__url4_12_20 = "../subevent.php?id=1243"

dqm__url4_12_21 = "../subevent.php?id=1244"

dqm__url4_12_22 = "../subevent.php?id=1245"





dqm__sub_xy4_7 = "-10,1"

dqm__sub_menu_width4_7 = 125

dqm__icon_index4_7_0 = 0

dqm__subdesc4_7_0 = "Coxed 4's "

dqm__subdesc4_7_1 = "Coxless 4's "

dqm__subdesc4_7_2 = "Coxless Pairs "

dqm__subdesc4_7_3 = "Double Skull "

dqm__subdesc4_7_4 = "Eights "

dqm__subdesc4_7_5 = "Single Skull "





dqm__url4_7_0 = "../subevent.php?id=1141"

dqm__url4_7_1 = "../subevent.php?id=1142"

dqm__url4_7_2 = "../subevent.php?id=1143"

dqm__url4_7_3 = "../subevent.php?id=1145"

dqm__url4_7_4 = "../subevent.php?id=1146"

dqm__url4_7_5 = "../subevent.php?id=1144"





dqm__sub_xy4_8 = "-10,1"

dqm__sub_menu_width4_8 = 125

dqm__icon_index4_8_0 = 0

dqm__subdesc4_8_0 = "50m Pistol "

dqm__subdesc4_8_1 = "50m Pistol Pairs "

dqm__subdesc4_8_2 = "50m Rifle 3 "

dqm__subdesc4_8_3 = "50m Rifle 3 Prs "

dqm__subdesc4_8_4 = "50m Rifle Pr Prs "

dqm__subdesc4_8_5 = "50m Rifle Prone "

dqm__subdesc4_8_6 = "Air Pistol "

dqm__subdesc4_8_7 = "Air Pistol Pairs "

dqm__subdesc4_8_8 = "Air Rifle "

dqm__subdesc4_8_9 = "Air Rifle Pairs "

dqm__subdesc4_8_10 = "Centre F Pistol "

dqm__subdesc4_8_11 = "Centre F Pistol Prs "

dqm__subdesc4_8_12 = "Double Trap "

dqm__subdesc4_8_13 = "Double Trap Prs "

dqm__subdesc4_8_14 = "Free Pistol "

dqm__subdesc4_8_15 = "Free Pistol Prs "

dqm__subdesc4_8_16 = "Full Bore Rifle "

dqm__subdesc4_8_17 = "Full Bore Rifle Prs "

dqm__subdesc4_8_18 = "Olym DTrap Prs "

dqm__subdesc4_8_19 = "Rapid F Pistol "

dqm__subdesc4_8_20 = "Rapid F Pistol Prs "

dqm__subdesc4_8_21 = "Run Target "

dqm__subdesc4_8_22 = "Run Target Prs "

dqm__subdesc4_8_23 = "Short Pistol Pairs "

dqm__subdesc4_8_24 = "Skeet "

dqm__subdesc4_8_25 = "Skeet Pairs "

dqm__subdesc4_8_26 = "Sport Pistol "

dqm__subdesc4_8_27 = "Sport Pistol Prs "

dqm__subdesc4_8_28 = "Trap "

dqm__subdesc4_8_29 = "Trap Pairs "





dqm__url4_8_0 = "../subevent.php?id=1147"

dqm__url4_8_1 = "../subevent.php?id=1148"

dqm__url4_8_2 = "../subevent.php?id=1149"

dqm__url4_8_3 = "../subevent.php?id=1150"

dqm__url4_8_4 = "../subevent.php?id=1152"

dqm__url4_8_5 = "../subevent.php?id=1151"

dqm__url4_8_6 = "../subevent.php?id=1153"

dqm__url4_8_7 = "../subevent.php?id=1154"

dqm__url4_8_8 = "../subevent.php?id=1155"

dqm__url4_8_9 = "../subevent.php?id=1156"

dqm__url4_8_10 = "../subevent.php?id=1157"

dqm__url4_8_11 = "../subevent.php?id=1158"

dqm__url4_8_12 = "../subevent.php?id=1174"

dqm__url4_8_13 = "../subevent.php?id=1175"

dqm__url4_8_14 = "../subevent.php?id=1159"

dqm__url4_8_15 = "../subevent.php?id=1160"

dqm__url4_8_16 = "../subevent.php?id=1163"

dqm__url4_8_17 = "../subevent.php?id=1164"

dqm__url4_8_18 = "../subevent.php?id=1176"

dqm__url4_8_19 = "../subevent.php?id=1165"

dqm__url4_8_20 = "../subevent.php?id=1166"

dqm__url4_8_21 = "../subevent.php?id=1167"

dqm__url4_8_22 = "../subevent.php?id=1168"

dqm__url4_8_23 = "../subevent.php?id=1169"

dqm__url4_8_24 = "../subevent.php?id=1170"

dqm__url4_8_25 = "../subevent.php?id=1171"

dqm__url4_8_26 = "../subevent.php?id=1161"

dqm__url4_8_27 = "../subevent.php?id=1162"

dqm__url4_8_28 = "../subevent.php?id=1172"

dqm__url4_8_29 = "../subevent.php?id=1173"





dqm__sub_xy4_9 = "-10,1"

dqm__sub_menu_width4_9 = 125

dqm__icon_index4_9_0 = 0

dqm__subdesc4_9_0 = "100m Back "

dqm__subdesc4_9_1 = "100m Breast "

dqm__subdesc4_9_2 = "100m Fly "

dqm__subdesc4_9_3 = "100m Free "

dqm__subdesc4_9_4 = "200m Back "

dqm__subdesc4_9_5 = "200m Breast "

dqm__subdesc4_9_6 = "200m Fly "

dqm__subdesc4_9_7 = "200m Free "

dqm__subdesc4_9_8 = "200m Ind. Medley "

dqm__subdesc4_9_9 = "400m Free "

dqm__subdesc4_9_10 = "4x100m Free "

dqm__subdesc4_9_11 = "4x100m Medley "

dqm__subdesc4_9_12 = "4x200m Free "

dqm__subdesc4_9_13 = "50m Back "

dqm__subdesc4_9_14 = "50m Breast "

dqm__subdesc4_9_15 = "50m Fly "

dqm__subdesc4_9_16 = "50m Free "

dqm__subdesc4_9_17 = "Men's 1500m Free "

dqm__subdesc4_9_18 = "Sync. Duet "

dqm__subdesc4_9_19 = "Sync. Solo "

dqm__subdesc4_9_20 = "Sync. Team "

dqm__subdesc4_9_21 = "Women's 800m Free "





dqm__url4_9_0 = "../subevent.php?id=1181"

dqm__url4_9_1 = "../subevent.php?id=1182"

dqm__url4_9_2 = "../subevent.php?id=1183"

dqm__url4_9_3 = "../subevent.php?id=1184"

dqm__url4_9_4 = "../subevent.php?id=1185"

dqm__url4_9_5 = "../subevent.php?id=1186"

dqm__url4_9_6 = "../subevent.php?id=1187"

dqm__url4_9_7 = "../subevent.php?id=1188"

dqm__url4_9_8 = "../subevent.php?id=1189"

dqm__url4_9_9 = "../subevent.php?id=1190"

dqm__url4_9_10 = "../subevent.php?id=1193"

dqm__url4_9_11 = "../subevent.php?id=1195"

dqm__url4_9_12 = "../subevent.php?id=1194"

dqm__url4_9_13 = "../subevent.php?id=1177"

dqm__url4_9_14 = "../subevent.php?id=1178"

dqm__url4_9_15 = "../subevent.php?id=1179"

dqm__url4_9_16 = "../subevent.php?id=1180"

dqm__url4_9_17 = "../subevent.php?id=1191"

dqm__url4_9_18 = "../subevent.php?id=1197"

dqm__url4_9_19 = "../subevent.php?id=1196"

dqm__url4_9_20 = "../subevent.php?id=1198"

dqm__url4_9_21 = "../subevent.php?id=1192"





dqm__sub_xy4_10 = "-10,1"

dqm__sub_menu_width4_10 = 125

dqm__icon_index4_10_0 = 0

dqm__subdesc4_10_0 = "Men Bantam "

dqm__subdesc4_10_1 = "Men Feather "

dqm__subdesc4_10_2 = "Men Fly "

dqm__subdesc4_10_3 = "Men Heavy "

dqm__subdesc4_10_4 = "Men Light "

dqm__subdesc4_10_5 = "Men Light Heavy "

dqm__subdesc4_10_6 = "Men Middle "

dqm__subdesc4_10_7 = "Men Middle Heavy "

dqm__subdesc4_10_8 = "Men Sub Heavy "

dqm__subdesc4_10_9 = "Men Super Heavy "

dqm__subdesc4_10_10 = "Women Feather "

dqm__subdesc4_10_11 = "Women Fly "

dqm__subdesc4_10_12 = "Women Heavy "

dqm__subdesc4_10_13 = "Women Light "

dqm__subdesc4_10_14 = "Women Light Heavy "

dqm__subdesc4_10_15 = "Women Middle "

dqm__subdesc4_10_16 = "Women Super Heavy "





dqm__url4_10_0 = "../subevent.php?id=1200"

dqm__url4_10_1 = "../subevent.php?id=1201"

dqm__url4_10_2 = "../subevent.php?id=1199"

dqm__url4_10_3 = "../subevent.php?id=1205"

dqm__url4_10_4 = "../subevent.php?id=1202"

dqm__url4_10_5 = "../subevent.php?id=1204"

dqm__url4_10_6 = "../subevent.php?id=1203"

dqm__url4_10_7 = "../subevent.php?id=1206"

dqm__url4_10_8 = "../subevent.php?id=1207"

dqm__url4_10_9 = "../subevent.php?id=1208"

dqm__url4_10_10 = "../subevent.php?id=1210"

dqm__url4_10_11 = "../subevent.php?id=1209"

dqm__url4_10_12 = "../subevent.php?id=1214"

dqm__url4_10_13 = "../subevent.php?id=1211"

dqm__url4_10_14 = "../subevent.php?id=1213"

dqm__url4_10_15 = "../subevent.php?id=1212"

dqm__url4_10_16 = "../subevent.php?id=1215"





dqm__sub_xy4_11 = "-10,1"

dqm__sub_menu_width4_11 = 125

dqm__icon_index4_11_0 = 0

dqm__subdesc4_11_0 = "Bantam "

dqm__subdesc4_11_1 = "Feather "

dqm__subdesc4_11_2 = "Fly "

dqm__subdesc4_11_3 = "Heavy "

dqm__subdesc4_11_4 = "Light "

dqm__subdesc4_11_5 = "Light Fly "

dqm__subdesc4_11_6 = "Light Heavy "

dqm__subdesc4_11_7 = "Middle "

dqm__subdesc4_11_8 = "Super Heavy "

dqm__subdesc4_11_9 = "Welter "*/





dqm__url4_11_0 = "../subevent.php?id=1218"

dqm__url4_11_1 = "../subevent.php?id=1219"

dqm__url4_11_2 = "../subevent.php?id=1217"

dqm__url4_11_3 = "../subevent.php?id=1224"

dqm__url4_11_4 = "../subevent.php?id=1220"

dqm__url4_11_5 = "../subevent.php?id=1216"

dqm__url4_11_6 = "../subevent.php?id=1223"

dqm__url4_11_7 = "../subevent.php?id=1222"

dqm__url4_11_8 = "../subevent.php?id=1225"

dqm__url4_11_9 = "../subevent.php?id=1221"







dqm__sub_xy11_3 = "-10,1"

dqm__sub_menu_width11_3 = 125

dqm__icon_index11_3_0 = 0

dqm__subdesc11_3_0 = "2005/06"

dqm__subdesc11_3_1 = "2004/05"

dqm__subdesc11_3_2 = "2003/04"

dqm__subdesc11_3_3 = "2002/03"

dqm__subdesc11_3_4 = "2001/02"

dqm__subdesc11_3_5 = "2000/01"

dqm__subdesc11_3_6 = "1999/00"

dqm__subdesc11_3_7 = "1998/99"

dqm__subdesc11_3_8 = "1997/98"

dqm__subdesc11_3_9 = "1996/97"

dqm__subdesc11_3_10 = "1995/96"

dqm__subdesc11_3_11 = "1994/95"





dqm__url11_3_0 = "../subevent1.php?id=12,2005/06,Soccer,18"

dqm__url11_3_1 = "../subevent1.php?id=11,2004/05,Soccer,18"

dqm__url11_3_2 = "../subevent1.php?id=10,2003/04,Soccer,18"

dqm__url11_3_3 = "../subevent1.php?id=9,2002/03,Soccer,18"

dqm__url11_3_4 = "../subevent1.php?id=8,2001/02,Soccer,18"

dqm__url11_3_5 = "../subevent1.php?id=7,2000/01,Soccer,18"

dqm__url11_3_6 = "../subevent1.php?id=6,1999/00,Soccer,18"

dqm__url11_3_7 = "../subevent1.php?id=5,1998/99,Soccer,18"

dqm__url11_3_8 = "../subevent1.php?id=4,1997/98,Soccer,18"

dqm__url11_3_9 = "../subevent1.php?id=3,1996/97,Soccer,18"

dqm__url11_3_10 = "../subevent1.php?id=2,1995/96,Soccer,18"

dqm__url11_3_11 = "../subevent1.php?id=1,1994/95,Soccer,18"



/*//Sub Menu 9 Sub Menu 0



	dqm__sub_xy9_0 = "-10,1"

	dqm__sub_menu_width9_0 = 90



	dqm__subdesc9_0_0 = "Individual"

	dqm__subdesc9_0_1 = "Team"

	

	dqm__icon_index9_0 = 0

			

	dqm__url9_0_0 = "OG/individual.html"

	dqm__url9_0_1 = "OG/team.html"

	

//Sub Menu 9 Sub Menu 1



	dqm__sub_xy9_1 = "-10,1"

	dqm__sub_menu_width9_1 = 120



	dqm__subdesc9_1_0 = "100m"

	dqm__subdesc9_1_1 = "200m"

	dqm__subdesc9_1_2 = "400m"

	dqm__subdesc9_1_3 = "800m"

	dqm__subdesc9_1_4 = "1500m"

	dqm__subdesc9_1_5 = "5000m"

	dqm__subdesc9_1_6 = "10000m"

	dqm__subdesc9_1_7 = "100m Hurdles"

	dqm__subdesc9_1_8 = "400m Hurdles"

	dqm__subdesc9_1_9 = "4x100m"

	dqm__subdesc9_1_10 = "4x400m"

	dqm__subdesc9_1_11 = "3000m Steeple"

	dqm__subdesc9_1_12 = "20000m Walk"

	dqm__subdesc9_1_13 = "50000m Walk"

	dqm__subdesc9_1_14 = "Long Jump"

	dqm__subdesc9_1_15 = "Triple Jump"

	dqm__subdesc9_1_16 = "High Jump"

	dqm__subdesc9_1_17 = "Discus"

	dqm__subdesc9_1_18 = "Hammer"

	dqm__subdesc9_1_19 = "Javelin"

	dqm__subdesc9_1_20 = "Shot Put"

	dqm__subdesc9_1_21 = "Pole Vault"

	dqm__subdesc9_1_22 = "Decathlon"

	dqm__subdesc9_1_23 = "Heptathlon"

	dqm__subdesc9_1_24 = "Mod Pent Ind"

	dqm__subdesc9_1_25 = "Mod Pent Team"

	dqm__subdesc9_1_26 = "Marathon"

	dqm__subdesc9_1_27 = "Discontinued"

	

	dqm__icon_index9_0 = 0

			

	dqm__url9_1_0 = "OG/100m.html"

	dqm__url9_1_1 = "OG/200m.html"

	dqm__url9_1_2 = "OG/400m.html"

	dqm__url9_1_3 = "OG/800m.html"

	dqm__url9_1_4 = "OG/1500m.html"

	dqm__url9_1_5 = "OG/5000m.html"

	dqm__url9_1_6 = "OG/10000m.html"

	dqm__url9_1_7 = "OG/100m_hurdles.html"

	dqm__url9_1_8 = "OG/400m_hurdles.html"

	dqm__url9_1_9 = "OG/4x100m.html"

	dqm__url9_1_10 = "OG/4x400m.html"

	dqm__url9_1_11 = "OG/3000m_steeple.html"

	dqm__url9_1_12 = "OG/20000m_walk.html"

	dqm__url9_1_13 = "OG/50000m_walk.html"

	dqm__url9_1_14 = "OG/longjump.html"

	dqm__url9_1_15 = "OG/triplejump.html"

	dqm__url9_1_16 = "OG/highjump.html"

	dqm__url9_1_17 = "OG/discus.html"

	dqm__url9_1_18 = "OG/hammer.html"

	dqm__url9_1_19 = "OG/javelin.html"

	dqm__url9_1_20 = "OG/shotput.html"

	dqm__url9_1_21 = "OG/polevault.html"

	dqm__url9_1_22 = "OG/decathlon.html"

	dqm__url9_1_23 = "OG/heptathlon.html"

	dqm__url9_1_24 = "OG/modpentind.html"

	dqm__url9_1_25 = "OG/modpentteam.html"

	dqm__url9_1_26 = "OG/marathon.html"

	dqm__url9_1_27 = "OG/discontinued.html"



//Sub Menu 9 Sub Menu 2



	dqm__sub_xy9_2 = "-10,1"

	dqm__sub_menu_width9_2 = 90



	dqm__subdesc9_2_0 = "48kg"

	dqm__subdesc9_2_1 = "51kg"

	dqm__subdesc9_2_2 = "54kg"

	dqm__subdesc9_2_3 = "57kg"

	dqm__subdesc9_2_4 = "60kg"

	dqm__subdesc9_2_5 = "63.5kg"

	dqm__subdesc9_2_6 = "67kg"

	dqm__subdesc9_2_7 = "71kg"

	dqm__subdesc9_2_8 = "75kg"

	dqm__subdesc9_2_9 = "81kg"

	dqm__subdesc9_2_10 = "91kg"

	dqm__subdesc9_2_11 = "Over 91kg"

	

	

	dqm__icon_index9_2 = 0

			

	dqm__url9_2_0 = "OG/48kg.html"

	dqm__url9_2_1 = "OG/51kg.html"

	dqm__url9_2_2 = "OG/54kg.html"

	dqm__url9_2_3 = "OG/57kg.html"

	dqm__url9_2_4 = "OG/60kg.html"

	dqm__url9_2_5 = "OG/63kg.html"

	dqm__url9_2_6 = "OG/67kg.html"

	dqm__url9_2_7 = "OG/71kg.html"

	dqm__url9_2_8 = "OG/75kg.html"

	dqm__url9_2_9 = "OG/81kg.html"

	dqm__url9_2_10 = "OG/91kg.html"

	dqm__url9_2_11 = "OG/over91kg.html"





//Sub Menu 9 Sub Menu 3



	dqm__sub_xy9_3 = "-10,1"

	dqm__sub_menu_width9_3 = 110



	dqm__subdesc9_3_0 = "C1 500m"

	dqm__subdesc9_3_1 = "C1 1000m"

	dqm__subdesc9_3_2 = "C1 10000m"

	dqm__subdesc9_3_3 = "C1 Slalom"

	dqm__subdesc9_3_4 = "C1 Wild"

	dqm__subdesc9_3_5 = "C2 500m"

	dqm__subdesc9_3_6 = "C2 1000m"

	dqm__subdesc9_3_7 = "C2 10000m"

	dqm__subdesc9_3_8 = "C2 Slalom"

	dqm__subdesc9_3_9 = "C2 Wild"

	dqm__subdesc9_3_10 = "K1 500m"

	dqm__subdesc9_3_11 = "K1 1000m"

	dqm__subdesc9_3_12 = "K1 10000m"

	dqm__subdesc9_3_13 = "K1 4x500m"

	dqm__subdesc9_3_14 = "K1 Slalom"

	dqm__subdesc9_3_15 = "K1 Fold"

	dqm__subdesc9_3_16 = "K1 Wild"

	dqm__subdesc9_3_17 = "K2 500m Men"

	dqm__subdesc9_3_18 = "K2 500m Women"

	dqm__subdesc9_3_19 = "K2 1000m Men"

	dqm__subdesc9_3_20 = "K2 10000m Men"

	dqm__subdesc9_3_21 = "K2 Fold"

	dqm__subdesc9_3_22 = "K4"

	

	dqm__icon_index9_3 = 0

			

	dqm__url9_3_0 = "OG/c1_500m.html"

	dqm__url9_3_1 = "OG/c1_1000m.html"

	dqm__url9_3_2 = "OG/c1_10000m.html"

	dqm__url9_3_3 = "OG/c1_slalom.html"

	dqm__url9_3_4 = "OG/c1_wild.html"

	dqm__url9_3_5 = "OG/c2_500m.html"

	dqm__url9_3_6 = "OG/c2_1000m.html"

	dqm__url9_3_7 = "OG/c2_10000m.html"

	dqm__url9_3_8 = "OG/c2_slalom.html"

	dqm__url9_3_9 = "OG/c2_wild.html"

	dqm__url9_3_10 = "OG/k1_500m.html"

	dqm__url9_3_11 = "OG/k1_1000m.html"

	dqm__url9_3_12 = "OG/k1_10000m.html"

	dqm__url9_3_13 = "OG/k1_4x500m.html"

	dqm__url9_3_14 = "OG/k1_slalom.html"

	dqm__url9_3_15 = "OG/k1_fold.html"

	dqm__url9_3_16 = "OG/k1_wild.html"

	dqm__url9_3_17 = "OG/k2_500m_men.html"

	dqm__url9_3_18 = "OG/k2_500m_women.html"

	dqm__url9_3_19 = "OG/k2_1000m_men.html"

	dqm__url9_3_20 = "OG/k2_10000m_men.html"

	dqm__url9_3_21 = "OG/k2_fold.html"

	dqm__url9_3_22 = "OG/k4.html"





//Sub Menu 9 Sub Menu 4



	dqm__sub_xy9_4 = "-10,1"

	dqm__sub_menu_width9_4 = 132



	dqm__subdesc9_4_0 = "500m Time Trial"

	dqm__subdesc9_4_1 = "1000m Time Trial"

	dqm__subdesc9_4_2 = "1000m Sprint"

	dqm__subdesc9_4_3 = "4000m Team Pursuit"

	dqm__subdesc9_4_4 = "Individual Pursuit"

	dqm__subdesc9_4_5 = "Keiren"

	dqm__subdesc9_4_6 = "Madison"

	dqm__subdesc9_4_7 = "Mountain Bike"

	dqm__subdesc9_4_8 = "Olympic Sprint"

	dqm__subdesc9_4_9 = "Points Race"

	dqm__subdesc9_4_10 = "Road Race Men"

	dqm__subdesc9_4_11 = "Road Race Women"

	dqm__subdesc9_4_12 = "Road Race Team"

	dqm__subdesc9_4_13 = "Road Time Trial"

	dqm__subdesc9_4_14 = "100km Team Time Trial"

	dqm__subdesc9_4_15 = "2000m Tandem"

	dqm__subdesc9_4_16 = "Discontinued Events"

	

	

	dqm__icon_index9_4 = 0

			

	dqm__url9_4_0 = "OG/500m_time_trial.html"

	dqm__url9_4_1 = "OG/1000m_time_trial.html"

	dqm__url9_4_2 = "OG/1000m_sprint.html"

	dqm__url9_4_3 = "OG/4000m_team_pursuit.html"

	dqm__url9_4_4 = "OG/individual_pursuit.html"

	dqm__url9_4_5 = "OG/keiren.html"

	dqm__url9_4_6 = "OG/madison.html"

	dqm__url9_4_7 = "OG/mountain_bike.html"

	dqm__url9_4_8 = "OG/olympic_sprint.html"

	dqm__url9_4_9 = "OG/points_race.html"

	dqm__url9_4_10 = "OG/road_race_men.html"

	dqm__url9_4_11 = "OG/road_race_women.html"

	dqm__url9_4_12 = "OG/road_race_team.html"

	dqm__url9_4_13 = "OG/road_time_trial.html"

	dqm__url9_4_14 = "OG/team_time_trial.html"

	dqm__url9_4_15 = "OG/tandem.html"

	dqm__url9_4_16 = "OG/discontinued_events.html"



//Sub Menu 9 Sub Menu 5



	dqm__sub_xy9_5 = "-10,1"

	dqm__sub_menu_width9_5 = 120



	dqm__subdesc9_5_0 = "Highboard"

	dqm__subdesc9_5_1 = "Springboard"

	dqm__subdesc9_5_2 = "Sync Highboard"

	dqm__subdesc9_5_3 = "Sync Springboard"

		

	

	dqm__icon_index9_5 = 0

			

	dqm__url9_5_0 = "OG/highboard.html"

	dqm__url9_5_1 = "OG/springboard.html"

	dqm__url9_5_2 = "OG/sync_highboard.html"

	dqm__url9_5_3 = "OG/sync_springboard.html"





//Sub Menu 9 Sub Menu 6



	dqm__sub_xy9_6 = "-10,1"

	dqm__sub_menu_width9_6 = 110



	dqm__subdesc9_6_0 = "3 Day Event"

	dqm__subdesc9_6_1 = "Dressage"

	dqm__subdesc9_6_2 = "Show Jumping"		

	

	dqm__icon_index9_6 = 0

			

	dqm__url9_6_0 = "OG/3dayevent.html"

	dqm__url9_6_1 = "OG/dressage.html"

	dqm__url9_6_2 = "OG/showjumping.html"





//Sub Menu 9 Sub Menu 7



	dqm__sub_xy9_7 = "-10,1"

	dqm__sub_menu_width9_7 = 80



	dqm__subdesc9_7_0 = "Epee"

	dqm__subdesc9_7_1 = "Foil"

	dqm__subdesc9_7_2 = "Sabre"		

	

	dqm__icon_index9_7 = 0

			

	dqm__url9_7_0 = "OG/epee.html"

	dqm__url9_7_1 = "OG/foil.html"

	dqm__url9_7_2 = "OG/sabre.html"



//Sub Menu 9 Sub Menu 8



	dqm__sub_xy9_8 = "-10,1"

	dqm__sub_menu_width9_7 = 80



	dqm__subdesc9_8_0 = "Bars"

	dqm__subdesc9_8_1 = "Combined Exercises"

	dqm__subdesc9_8_2 = "Floor"

	dqm__subdesc9_8_3 = "Horizontal Bars"

	dqm__subdesc9_8_4 = "Horse Vault"

	dqm__subdesc9_8_5 = "Pommel & Beam"

	dqm__subdesc9_8_6 = "Rhythmic Team"

	dqm__subdesc9_8_7 = "Rings & Rhythmic"

	dqm__subdesc9_8_8 = "Team"

	dqm__subdesc9_8_9 = "Trampoline"

	dqm__subdesc9_8_10 = "Discontinued"

	

	dqm__icon_index9_7 = 0

			

	dqm__url9_8_0 = "OG/bars.html"

	dqm__url9_8_1 = "OG/combined_exercises.html"

	dqm__url9_8_2 = "OG/floor.html"

	dqm__url9_8_3 = "OG/horizontal_bars.html"

	dqm__url9_8_4 = "OG/horse_vault.html"

	dqm__url9_8_5 = "OG/pommel.html"

	dqm__url9_8_6 = "OG/rhythmicteam.html"

	dqm__url9_8_7 = "OG/rings_rhythmic.html"

	dqm__url9_8_8 = "OG/gymnastics_team.html"

	dqm__url9_8_9 = "OG/trampoline.html"

	dqm__url9_8_10 = "OG/gymnastics_discontinued.html"*/



//Sub Menu 9 Sub Menu 0



/*dqm__sub_xy9_0 = "-10,1"

dqm__sub_menu_width9_0 = 125

dqm__icon_index9_0_0 = 0

dqm__subdesc9_0_0 = "Individual "

dqm__subdesc9_0_1 = "Team "





dqm__url9_0_0 = "../subevent.php?id=1249"

dqm__url9_0_1 = "../subevent.php?id=1250"





dqm__sub_xy9_1 = "-10,1"

dqm__sub_menu_width9_1 = 125

dqm__icon_index9_1_0 = 0

dqm__subdesc9_1_0 = "10000m "

dqm__subdesc9_1_1 = "100m "

dqm__subdesc9_1_2 = "100m Hurdles "

dqm__subdesc9_1_3 = "1500m "

dqm__subdesc9_1_4 = "20000m Walk "

dqm__subdesc9_1_5 = "200m "

dqm__subdesc9_1_6 = "3000m Steeple "

dqm__subdesc9_1_7 = "400m "

dqm__subdesc9_1_8 = "400m Hurdles "

dqm__subdesc9_1_9 = "4x100m "

dqm__subdesc9_1_10 = "4x400m "

dqm__subdesc9_1_11 = "50000m Walk "

dqm__subdesc9_1_12 = "5000m "

dqm__subdesc9_1_13 = "800m "

dqm__subdesc9_1_14 = "Decathlon "

dqm__subdesc9_1_15 = "Discontinued "

dqm__subdesc9_1_16 = "Discus "

dqm__subdesc9_1_17 = "Hammer "

dqm__subdesc9_1_18 = "Heptathlon "

dqm__subdesc9_1_19 = "High Jump "

dqm__subdesc9_1_20 = "Javelin "

dqm__subdesc9_1_21 = "Long Jump "

dqm__subdesc9_1_22 = "Marathon "

dqm__subdesc9_1_23 = "Mod Pent Ind "

dqm__subdesc9_1_24 = "Mod Pent Team "

dqm__subdesc9_1_25 = "Pole Vault "

dqm__subdesc9_1_26 = "Shot Put "

dqm__subdesc9_1_27 = "Triple Jump "





dqm__url9_1_0 = "../subevent.php?id=1257"

dqm__url9_1_1 = "../subevent.php?id=1251"

dqm__url9_1_2 = "../subevent.php?id=1258"

dqm__url9_1_3 = "../subevent.php?id=1255"

dqm__url9_1_4 = "../subevent.php?id=1263"

dqm__url9_1_5 = "../subevent.php?id=1252"

dqm__url9_1_6 = "../subevent.php?id=1262"

dqm__url9_1_7 = "../subevent.php?id=1253"

dqm__url9_1_8 = "../subevent.php?id=1259"

dqm__url9_1_9 = "../subevent.php?id=1260"

dqm__url9_1_10 = "../subevent.php?id=1261"

dqm__url9_1_11 = "../subevent.php?id=1264"

dqm__url9_1_12 = "../subevent.php?id=1256"

dqm__url9_1_13 = "../subevent.php?id=1254"

dqm__url9_1_14 = "../subevent.php?id=1273"

dqm__url9_1_15 = "../subevent.php?id=1278"

dqm__url9_1_16 = "../subevent.php?id=1268"

dqm__url9_1_17 = "../subevent.php?id=1269"

dqm__url9_1_18 = "../subevent.php?id=1274"

dqm__url9_1_19 = "../subevent.php?id=1267"

dqm__url9_1_20 = "../subevent.php?id=1270"

dqm__url9_1_21 = "../subevent.php?id=1265"

dqm__url9_1_22 = "../subevent.php?id=1277"

dqm__url9_1_23 = "../subevent.php?id=1275"

dqm__url9_1_24 = "../subevent.php?id=1276"

dqm__url9_1_25 = "../subevent.php?id=1272"

dqm__url9_1_26 = "../subevent.php?id=1271"

dqm__url9_1_27 = "../subevent.php?id=1266"







dqm__sub_xy9_2 = "-10,1"

dqm__sub_menu_width9_2 = 125

dqm__icon_index9_2_0 = 0

dqm__subdesc9_2_0 = "48kg "

dqm__subdesc9_2_1 = "51kg "

dqm__subdesc9_2_2 = "54kg "

dqm__subdesc9_2_3 = "57kg "

dqm__subdesc9_2_4 = "60kg "

dqm__subdesc9_2_5 = "63.5kg "

dqm__subdesc9_2_6 = "67kg "

dqm__subdesc9_2_7 = "71kg "

dqm__subdesc9_2_8 = "75kg "

dqm__subdesc9_2_9 = "81kg "

dqm__subdesc9_2_10 = "91kg "

dqm__subdesc9_2_11 = "Over 91kg "





dqm__url9_2_0 = "../subevent.php?id=1279"

dqm__url9_2_1 = "../subevent.php?id=1280"

dqm__url9_2_2 = "../subevent.php?id=1281"

dqm__url9_2_3 = "../subevent.php?id=1282"

dqm__url9_2_4 = "../subevent.php?id=1283"

dqm__url9_2_5 = "../subevent.php?id=1284"

dqm__url9_2_6 = "../subevent.php?id=1285"

dqm__url9_2_7 = "../subevent.php?id=1286"

dqm__url9_2_8 = "../subevent.php?id=1287"

dqm__url9_2_9 = "../subevent.php?id=1288"

dqm__url9_2_10 = "../subevent.php?id=1289"

dqm__url9_2_11 = "../subevent.php?id=1290"





dqm__sub_xy9_3 = "-10,1"

dqm__sub_menu_width9_3 = 125

dqm__icon_index9_3_0 = 0

dqm__subdesc9_3_0 = "C1 10000m "

dqm__subdesc9_3_1 = "C1 1000m "

dqm__subdesc9_3_2 = "C1 500m "

dqm__subdesc9_3_3 = "C1 Slalom "

dqm__subdesc9_3_4 = "C1 Wild "

dqm__subdesc9_3_5 = "C2 10000m "

dqm__subdesc9_3_6 = "C2 1000m "

dqm__subdesc9_3_7 = "C2 500m "

dqm__subdesc9_3_8 = "C2 Slalom "

dqm__subdesc9_3_9 = "C2 Wild "

dqm__subdesc9_3_10 = "K1 10000m "

dqm__subdesc9_3_11 = "K1 1000m "

dqm__subdesc9_3_12 = "K1 4x500m "

dqm__subdesc9_3_13 = "K1 500m "

dqm__subdesc9_3_14 = "K1 Fold "

dqm__subdesc9_3_15 = "K1 Slalom "

dqm__subdesc9_3_16 = "K1 Wild "

dqm__subdesc9_3_17 = "K2 10000m Men "

dqm__subdesc9_3_18 = "K2 1000m Men "

dqm__subdesc9_3_19 = "K2 500m Men "

dqm__subdesc9_3_20 = "K2 500m Women "

dqm__subdesc9_3_21 = "K2 Fold "

dqm__subdesc9_3_22 = "K4 "





dqm__url9_3_0 = "../subevent.php?id=1293"

dqm__url9_3_1 = "../subevent.php?id=1292"

dqm__url9_3_2 = "../subevent.php?id=1291"

dqm__url9_3_3 = "../subevent.php?id=1294"

dqm__url9_3_4 = "../subevent.php?id=1295"

dqm__url9_3_5 = "../subevent.php?id=1298"

dqm__url9_3_6 = "../subevent.php?id=1297"

dqm__url9_3_7 = "../subevent.php?id=1296"

dqm__url9_3_8 = "../subevent.php?id=1299"

dqm__url9_3_9 = "../subevent.php?id=1300"

dqm__url9_3_10 = "../subevent.php?id=1303"

dqm__url9_3_11 = "../subevent.php?id=1302"

dqm__url9_3_12 = "../subevent.php?id=1304"

dqm__url9_3_13 = "../subevent.php?id=1301"

dqm__url9_3_14 = "../subevent.php?id=1306"

dqm__url9_3_15 = "../subevent.php?id=1305"

dqm__url9_3_16 = "../subevent.php?id=1307"

dqm__url9_3_17 = "../subevent.php?id=1311"

dqm__url9_3_18 = "../subevent.php?id=1310"

dqm__url9_3_19 = "../subevent.php?id=1308"

dqm__url9_3_20 = "../subevent.php?id=1309"

dqm__url9_3_21 = "../subevent.php?id=1312"

dqm__url9_3_22 = "../subevent.php?id=1313"





dqm__sub_xy9_4 = "-10,1"

dqm__sub_menu_width9_4 = 125

dqm__icon_index9_4_0 = 0

dqm__subdesc9_4_0 = "1000m Sprint "

dqm__subdesc9_4_1 = "1000m Time Trial "

dqm__subdesc9_4_2 = "100km Team Time Trial "

dqm__subdesc9_4_3 = "2000m Tandem "

dqm__subdesc9_4_4 = "4000m Team Pursuit "

dqm__subdesc9_4_5 = "500m Time Trial "

dqm__subdesc9_4_6 = "Discontinued Events "

dqm__subdesc9_4_7 = "Individual Pursuit "

dqm__subdesc9_4_8 = "Keiren "

dqm__subdesc9_4_9 = "Madison "

dqm__subdesc9_4_10 = "Mountain Bike "

dqm__subdesc9_4_11 = "Olympic Sprint "

dqm__subdesc9_4_12 = "Points Race "

dqm__subdesc9_4_13 = "Road Race Men "

dqm__subdesc9_4_14 = "Road Race Team "

dqm__subdesc9_4_15 = "Road Race Women "

dqm__subdesc9_4_16 = "Road Time Trial "





dqm__url9_4_0 = "../subevent.php?id=1316"

dqm__url9_4_1 = "../subevent.php?id=1315"

dqm__url9_4_2 = "../subevent.php?id=1328"

dqm__url9_4_3 = "../subevent.php?id=1329"

dqm__url9_4_4 = "../subevent.php?id=1317"

dqm__url9_4_5 = "../subevent.php?id=1314"

dqm__url9_4_6 = "../subevent.php?id=1330"

dqm__url9_4_7 = "../subevent.php?id=1318"

dqm__url9_4_8 = "../subevent.php?id=1319"

dqm__url9_4_9 = "../subevent.php?id=1320"

dqm__url9_4_10 = "../subevent.php?id=1321"

dqm__url9_4_11 = "../subevent.php?id=1322"

dqm__url9_4_12 = "../subevent.php?id=1323"

dqm__url9_4_13 = "../subevent.php?id=1324"

dqm__url9_4_14 = "../subevent.php?id=1326"

dqm__url9_4_15 = "../subevent.php?id=1325"

dqm__url9_4_16 = "../subevent.php?id=1327"





dqm__sub_xy9_5 = "-10,1"

dqm__sub_menu_width9_5 = 125

dqm__icon_index9_5_0 = 0

dqm__subdesc9_5_0 = "Highboard "

dqm__subdesc9_5_1 = "Springboard "

dqm__subdesc9_5_2 = "Sync Highboard "

dqm__subdesc9_5_3 = "Sync Springboard "



dqm__url9_5_0 = "../subevent.php?id=1331"

dqm__url9_5_1 = "../subevent.php?id=1332"

dqm__url9_5_2 = "../subevent.php?id=1333"

dqm__url9_5_3 = "../subevent.php?id=1334"





dqm__sub_xy9_6 = "-10,1"

dqm__sub_menu_width9_6 = 125

dqm__icon_index9_6_0 = 0

dqm__subdesc9_6_0 = "3 Day Event "

dqm__subdesc9_6_1 = "Dressage "

dqm__subdesc9_6_2 = "Show Jumping "





dqm__url9_6_0 = "../subevent.php?id=1335"

dqm__url9_6_1 = "../subevent.php?id=1336"

dqm__url9_6_2 = "../subevent.php?id=1337"





dqm__sub_xy9_7 = "-10,1"

dqm__sub_menu_width9_7 = 125

dqm__icon_index9_7_0 = 0

dqm__subdesc9_7_0 = "Epee "

dqm__subdesc9_7_1 = "Foil "

dqm__subdesc9_7_2 = "Sabre "





dqm__url9_7_0 = "../subevent.php?id=1338"

dqm__url9_7_1 = "../subevent.php?id=1339"

dqm__url9_7_2 = "../subevent.php?id=1340"





dqm__sub_xy9_8 = "-10,1"

dqm__sub_menu_width9_8 = 125

dqm__icon_index9_8_0 = 0

dqm__subdesc9_8_0 = "Bars "

dqm__subdesc9_8_1 = "Combined Exercises "

dqm__subdesc9_8_2 = "Discontinued "

dqm__subdesc9_8_3 = "Floor "

dqm__subdesc9_8_4 = "Horizontal Bars "

dqm__subdesc9_8_5 = "Horse Vault "

dqm__subdesc9_8_6 = "Pommel & Beam "

dqm__subdesc9_8_7 = "Rhythmic Team "

dqm__subdesc9_8_8 = "Rings & Rhythmic "

dqm__subdesc9_8_9 = "Team "

dqm__subdesc9_8_10 = "Trampoline "





dqm__url9_8_0 = "../subevent.php?id=1341"

dqm__url9_8_1 = "../subevent.php?id=1342"

dqm__url9_8_2 = "../subevent.php?id=1351"

dqm__url9_8_3 = "../subevent.php?id=1343"

dqm__url9_8_4 = "../subevent.php?id=1344"

dqm__url9_8_5 = "../subevent.php?id=1345"

dqm__url9_8_6 = "../subevent.php?id=1346"

dqm__url9_8_7 = "../subevent.php?id=1347"

dqm__url9_8_8 = "../subevent.php?id=1348"

dqm__url9_8_9 = "../subevent.php?id=1349"

dqm__url9_8_10 = "../subevent.php?id=1350"





dqm__sub_xy9_9 = "-10,1"

dqm__sub_menu_width9_9 = 125

dqm__icon_index9_9_0 = 0

dqm__subdesc9_9_0 = "M 60kg - W 48kg "

dqm__subdesc9_9_1 = "M 63kg "

dqm__subdesc9_9_2 = "M 65kg - W 52kg "

dqm__subdesc9_9_3 = "M 70kg "

dqm__subdesc9_9_4 = "M 71kg - W 56kg "

dqm__subdesc9_9_5 = "M 78kg - W 61kg "

dqm__subdesc9_9_6 = "M 80kg "

dqm__subdesc9_9_7 = "M 86kg - W 66kg "

dqm__subdesc9_9_8 = "M 93kg "

dqm__subdesc9_9_9 = "M 93kg+ "

dqm__subdesc9_9_10 = "M 95kg - W 72kg "

dqm__subdesc9_9_11 = "M 95kg+ - W 72kg+ "

dqm__subdesc9_9_12 = "Open "





dqm__url9_9_0 = "../subevent.php?id=1352"

dqm__url9_9_1 = "../subevent.php?id=1353"

dqm__url9_9_2 = "../subevent.php?id=1354"

dqm__url9_9_3 = "../subevent.php?id=1355"

dqm__url9_9_4 = "../subevent.php?id=1356"

dqm__url9_9_5 = "../subevent.php?id=1357"

dqm__url9_9_6 = "../subevent.php?id=1358"

dqm__url9_9_7 = "../subevent.php?id=1359"

dqm__url9_9_8 = "../subevent.php?id=1360"

dqm__url9_9_9 = "../subevent.php?id=1362"

dqm__url9_9_10 = "../subevent.php?id=1361"

dqm__url9_9_11 = "../subevent.php?id=1363"

dqm__url9_9_12 = "../subevent.php?id=1364"





dqm__sub_xy9_17 = "-10,1"

dqm__sub_menu_width9_17 = 125

dqm__icon_index9_17_0 = 0

dqm__subdesc9_17_0 = "Badminton Doubles "

dqm__subdesc9_17_1 = "Badminton Singles "

dqm__subdesc9_17_2 = "Baseball "

dqm__subdesc9_17_3 = "Basketball "

dqm__subdesc9_17_4 = "Beach Volleyball "

dqm__subdesc9_17_5 = "Football "

dqm__subdesc9_17_6 = "Handball "

dqm__subdesc9_17_7 = "Hockey "

dqm__subdesc9_17_8 = "Softball "

dqm__subdesc9_17_9 = "Tbl Tennis Doubles "

dqm__subdesc9_17_10 = "Tbl Tennis Singles "

dqm__subdesc9_17_11 = "Tennis Doubles "

dqm__subdesc9_17_12 = "Tennis Mix Doubles "

dqm__subdesc9_17_13 = "Tennis Singles "

dqm__subdesc9_17_14 = "Triathlon "

dqm__subdesc9_17_15 = "Volleyball "

dqm__subdesc9_17_16 = "Water Polo"





dqm__url9_17_0 = "../subevent.php?id=1466"

dqm__url9_17_1 = "../subevent.php?id=1465"

dqm__url9_17_2 = "../subevent.php?id=1467"

dqm__url9_17_3 = "../subevent.php?id=1468"

dqm__url9_17_4 = "../subevent.php?id=1469"

dqm__url9_17_5 = "../subevent.php?id=1470"

dqm__url9_17_6 = "../subevent.php?id=1471"

dqm__url9_17_7 = "../subevent.php?id=1472"

dqm__url9_17_8 = "../subevent.php?id=1473"

dqm__url9_17_9 = "../subevent.php?id=1475"

dqm__url9_17_10 = "../subevent.php?id=1474"

dqm__url9_17_11 = "../subevent.php?id=1477"

dqm__url9_17_12 = "../subevent.php?id=1478"

dqm__url9_17_13 = "../subevent.php?id=1476"

dqm__url9_17_14 = "../subevent.php?id=1479"

dqm__url9_17_15 = "../subevent.php?id=1480"

dqm__url9_17_16 = "../subevent.php?id=1481"





dqm__sub_xy9_10 = "-10,1"

dqm__sub_menu_width9_10 = 125

dqm__icon_index9_10_0 = 0

dqm__subdesc9_10_0 = "Coxed 4 "

dqm__subdesc9_10_1 = "Coxed 8 "

dqm__subdesc9_10_2 = "Coxed Pairs "

dqm__subdesc9_10_3 = "Coxless 4 "

dqm__subdesc9_10_4 = "Coxless Pairs Men "

dqm__subdesc9_10_5 = "Coxless Pairs Women "

dqm__subdesc9_10_6 = "Discontinued Events "

dqm__subdesc9_10_7 = "Double Sculls Men "

dqm__subdesc9_10_8 = "Double Sculls Women "

dqm__subdesc9_10_9 = "Lt Weight 4 "

dqm__subdesc9_10_10 = "Quad Sculls "

dqm__subdesc9_10_11 = "Single Sculls "





dqm__url9_10_0 = "../subevent.php?id=1366"

dqm__url9_10_1 = "../subevent.php?id=1367"

dqm__url9_10_2 = "../subevent.php?id=1365"

dqm__url9_10_3 = "../subevent.php?id=1370"

dqm__url9_10_4 = "../subevent.php?id=1368"

dqm__url9_10_5 = "../subevent.php?id=1369"

dqm__url9_10_6 = "../subevent.php?id=1378"

dqm__url9_10_7 = "../subevent.php?id=1372"

dqm__url9_10_8 = "../subevent.php?id=1373"

dqm__url9_10_9 = "../subevent.php?id=1377"

dqm__url9_10_10 = "../subevent.php?id=1374"

dqm__url9_10_11 = "../subevent.php?id=1371"





dqm__sub_xy9_11 = "-10,1"

dqm__sub_menu_width9_11 = 125

dqm__icon_index9_11_0 = 0

dqm__subdesc9_11_0 = "470 "

dqm__subdesc9_11_1 = "49 "

dqm__subdesc9_11_2 = "Board Sailing "

dqm__subdesc9_11_3 = "Discontinued "

dqm__subdesc9_11_4 = "Europe "

dqm__subdesc9_11_5 = "Finn "

dqm__subdesc9_11_6 = "Flying Dutchman "

dqm__subdesc9_11_7 = "Laser "

dqm__subdesc9_11_8 = "Soling "

dqm__subdesc9_11_9 = "Star "

dqm__subdesc9_11_10 = "Tornado "

dqm__subdesc9_11_11 = "Yngling "





dqm__url9_11_0 = "../subevent.php?id=1379"

dqm__url9_11_1 = "../subevent.php?id=1380"

dqm__url9_11_2 = "../subevent.php?id=1381"

dqm__url9_11_3 = "../subevent.php?id=1390"

dqm__url9_11_4 = "../subevent.php?id=1382"

dqm__url9_11_5 = "../subevent.php?id=1383"

dqm__url9_11_6 = "../subevent.php?id=1384"

dqm__url9_11_7 = "../subevent.php?id=1385"

dqm__url9_11_8 = "../subevent.php?id=1386"

dqm__url9_11_9 = "../subevent.php?id=1387"

dqm__url9_11_10 = "../subevent.php?id=1388"

dqm__url9_11_11 = "../subevent.php?id=1389"





dqm__sub_xy9_12 = "-10,1"

dqm__sub_menu_width9_12 = 125

dqm__icon_index9_12_0 = 0

dqm__subdesc9_12_0 = "Air Pistol "

dqm__subdesc9_12_1 = "Air Rifle "

dqm__subdesc9_12_2 = "Discontinued Ind "

dqm__subdesc9_12_3 = "Discontinued Team "

dqm__subdesc9_12_4 = "Double Trap "

dqm__subdesc9_12_5 = "Free Pistol "

dqm__subdesc9_12_6 = "Rapid Fire Pistol "

dqm__subdesc9_12_7 = "Run Game Target "

dqm__subdesc9_12_8 = "Skeet "

dqm__subdesc9_12_9 = "Sm Bore Rifle 3 Pos "

dqm__subdesc9_12_10 = "Sm Bore Rifle Prone "

dqm__subdesc9_12_11 = "Sport Pistol "

dqm__subdesc9_12_12 = "Trap "





dqm__url9_12_0 = "../subevent.php?id=1391"

dqm__url9_12_1 = "../subevent.php?id=1392"

dqm__url9_12_2 = "../subevent.php?id=1402"

dqm__url9_12_3 = "../subevent.php?id=1403"

dqm__url9_12_4 = "../subevent.php?id=1399"

dqm__url9_12_5 = "../subevent.php?id=1393"

dqm__url9_12_6 = "../subevent.php?id=1395"

dqm__url9_12_7 = "../subevent.php?id=1396"

dqm__url9_12_8 = "../subevent.php?id=1397"

dqm__url9_12_9 = "../subevent.php?id=1401"

dqm__url9_12_10 = "../subevent.php?id=1400"

dqm__url9_12_11 = "../subevent.php?id=1394"

dqm__url9_12_12 = "../subevent.php?id=1398"







dqm__sub_xy9_13 = "-10,1"

dqm__sub_menu_width9_13 = 125

dqm__icon_index9_13_0 = 0

dqm__subdesc9_13_0 = "100m Back "

dqm__subdesc9_13_1 = "100m Breast "

dqm__subdesc9_13_2 = "100m Butterfly "

dqm__subdesc9_13_3 = "100m Free "

dqm__subdesc9_13_4 = "200m Back "

dqm__subdesc9_13_5 = "200m Breast "

dqm__subdesc9_13_6 = "200m Butterfly "

dqm__subdesc9_13_7 = "200m Free "

dqm__subdesc9_13_8 = "200m Ind Medlay "

dqm__subdesc9_13_9 = "400m Free "

dqm__subdesc9_13_10 = "400m Ind Medlay "

dqm__subdesc9_13_11 = "4x100m Free "

dqm__subdesc9_13_12 = "4x100m Medlay "

dqm__subdesc9_13_13 = "4x200m Free "

dqm__subdesc9_13_14 = "50m Free "

dqm__subdesc9_13_15 = "800m/1500m Free "

dqm__subdesc9_13_16 = "Discontinued "

dqm__subdesc9_13_17 = "Sync Swimming "





dqm__url9_13_0 = "../subevent.php?id=1405"

dqm__url9_13_1 = "../subevent.php?id=1406"

dqm__url9_13_2 = "../subevent.php?id=1407"

dqm__url9_13_3 = "../subevent.php?id=1408"

dqm__url9_13_4 = "../subevent.php?id=1409"

dqm__url9_13_5 = "../subevent.php?id=1410"

dqm__url9_13_6 = "../subevent.php?id=1411"

dqm__url9_13_7 = "../subevent.php?id=1412"

dqm__url9_13_8 = "../subevent.php?id=1413"

dqm__url9_13_9 = "../subevent.php?id=1414"

dqm__url9_13_10 = "../subevent.php?id=1415"

dqm__url9_13_11 = "../subevent.php?id=1417"

dqm__url9_13_12 = "../subevent.php?id=1418"

dqm__url9_13_13 = "../subevent.php?id=1419"

dqm__url9_13_14 = "../subevent.php?id=1404"

dqm__url9_13_15 = "../subevent.php?id=1416"

dqm__url9_13_16 = "../subevent.php?id=1421"

dqm__url9_13_17 = "../subevent.php?id=1420"





dqm__sub_xy9_14 = "-10,1"

dqm__sub_menu_width9_14 = 125

dqm__icon_index9_14_0 = 0

dqm__subdesc9_14_0 = "Men 58-68kg "

dqm__subdesc9_14_1 = "Men 68-80kg "

dqm__subdesc9_14_2 = "Men over 83kg "

dqm__subdesc9_14_3 = "Men under 58kg "

dqm__subdesc9_14_4 = "Women 49-57kg "

dqm__subdesc9_14_5 = "Women 57-67kg "

dqm__subdesc9_14_6 = "Women over 70kg "

dqm__subdesc9_14_7 = "Women under 49kg "





dqm__url9_14_0 = "../subevent.php?id=1423"

dqm__url9_14_1 = "../subevent.php?id=1424"

dqm__url9_14_2 = "../subevent.php?id=1425"

dqm__url9_14_3 = "../subevent.php?id=1422"

dqm__url9_14_4 = "../subevent.php?id=1427"

dqm__url9_14_5 = "../subevent.php?id=1428"

dqm__url9_14_6 = "../subevent.php?id=1429"

dqm__url9_14_7 = "../subevent.php?id=1426"





dqm__sub_xy9_15 = "-10,1"

dqm__sub_menu_width9_15 = 125

dqm__icon_index9_15_0 = 0

dqm__subdesc9_15_0 = "Men 105kg - Women 75kg "

dqm__subdesc9_15_1 = "Men 105kg+ "

dqm__subdesc9_15_2 = "Men 108kg+ "

dqm__subdesc9_15_3 = "Men 56kg - Women 48kg "

dqm__subdesc9_15_4 = "Men 62kg - Women 53kg "

dqm__subdesc9_15_5 = "Men 64kg "

dqm__subdesc9_15_6 = "Men 69kg - Women 58kg "

dqm__subdesc9_15_7 = "Men 77kg - Women 63kg "

dqm__subdesc9_15_8 = "Men 85kg - Women 69kg "

dqm__subdesc9_15_9 = "Men 94kg - Women 75kg "





dqm__url9_15_0 = "../subevent.php?id=1438"

dqm__url9_15_1 = "../subevent.php?id=1437"

dqm__url9_15_2 = "../subevent.php?id=1439"

dqm__url9_15_3 = "../subevent.php?id=1430"

dqm__url9_15_4 = "../subevent.php?id=1431"

dqm__url9_15_5 = "../subevent.php?id=1432"

dqm__url9_15_6 = "../subevent.php?id=1433"

dqm__url9_15_7 = "../subevent.php?id=1434"

dqm__url9_15_8 = "../subevent.php?id=1435"

dqm__url9_15_9 = "../subevent.php?id=1436"





dqm__sub_xy9_16 = "-10,1"

dqm__sub_menu_width9_16 = 125

dqm__icon_index9_16_0 = 0

dqm__subdesc9_16_0 = "Discontinued "

dqm__subdesc9_16_1 = "Free -48kg Women "

dqm__subdesc9_16_2 = "Free -55kg Women "

dqm__subdesc9_16_3 = "Free 130kg "

dqm__subdesc9_16_4 = "Free 48kg "

dqm__subdesc9_16_5 = "Free 54kg "

dqm__subdesc9_16_6 = "Free 55-66kg Women "

dqm__subdesc9_16_7 = "Free 58kg "

dqm__subdesc9_16_8 = "Free 63-72kg Women "

dqm__subdesc9_16_9 = "Free 63kg "

dqm__subdesc9_16_10 = "Free 69kg "

dqm__subdesc9_16_11 = "Free 76kg "

dqm__subdesc9_16_12 = "Free 85kg "

dqm__subdesc9_16_13 = "Free 90kg "

dqm__subdesc9_16_14 = "Free 97kg "

dqm__subdesc9_16_15 = "Greco 130kg "

dqm__subdesc9_16_16 = "Greco 48kg "

dqm__subdesc9_16_17 = "Greco 54kg "

dqm__subdesc9_16_18 = "Greco 58kg "

dqm__subdesc9_16_19 = "Greco 63kg "

dqm__subdesc9_16_20 = "Greco 69kg "

dqm__subdesc9_16_21 = "Greco 76kg "

dqm__subdesc9_16_22 = "Greco 85kg "

dqm__subdesc9_16_23 = "Greco 90kg "

dqm__subdesc9_16_24 = "Greco 97kg "





dqm__url9_16_0 = "../subevent.php?id=1464"

dqm__url9_16_1 = "../subevent.php?id=1450"

dqm__url9_16_2 = "../subevent.php?id=1451"

dqm__url9_16_3 = "../subevent.php?id=1449"

dqm__url9_16_4 = "../subevent.php?id=1440"

dqm__url9_16_5 = "../subevent.php?id=1441"

dqm__url9_16_6 = "../subevent.php?id=1452"

dqm__url9_16_7 = "../subevent.php?id=1442"

dqm__url9_16_8 = "../subevent.php?id=1453"

dqm__url9_16_9 = "../subevent.php?id=1443"

dqm__url9_16_10 = "../subevent.php?id=1444"

dqm__url9_16_11 = "../subevent.php?id=1445"

dqm__url9_16_12 = "../subevent.php?id=1446"

dqm__url9_16_13 = "../subevent.php?id=1447"

dqm__url9_16_14 = "../subevent.php?id=1448"

dqm__url9_16_15 = "../subevent.php?id=1463"

dqm__url9_16_16 = "../subevent.php?id=1454"

dqm__url9_16_17 = "../subevent.php?id=1455"

dqm__url9_16_18 = "../subevent.php?id=1456"

dqm__url9_16_19 = "../subevent.php?id=1457"

dqm__url9_16_20 = "../subevent.php?id=1458"

dqm__url9_16_21 = "../subevent.php?id=1459"

dqm__url9_16_22 = "../subevent.php?id=1460"

dqm__url9_16_23 = "../subevent.php?id=1461"

dqm__url9_16_24 = "../subevent.php?id=1462"*/







//Sub Menu 13 Sub Menu 0



dqm__sub_xy13_0 = "-10,1"

dqm__sub_menu_width13_0 = 125

dqm__icon_index13_0_0 = 0

dqm__subdesc13_0_0 = "Combination "

dqm__subdesc13_0_1 = "Downhill "

dqm__subdesc13_0_2 = "Giant Slalom "

dqm__subdesc13_0_3 = "Slalom "

dqm__subdesc13_0_4 = "Super G Slalom "





dqm__url13_0_0 = "../subevent.php?id=1011"

dqm__url13_0_1 = "../subevent.php?id=1012"

dqm__url13_0_2 = "../subevent.php?id=1013"

dqm__url13_0_3 = "../subevent.php?id=1015"

dqm__url13_0_4 = "../subevent.php?id=1014"





dqm__sub_xy13_1 = "-10,1"

dqm__sub_menu_width13_1 = 125

dqm__icon_index13_1_0 = 0

dqm__subdesc13_1_0 = "M 10km - W 7.5km "

dqm__subdesc13_1_1 = "M 15km - W 12.5km "

dqm__subdesc13_1_2 = "M 20km - W 15km "

dqm__subdesc13_1_3 = "M 4x7.5km Relay "

dqm__subdesc13_1_4 = "Pursuit "

dqm__subdesc13_1_5 = "W 4x5km Relay "





dqm__url13_1_0 = "../subevent.php?id=1016"

dqm__url13_1_1 = "../subevent.php?id=1017"

dqm__url13_1_2 = "../subevent.php?id=1018"

dqm__url13_1_3 = "../subevent.php?id=1020"

dqm__url13_1_4 = "../subevent.php?id=1021"

dqm__url13_1_5 = "../subevent.php?id=1019"





dqm__sub_xy13_2 = "-10,1"

dqm__sub_menu_width13_2 = 125

dqm__icon_index13_2_0 = 0

dqm__subdesc13_2_0 = "Bob 2 Man "

dqm__subdesc13_2_1 = "Bob 4 Man "

dqm__subdesc13_2_2 = "Double Luge "

dqm__subdesc13_2_3 = "Single Luge "

dqm__subdesc13_2_4 = "Skeleton Bob "





dqm__url13_2_0 = "../subevent.php?id=1022"

dqm__url13_2_1 = "../subevent.php?id=1023"

dqm__url13_2_2 = "../subevent.php?id=1026"

dqm__url13_2_3 = "../subevent.php?id=1025"

dqm__url13_2_4 = "../subevent.php?id=1024"





dqm__sub_xy13_3 = "-10,1"

dqm__sub_menu_width13_3 = 125

dqm__icon_index13_3_0 = 0

dqm__subdesc13_3_0 = "Aerials "

dqm__subdesc13_3_1 = "Moguls "





dqm__url13_3_0 = "../subevent.php?id=1027"

dqm__url13_3_1 = "../subevent.php?id=1028"





dqm__sub_xy13_4 = "-10,1"

dqm__sub_menu_width13_4 = 125

dqm__icon_index13_4_0 = 0

dqm__subdesc13_4_0 = "DANCING"

dqm__subdesc13_4_1 = "Figure Individual "

dqm__subdesc13_4_2 = "Figure Pairs "



dqm__url13_4_0 = "../subevent.php?id=1483"

dqm__url13_4_1 = "../subevent.php?id=1029"

dqm__url13_4_2 = "../subevent.php?id=1030"





dqm__sub_xy13_5 = "-10,1"

dqm__sub_menu_width13_5 = 125

dqm__icon_index13_5_0 = 0

dqm__subdesc13_5_0 = "1.5km C/C Sprint "

dqm__subdesc13_5_1 = "10km C/Country "

dqm__subdesc13_5_2 = "15km C/Country "

dqm__subdesc13_5_3 = "20km C/Country "

dqm__subdesc13_5_4 = "30km C/Country "

dqm__subdesc13_5_5 = "50km C/Country "

dqm__subdesc13_5_6 = "5km C/Country "

dqm__subdesc13_5_7 = "Combined "

dqm__subdesc13_5_8 = "Relay "

dqm__subdesc13_5_9 = "Ski Jump 120m "

dqm__subdesc13_5_10 = "Ski Jump 70m "

dqm__subdesc13_5_11 = "Ski Jump 90m "

dqm__subdesc13_5_12 = "Ski Jump Team "

dqm__subdesc13_5_13 = "Team Combined "





dqm__url13_5_0 = "../subevent.php?id=1032"

dqm__url13_5_1 = "../subevent.php?id=1034"

dqm__url13_5_2 = "../subevent.php?id=1035"

dqm__url13_5_3 = "../subevent.php?id=1036"

dqm__url13_5_4 = "../subevent.php?id=1037"

dqm__url13_5_5 = "../subevent.php?id=1038"

dqm__url13_5_6 = "../subevent.php?id=1033"

dqm__url13_5_7 = "../subevent.php?id=1043"

dqm__url13_5_8 = "../subevent.php?id=1045"

dqm__url13_5_9 = "../subevent.php?id=1041"

dqm__url13_5_10 = "../subevent.php?id=1039"

dqm__url13_5_11 = "../subevent.php?id=1040"

dqm__url13_5_12 = "../subevent.php?id=1042"

dqm__url13_5_13 = "../subevent.php?id=1044"





dqm__sub_xy13_6 = "-10,1"

dqm__sub_menu_width13_6 = 125

dqm__icon_index13_6_0 = 0

dqm__subdesc13_6_0 = "Curling "

dqm__subdesc13_6_1 = "Ice Hockey "





dqm__url13_6_0 = "../subevent.php?id=1046"

dqm__url13_6_1 = "../subevent.php?id=1047"





dqm__sub_xy13_7 = "-10,1"

dqm__sub_menu_width13_7 = 125

dqm__icon_index13_7_0 = 0

dqm__subdesc13_7_0 = "1000m "

dqm__subdesc13_7_1 = "1500m "

dqm__subdesc13_7_2 = "500m "

dqm__subdesc13_7_3 = "Relay "





dqm__url13_7_0 = "../subevent.php?id=1049"

dqm__url13_7_1 = "../subevent.php?id=1050"

dqm__url13_7_2 = "../subevent.php?id=1048"

dqm__url13_7_3 = "../subevent.php?id=1051"





dqm__sub_xy13_8 = "-10,1"

dqm__sub_menu_width13_8 = 125

dqm__icon_index13_8_0 = 0

dqm__subdesc13_8_0 = "Cross Country "

dqm__subdesc13_8_1 = "Giant Slalom "

dqm__subdesc13_8_2 = "Half Pipe "





dqm__url13_8_0 = "../subevent.php?id=1054"

dqm__url13_8_1 = "../subevent.php?id=1052"

dqm__url13_8_2 = "../subevent.php?id=1053"





dqm__sub_xy13_9 = "-10,1"

dqm__sub_menu_width13_9 = 125

dqm__icon_index13_9_0 = 0

dqm__subdesc13_9_0 = "1000m "

dqm__subdesc13_9_1 = "1500m "

dqm__subdesc13_9_2 = "500m "

dqm__subdesc13_9_3 = "M 10000m - W 5000m "

dqm__subdesc13_9_4 = "M 5000m - W 3000m "

dqm__subdesc13_9_5 = "Team Pursuit "





dqm__url13_9_0 = "../subevent.php?id=1056"

dqm__url13_9_1 = "../subevent.php?id=1057"

dqm__url13_9_2 = "../subevent.php?id=1055"

dqm__url13_9_3 = "../subevent.php?id=1059"

dqm__url13_9_4 = "../subevent.php?id=1058"

dqm__url13_9_5 = "../subevent.php?id=1060"





	/*dqm__sub_xy13_0 = "-15,4"

	dqm__sub_menu_width13_0 = 110



	dqm__subdesc13_0_0 = "Combination"

	dqm__subdesc13_0_1 = "Downhill"

	dqm__subdesc13_0_2 = "Giant Slalom"

	dqm__subdesc13_0_3 = "Super G Slalom"

	dqm__subdesc13_0_4 = "Slalom"

			

	dqm__icon_index13_0 = 0

			

	dqm__url13_0_0 = "WO/combination.html"

	dqm__url13_0_1 = "WO/downhill.html"

	dqm__url13_0_2 = "WO/giant_slalom.html"

	dqm__url13_0_3 = "WO/super_giant_slalom.html"

	dqm__url13_0_4 = "WO/slalom.html"







//Sub Menu 13 Sub Menu 1



	dqm__sub_xy13_1 = "-15,4"

	dqm__sub_menu_width13_1 = 130



	dqm__subdesc13_1_0 = "M 10km - W 7.5km"

	dqm__subdesc13_1_1 = "M 15km - W 12.5km"

	dqm__subdesc13_1_2 = "M 20km - W 15km"

	dqm__subdesc13_1_3 = "W 4x5km Relay"

	dqm__subdesc13_1_4 = "M 4x7.5km Relay"

	dqm__subdesc13_1_5 = "Pursuit"

			

	dqm__icon_index13_1 = 0

			

	dqm__url13_1_0 = "WO/biathlon1.html"

	dqm__url13_1_1 = "WO/biathlon2.html"

	dqm__url13_1_2 = "WO/biathlon3.html"

	dqm__url13_1_3 = "WO/biathlon4.html"

	dqm__url13_1_4 = "WO/biathlon5.html"

	dqm__url13_1_5 = "WO/pursuit.html"





//Sub Menu 13 Sub Menu 2



	dqm__sub_xy13_2 = "-15,4"

	dqm__sub_menu_width13_2 = 90



	dqm__subdesc13_2_0 = "Bob 2 Man"

	dqm__subdesc13_2_1 = "Bob 4 Man"

	dqm__subdesc13_2_2 = "Skeleton Bob"

	dqm__subdesc13_2_3 = "Single Luge"

	dqm__subdesc13_2_4 = "Double Luge"

			

	dqm__icon_index13_2 = 0

			

	dqm__url13_2_0 = "WO/biathlon1.html"

	dqm__url13_2_1 = "WO/biathlon2.html"

	dqm__url13_2_2 = "WO/biathlon3.html"

	dqm__url13_2_3 = "WO/biathlon4.html"

	dqm__url13_2_4 = "WO/biathlon5.html"

	dqm__url13_2_5 = "WO/pursuit.html"





//Sub Menu 13 Sub Menu 3



	dqm__sub_xy13_3 = "-15,4"

	dqm__sub_menu_width13_3 = 80



	dqm__subdesc13_3_0 = "Aerials"

	dqm__subdesc13_3_1 = "Moguls"

			

	dqm__icon_index13_3 = 0

			

	dqm__url13_3_0 = "WO/aerials.html"

	dqm__url13_3_1 = "WO/moguls.html"



//Sub Menu 13 Sub Menu 4



	dqm__sub_xy13_4 = "-15,4"

	dqm__sub_menu_width13_4 = 110



	dqm__subdesc13_4_0 = "Figure Individual"

	dqm__subdesc13_4_1 = "Figure Pairs"

	dqm__subdesc13_4_2 = "Dancing"

			

	dqm__icon_index13_4 = 0

			

	dqm__url13_4_0 = "WO/figure_individual.html"

	dqm__url13_4_1 = "WO/figure_pairs.html"

	dqm__url13_4_2 = "WO/dancing.html"





//Sub Menu 13 Sub Menu 5



	dqm__sub_xy13_5 = "-15,4"

	dqm__sub_menu_width13_5 = 115



	dqm__subdesc13_5_0 = "1.5km C/C Sprint"

	dqm__subdesc13_5_1 = "5km C/Country"

	dqm__subdesc13_5_2 = "10km C/Country"

	dqm__subdesc13_5_3 = "15km C/Country"

	dqm__subdesc13_5_4 = "20km C/Country"

	dqm__subdesc13_5_5 = "30km C/Country"

	dqm__subdesc13_5_6 = "50km C/Country"

	dqm__subdesc13_5_7 = "Ski Jump 70m"

	dqm__subdesc13_5_8 = "Ski Jump 90m"

	dqm__subdesc13_5_9 = "Ski Jump 120m"

	dqm__subdesc13_5_10 = "Ski Jump Team"

	dqm__subdesc13_5_11 = "Combined"

	dqm__subdesc13_5_12 = "Team Combined"

	dqm__subdesc13_5_13 = "Relay"

			

	dqm__icon_index13_5 = 0

			

	dqm__url13_5_0 = "WO/ccsprint.html"

	dqm__url13_5_1 = "WO/5km.html"

	dqm__url13_5_2 = "WO/10km.html"

	dqm__url13_5_3 = "WO/15km.html"

	dqm__url13_5_4 = "WO/20km.html"

	dqm__url13_5_5 = "WO/30km.html"

	dqm__url13_5_6 = "WO/50km.html"

	dqm__url13_5_7 = "WO/skijump70.html"

	dqm__url13_5_8 = "WO/skijump90.html"

	dqm__url13_5_9 = "WO/skijump120.html"

	dqm__url13_5_10 = "WO/skijumpteam.html"

	dqm__url13_5_11 = "WO/combined.html"

	dqm__url13_5_12 = "WO/teamcombined.html"

	dqm__url13_5_13 = "WO/relay.html"





//Sub Menu 13 Sub Menu 6



	dqm__sub_xy13_6 = "-15,4"

	dqm__sub_menu_width13_6 = 100



	dqm__subdesc13_6_0 = "Curling"

	dqm__subdesc13_6_1 = "Ice Hockey"

	

	dqm__icon_index13_6 = 0

			

	dqm__url13_6_0 = "WO/curling.html"

	dqm__url13_6_1 = "WO/ice_hockey.html"





//Sub Menu 13 Sub Menu 7



	dqm__sub_xy13_7 = "-15,4"

	dqm__sub_menu_width13_7 = 70



	dqm__subdesc13_7_0 = "500m"

	dqm__subdesc13_7_1 = "1000m"

	dqm__subdesc13_7_2 = "1500m"

	dqm__subdesc13_7_3 = "Relay"



	dqm__icon_index13_7 = 0

			

	dqm__url13_7_0 = "WO/500m.html"

	dqm__url13_7_1 = "WO/1000m.html"

	dqm__url13_7_2 = "WO/1500m.html"

	dqm__url13_7_3 = "WO/shortralay.html"



//Sub Menu 13 Sub Menu 8



	dqm__sub_xy13_8 = "-15,4"

	dqm__sub_menu_width13_8 = 100



	dqm__subdesc13_8_0 = "Giant Slalom"

	dqm__subdesc13_8_1 = "Half Pipe"

	dqm__subdesc13_8_2 = "Cross Country"

	

	dqm__icon_index13_8 = 0

			

	dqm__url13_8_0 = "WO/snowboard_giant_slalom.html"

	dqm__url13_8_1 = "WO/half_pipe.html"

	dqm__url13_8_2 = "WO/cross_country.html"





//Sub Menu 13 Sub Menu 9



	dqm__sub_xy13_9 = "-15,4"

	dqm__sub_menu_width13_9 = 100



	dqm__subdesc13_9_0 = "500m"

	dqm__subdesc13_9_1 = "1000m"

	dqm__subdesc13_9_2 = "1500m"

	dqm__subdesc13_9_3 = "M 5000m - W 3000m"

	dqm__subdesc13_9_4 = "M 10000m - W 5000m"

	dqm__subdesc13_9_5 = "Team Pursuit"

	

	dqm__icon_index13_9 = 0

			

	dqm__url13_9_0 = "WO/speed_500m.html"

	dqm__url13_9_1 = "WO/speed_1000m.html"

	dqm__url13_9_2 = "WO/speed_1500m.html"

	dqm__url13_9_3 = "WO/speed_m5000m.html"

	dqm__url13_9_4 = "WO/speed_m10000m.html"

	dqm__url13_9_5 = "WO/speed_team_pursuit.html"*/