//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com
/*
 * 0. About Us
 * 1. Athletes
 * 2. Boxing Gear
 * 3. Classifieds
 * 4. Clubs
 * 5. Club Programs
 * 6. Coaches
 * 7. Events
 * 8. Forms
 * 9. Membership
 * 10. Officials
 * 11. Sponsors
 */

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


	dqm__sub_menu_width = 135      	//default sub menu widths
	dqm__sub_xy = "-13,-3"            	//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 = "#91372F"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#BF473E"		

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


    //Rollover font settings

	dqm__hl_textcolor = "#FAF7A7"
	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 2
	dqm__margin_bottom = 3
	dqm__margin_left = 5
	dqm__margin_right = 4

   


/*-------------------------------------------
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,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "images/sample2_arrow.gif"
	dqm__2nd_icon_rollover0 = "images/sample2_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 = "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__os9_ie5mac_offset_X = 10
	dqm__os9_ie5mac_offset_Y = 15

	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 = 18
	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.

	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' represents the index number of the sub menu item.

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




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

                           Main Menu Rollover Images and Links  

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

	domain_name = "http://www.boxingontario.com";
	//domain_name = "http://boxing"
	//domain_name= "http://boxingontario.city.sibers.com";
	
    //Main Menu Item 0

	dqm__rollover_image0 = ""
	dqm__rollover_wh0 = "135,18"
	dqm__url0 = ""  

    //Main Menu Item 1

	dqm__rollover_image1 = ""
	dqm__rollover_wh1 = "135,18"
	dqm__url1 = "" 


    //Main Menu Item 2

	dqm__rollover_image2 = ""
	dqm__rollover_wh2 = "135,18"
	dqm__url2 = "" 


    //Main Menu Item 3

	dqm__rollover_image3 = ""
	dqm__rollover_wh3 = "135,18"
	dqm__url3 = ""   


    //Main Menu Item 4

	dqm__rollover_image4 = ""
	dqm__rollover_wh4 = "135,18"
	dqm__url4 = ""


    //Main Menu Item 5

	dqm__rollover_image5 = "" 
	dqm__rollover_wh5 = "135,18"
	dqm__url5 = ""   


    //Main Menu Item 6

	dqm__rollover_image6 = "" 
	dqm__rollover_wh6 = "135,18"
	dqm__url6 = "" 

    //Main Menu Item 7

	dqm__rollover_image7 = ""
	dqm__rollover_wh7 = "135,18"
	dqm__url7 = ""   

    //Main Menu Item 8

    dqm__rollover_image8 = ""
    dqm__rollover_wh8 = "135,18"
    dqm__url8 = ""   


    //Main Menu Item 9

    dqm__rollover_image9 = ""
    dqm__rollover_wh9 = "135,18"
    dqm__url9 = ""
	
	//Main Menu Item 10

    dqm__rollover_image10 = ""
    dqm__rollover_wh10 = "135,18"
    dqm__url10 = ""
	
	//Main Menu Item 11

    dqm__rollover_image11 = ""
    dqm__rollover_wh11 = "135,18"
    dqm__url11 = ""   


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

                              Sub Menu Structure and Text  

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



    // About Us

    dqm__sub_xy0 = "0,0"
    dqm__sub_menu_width0 = 160

    dqm__icon_index0_0 = 0
    dqm__icon_index0_1 = 0
    dqm__icon_index0_2 = 0
    dqm__icon_index0_3 = 0
    dqm__icon_index0_4 = 0
    dqm__icon_index0_5 = 0
	dqm__icon_index0_6 = 0
    dqm__icon_index0_7 = 0
    dqm__icon_index0_8 = 0
    dqm__icon_index0_9 = 0
    
    dqm__subdesc0_0 = "About Us Index"
    dqm__url0_0 = domain_name + "/web_pages/about_index.php"
    dqm__subdesc0_1 = "Boxing Ontario"
    dqm__url0_1 = domain_name + "/web_pages/about_boxingontario.php"
    dqm__subdesc0_2 = "Policy"
    dqm__url0_2 = domain_name + "/web_pages/about_policy.php"
    dqm__subdesc0_3 = "Awards"
    dqm__url0_3 = domain_name + "/web_pages/about_awards.php"
    dqm__subdesc0_4 = "Board of Directors"
    dqm__url0_4 = domain_name + "/web_pages/about_directors.php"
    dqm__subdesc0_5 = "Contact Us"
    dqm__url0_5 = domain_name + "/web_pages/about_contacts.php"
    dqm__subdesc0_6 = "In the Community"
    dqm__url0_6 = domain_name + "/web_pages/about_community.php"
    dqm__subdesc0_7 = "Media Centre"
    dqm__url0_7 = domain_name + "/web_pages/about_Media.php"
    dqm__subdesc0_8 = "Latest News"
    dqm__url0_8 = domain_name + "/web_pages/about_news.php"
    dqm__subdesc0_9 = "Image Gallery"
    dqm__url0_9 = domain_name + "/web_pages/about_gallery.php"


    // Athletes

    dqm__sub_xy1 = "0,0"
    dqm__sub_menu_width1 = 170

    dqm__icon_index1_0 = 0
    dqm__icon_index1_1 = 0
    dqm__icon_index1_2 = 0
    dqm__icon_index1_3 = 0
    dqm__icon_index1_4 = 0
    dqm__icon_index1_5 = 0

    dqm__subdesc1_0 = "Athletes Index"
    dqm__url1_0 = domain_name + "/web_pages/athletes_index.php"
    dqm__subdesc1_1 = "Team Ontario"
    dqm__url1_1 = domain_name + "/web_pages/athletes_team_ontario.php"
    dqm__subdesc1_2 = "How to Become a Boxer"
    dqm__url1_2 = domain_name + "/web_pages/athletes_howto_boxer.php"
    dqm__subdesc1_3 = "Athlete Profiles"
    dqm__url1_3 = domain_name + "/web_pages/athlete_profiles/index"
    dqm__subdesc1_4 = "Amateur vs. Pro Boxing"
    dqm__url1_4 = domain_name + "/web_pages/athletes_am_vs_bx.php"
    dqm__subdesc1_5 = "Cadet Club"
    dqm__url1_5 = domain_name + "/web_pages/membership_cadetclub.php"
    

    // Boxing Gear

    dqm__sub_xy2 = "0,0"
    dqm__sub_menu_width2 = 170
    
	dqm__icon_index2_0 = 0
    dqm__subdesc2_0 = "Boxing Gear Index"
    dqm__url2_0 = domain_name + "/boxing_gear.php"


    // Classifieds

    dqm__sub_xy3 = "0,0"
    dqm__sub_menu_width3 = 170
    
	dqm__icon_index3_0 = 0
    dqm__subdesc3_0 = "Classifieds Index"
    dqm__url3_0 = domain_name + "/index.php"
	
	
    // Clubs

    dqm__sub_xy4 = "0,0"
    dqm__sub_menu_width4 = 170

    dqm__icon_index4_0 = 0
    dqm__icon_index4_1 = 0
    dqm__icon_index4_2 = 0
    dqm__icon_index4_3 = 0
    dqm__icon_index4_4 = 0
	dqm__icon_index4_5 = 0

    dqm__subdesc4_0 = "Clubs Index"
    dqm__url4_0 = domain_name + "/web_pages/club_index.php"
    dqm__subdesc4_1 = "Club Directory"
    dqm__url4_1 = domain_name + "/web_pages/club_directory/index"
    dqm__subdesc4_2 = "How to Start a Club"
    dqm__url4_2 = domain_name + "/web_pages/club_how_to_start.php"
    dqm__subdesc4_3 = "Insurance"
    dqm__url4_3 = domain_name + "/web_pages/club_insurance.php"
    dqm__subdesc4_4 = "Regional News"
    dqm__url4_4 = domain_name + "/web_pages/club_regional_news.php"
    dqm__subdesc4_5 = "Volunteers"
    dqm__url4_5 = domain_name + "/web_pages/club_volunteers.php"



    // Club Programs

    dqm__sub_xy5 = "0,0"
    dqm__sub_menu_width5 = 170

    dqm__icon_index5_0 = 0
    dqm__icon_index5_1 = 0
    dqm__icon_index5_2 = 0

    dqm__subdesc5_0 = "BOX-ON"
    dqm__url5_0 = domain_name + "/web_pages/club_boxon.php"
	dqm__subdesc5_1 = "CHAMPS"
    dqm__url5_1 = domain_name + "/web_pages/champs_index.php"
	dqm__subdesc5_2 = "Club Development"    
	dqm__url5_2 = domain_name + "/web_pages/club_development_index.php"
	
		// Champs sub menu
	    dqm__sub_xy5_1 = "0,0"
	    dqm__sub_menu_width5_1 = 160
	
	    dqm__icon_index5_1_0 = 0
	    dqm__icon_index5_1_1 = 0
	    dqm__icon_index5_1_2 = 0
	    dqm__icon_index5_1_3 = 0
	    dqm__icon_index5_1_4 = 0
	    dqm__icon_index5_1_5 = 0

        dqm__subdesc5_1_0 = "CHAMPS Index"
	    dqm__url5_1_0 = domain_name + "/web_pages/champs_index.php"
	    dqm__subdesc5_1_1 = "About the Program"
	    dqm__url5_1_1 = domain_name + "/web_pages/champs_about.php"
	    dqm__subdesc5_1_2 = "News and Updates"
	    dqm__url5_1_2 = domain_name + "/web_pages/champs_news_updates.php"
	    dqm__subdesc5_1_3 = "How to get inolved"
	    dqm__url5_1_3 = domain_name + "/web_pages/champs_howtoget.php"
	    dqm__subdesc5_1_4 = "Active Coaches and Clubs"
	    dqm__url5_1_4 = domain_name + "/web_pages/champs_active_coaches_clubs.php"
		dqm__subdesc5_1_5 = "Promotional materials"
	    dqm__url5_1_5 = domain_name + "/web_pages/champs_promotional.php"
	    
		// Club development sub menu
	    dqm__sub_xy5_2 = "0,0"
	    dqm__sub_menu_width5_2 = 160
	
	    dqm__icon_index5_2_0 = 0
	    dqm__icon_index5_2_1 = 0
	    dqm__icon_index5_2_2 = 0
	    dqm__icon_index5_2_3 = 0

	    dqm__subdesc5_2_0 = "Club Development Index"
	    dqm__url5_2_0 = domain_name + "/web_pages/club_development_index.php"
	    dqm__subdesc5_2_1 = "About The Program"
	    dqm__url5_2_1 = domain_name + "/web_pages/club_development_about.php"
	    dqm__subdesc5_2_2 = "How To Apply"
	    dqm__url5_2_2 = domain_name + "/web_pages/club_development_howto.php"
	    dqm__subdesc5_2_3 = "Program Overview"
	    dqm__url5_2_3 = domain_name + "/web_pages/club_development_overview.php"

    // Coaches    

    dqm__sub_xy6 = "0,0"
    dqm__sub_menu_width6 = 120

    dqm__icon_index6_0 = 0
    dqm__icon_index6_1 = 0
    dqm__icon_index6_2 = 0
    dqm__icon_index6_3 = 0
    dqm__icon_index6_4 = 0
    dqm__icon_index6_5 = 0
    dqm__icon_index6_6 = 0

    dqm__subdesc6_0 = "Coaches Index"
    dqm__url6_0 = domain_name + "/web_pages/coaches_index.php"
    dqm__subdesc6_1 = "Team Ontario"
    dqm__url6_1 = domain_name + "/web_pages/coaches_team_ontario.php"
    dqm__subdesc6_2 = "How to Become a Coach"
    dqm__url6_2 = domain_name + "/web_pages/coaches_become.php"
    dqm__subdesc6_3 = "Coaches Corner"
    dqm__url6_3 = domain_name + "/web_pages/coaches_corner.php"
    dqm__subdesc6_4 = "Coaching Clinics"
    dqm__url6_4 = domain_name + "/web_pages/coaches_clinics.php"
    dqm__subdesc6_5 = "Safety and Security"
    dqm__url6_5 = domain_name + "/web_pages/coaches_safety.php"
    dqm__subdesc6_6 = "Coach Directory"
    dqm__url6_6 = domain_name + "/web_pages/coaches_directory/index"


    // Events 
	
    dqm__sub_xy7 = "0,0"
    dqm__sub_menu_width7 = 170

    dqm__icon_index7_0 = 0
    dqm__icon_index7_1 = 0
    dqm__icon_index7_2 = 0
    dqm__icon_index7_3 = 0
    dqm__icon_index7_4 = 0
    dqm__icon_index7_5 = 0
    dqm__icon_index7_6 = 0
    dqm__icon_index7_7 = 0
    
    dqm__subdesc7_0 = "Event Index"
    dqm__url7_0 = domain_name + "/web_pages/events_index.php"
    dqm__subdesc7_1 = "Club Shows"
    dqm__url7_1 = domain_name + "/web_pages/events_club_shows.php"
    dqm__subdesc7_2 = "Tournaments & Provincials"
//    dqm__url7_2 = domain_name + "/web_pages/show_tournament/index"
    dqm__url7_2 = domain_name + "/web_pages/events_tournaments.php"
    dqm__subdesc7_3 = "Nationals"
    dqm__url7_3 = domain_name + "/web_pages/events_nationals.php"
    dqm__subdesc7_4 = "Corporate Shows"
    dqm__url7_4 = domain_name + "/web_pages/events_corp_shows.php"
    dqm__subdesc7_5 = "Special Events"
    dqm__url7_5 = domain_name + "/web_pages/events_special_events.php"
    dqm__subdesc7_6 = "Tips on Host Events"
    dqm__url7_6 = domain_name + "/web_pages/events_host_tips.php"


    // Forms

    dqm__sub_xy8 = "0,0"
    dqm__sub_menu_width8 = 170
    
    dqm__icon_index8_0 = 0
    dqm__subdesc8_0 = "Forms"
    dqm__url8_0 = domain_name + "/index.php"


    // Membership

    dqm__sub_xy9 = "0,0"
    dqm__sub_menu_width9 = 180

    dqm__icon_index9_0 = 0
    dqm__icon_index9_1 = 0
    dqm__icon_index9_2 = 0
    dqm__icon_index9_3 = 0
    dqm__icon_index9_4 = 0
    dqm__icon_index9_5 = 0
    dqm__icon_index9_6 = 0
    dqm__icon_index9_7 = 0
    dqm__icon_index9_8 = 0
        
    dqm__subdesc9_0 = "Membership Index"
    dqm__url9_0 = domain_name + "/web_pages/membership_index.php"
    dqm__subdesc9_1 = "Members Only"
    dqm__url9_1 = domain_name + "/web_pages/membership_only.php"
    dqm__subdesc9_2 = "Members Club Athlete Listing"
    dqm__url9_2 = domain_name + "/web_pages/membership_listing.php"
    dqm__subdesc9_3 = "How to Become a Member"
    dqm__url9_3 = domain_name + "/web_pages/membership_become.php"
    dqm__subdesc9_4 = "Competitive Membership"
    dqm__url9_4 = domain_name + "/web_pages/membership_competitive.php"
    dqm__subdesc9_5 = "Recreational Membership"
    dqm__url9_5 = domain_name + "/web_pages/membership_recreactional.php"
    dqm__subdesc9_6 = "Boxing FANatic!"
    dqm__url9_6 = domain_name + "/web_pages/membership_fanatic.php"
    dqm__subdesc9_7 = "Newsletter"
    dqm__url9_7 = domain_name + "/web_pages/newsletter.php"
    dqm__subdesc9_8 = "Contests"
    dqm__url9_8 = domain_name + "/web_pages/membership_contests.php"	
    dqm__subdesc9_9 = "Register / Renew"
    dqm__url9_9 = domain_name + "/web_pages/login"	


    // Officials

    dqm__sub_xy10 = "0,0"
    dqm__sub_menu_width10 = 180

    dqm__icon_index10_0 = 0
    dqm__icon_index10_1 = 0
    dqm__icon_index10_2 = 0
    dqm__icon_index10_3 = 0
    dqm__icon_index10_4 = 0
    dqm__icon_index10_5 = 0

    dqm__subdesc10_0 = "Officials Index"
    dqm__url10_0 = domain_name + "/web_pages/officials_index.php"
    dqm__subdesc10_1 = "Our Team"
    dqm__url10_1 = domain_name + "/web_pages/officials_our_team.php"
    dqm__subdesc10_2 = "How to Become an Official"
    dqm__url10_2 = domain_name + "/web_pages/officials_become.php"
    dqm__subdesc10_3 = "Officiating Clinics"
    dqm__url10_3 = domain_name + "/web_pages/officials_clinics/index"
    dqm__subdesc10_4 = "Feedback"
    dqm__url10_4 = domain_name + "/web_pages/officials_feedback.php"
    dqm__subdesc10_5 = "Officials News"
    dqm__url10_5 = domain_name + "/web_pages/officials_news.php"


    // Sponsors
    
    dqm__sub_xy11 = "0,0"
    dqm__sub_menu_width11 = 160

    dqm__icon_index11_0 = 0
    dqm__icon_index11_1 = 0
    dqm__icon_index11_2 = 0
    dqm__icon_index11_3 = 0
    dqm__icon_index11_4 = 0
    dqm__icon_index11_5 = 0

    
    dqm__subdesc11_0 = "Sponsor Index"
    dqm__url11_0 = domain_name + "/web_pages/sponsors.php"
    dqm__subdesc11_1 = "Media Sponsor"
    dqm__url11_1 = domain_name + "/web_pages/sponsor_media.php"
    dqm__subdesc11_2 = "Presenting Sponsor"
    dqm__url11_2 = domain_name + "/web_pages/sponsor_presenting.php"
    dqm__subdesc11_3 = "Sponsor: Lightweight, Middleweight, Heavyweight"
    dqm__url11_3 = domain_name + "/web_pages/sponsor_sponsor.php"
    dqm__subdesc11_4 = "Partner"
    dqm__url11_4 = domain_name + "/web_pages/sponsor_partner.php"
    dqm__subdesc11_5 = "Sponsorship Opportunities"
    dqm__url11_5 = domain_name + "/web_pages/sponsorship_opportunities.php"