//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 110      	//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 = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 0

	dqm__border_color = "#000000"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#FFC61D"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#FFFF99"		

	dqm__mouse_off_delay = 0		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 0		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#000000"
	dqm__fontfamily = "Arial"		//Any available system font     
	dqm__fontsize = 11			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//Defined with point sizing
	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	dqm__fontweight = "normal"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#000000"
	dqm__hl_textdecoration = "underline"	//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 = 0

   


/*-------------------------------------------
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 = "images/menu_flag_off.jpg"
	//dqm__icon_rollover0 = "images/but_clickhere.jpg"
	//dqm__icon_image_wh0 = "12,9"

	

    //Absolute positioned icon images (coordinate poitioned)

	//dqm__2nd_icon_image0 = "images/arrow.gif"
	//dqm__2nd_icon_rollover0 = "images/arrow.gif"
	//dqm__2nd_icon_image_wh0 = "12,9"
	//dqm__2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	dqm__show_urls_statusbar = false
   
	//dqm__status_text0 = "Sample text - Main Menu Item 0"
	//dqm__status_text1 = "Sample text - Main Menu Item 1"

	//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	




/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "fade"
	dqm__sub_item_effect = "none"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .4
	dqm__sub_item_effect_duration = .2


    //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 = "DOWN"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 90			//1 to 100
	dqm__dropshadow_color = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 1			//drop shadow width
	dqm__dropshadow_offy = 1			//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 = 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.

	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  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0 - home

	dqm__rollover_image0 = "images/but_home_on_01.jpg"
	dqm__rollover_wh0 = "80,19"
	dqm__url0 = "index.html";   


    //Main Menu Item 1 - company

	dqm__rollover_image1 = "images/but_company_on_02.jpg"
	dqm__rollover_wh1 = "111,19"
	dqm__url1 = "";


    //Main Menu Item 2 - facilities

	dqm__rollover_image2 = "images/but_facilities_on_03.jpg" 
	dqm__rollover_wh2 = "153,19"
	dqm__url2 = "";   


    //Main Menu Item 3 - Rewards

	dqm__rollover_image3 = "images/but_rewards_on_04.jpg" 
	dqm__rollover_wh3 = "166,19"
	dqm__url3 = "";   
  
    //Main Menu Item 4 - Locations

	dqm__rollover_image4 = "images/but_locations_on_05.jpg" 
	dqm__rollover_wh4 = "103,19"
	dqm__url4 = "";  
	
	//Main Menu Item 5 - Contact

	dqm__rollover_image5 = "images/but_contact_on_06.jpg" 
	dqm__rollover_wh5 = "135,19"
	dqm__url5 = "eaglequest_contact.html";  
	



/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0 - home

	

    //Sub Menu 1 - our company

	dqm__sub_xy1 = "-100,18"
	dqm__sub_menu_width1 = 155

	dqm__subdesc1_0 = "about Us"
	dqm__subdesc1_1 = "bios"
	dqm__subdesc1_2 = "stats"
	dqm__subdesc1_3 = "employment"
	dqm__subdesc1_4 = "affiliates"
	dqm__subdesc1_5 = "advertising opportunities"
	//dqm__subdesc1_6 = "corporate news"

	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__icon_index1_6 = 0
	
	//dqm__2nd_icon_index1_1 = 0

	dqm__url1_0 = "eaglequest_aboutus.html"
	dqm__url1_1 = "eaglequest_bios.html"
	dqm__url1_2 = "eaglequest_stats.html"
	dqm__url1_3 = "eaglequest_employment.html"
	dqm__url1_4 = "eaglequest_affiliates.html"
	dqm__url1_5 = "eaglequest_advertising.html"
	//dqm__url1_6 = "eaglequest_news.html"

	//Sub Menu 2 - Facilities Management

	dqm__sub_xy2 = "-146,18"
	dqm__sub_menu_width2 = 155

	dqm__subdesc2_0 = "operations" 
	//dqm__subdesc2_1 = "consulting"

	dqm__icon_index2_0 = 0
	//dqm__icon_index2_1 = 0

	dqm__url2_0 = "eaglequest_operations.html"
	//dqm__url2_1 = "eaglequest_consulting.html"

	dqm__sub_xy2_0 = "-4,2"
	dqm__sub_menu_width2_0 = 68

	
	
    //Sub Menu 3 - Rewards

	dqm__sub_xy3 = "-157,18"
	dqm__sub_menu_width3 = 155

	dqm__subdesc3_0 = "benefits"
	//dqm__subdesc3_1 = "news"

	dqm__icon_index3_0 = 0
	//dqm__icon_index3_1 = 0

	dqm__url3_0 = "eaglequest_rewards.html"
	//dqm__url3_1 = "eaglequest_rewards_news.html"

    //Sub Menu 4 - Locations

	dqm__sub_xy4 = "-97,18"
	dqm__sub_menu_width4 = 155

	dqm__subdesc4_0 = "coquitlam"
	dqm__subdesc4_1 = "coyote creek"
	dqm__subdesc4_2 = "nanaimo"
	dqm__subdesc4_3 = "kelowna"
	dqm__subdesc4_4 = "douglasdale"
	dqm__subdesc4_5 = "calgary dome"
	dqm__subdesc4_6 = "thunder bay"

	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__icon_index4_6 = 0

	dqm__url4_0 = "coquitlam/index.html"
	dqm__url4_1 = "coyote_creek/index.html"
	dqm__url4_2 = "nanaimo/index.html"
	dqm__url4_3 = "kelowna/index.html"
	dqm__url4_4 = "douglasdale/index.html"
	dqm__url4_5 = "calgarydome/index.html"
	dqm__url4_6 = "ThunderBay/index.html"
	
	
	dqm__sub_xy4_0 = "-30,2"
	dqm__sub_menu_width4_0 = 155

	//coquitlam sub-nav
	
	
	dqm__sub_xy4_0 = "-30,2"
	dqm__sub_menu_width4_0 = 155
	
	dqm__subdesc4_0_0 = "coquitlam home"
	dqm__subdesc4_0_1 = "golf course"
	dqm__subdesc4_0_2 = "driving range and mini golf"
	dqm__subdesc4_0_3 = "rewards club"
	dqm__subdesc4_0_4 = "tournaments"
	dqm__subdesc4_0_5 = "adult learning academy"
	dqm__subdesc4_0_6 = "junior learning academy"
	dqm__subdesc4_0_7 = "birthday parties"
	dqm__subdesc4_0_8 = "event calendar"
	
	dqm__icon_index4_0_0 = 0
	dqm__icon_index4_0_1 = 0
	dqm__icon_index4_0_2 = 0
	dqm__icon_index4_0_3 = 0
	dqm__icon_index4_0_4 = 0
	dqm__icon_index4_0_5 = 0
	dqm__icon_index4_0_6 = 0
	dqm__icon_index4_0_7 = 0
	dqm__icon_index4_0_8 = 0
	
	dqm__url4_0_0 = "coquitlam/index.html"
	dqm__url4_0_1 = "coquitlam/coquitlam_golfcourse.html"
	dqm__url4_0_2 = "coquitlam/coquitlam_driving_range.html"
	dqm__url4_0_3 = "coquitlam/coquitlam_rewards_club.html"
	dqm__url4_0_4 = "coquitlam/coquitlam_tournaments.html"
	dqm__url4_0_5 = "coquitlam/coquitlam_adult_academy.html"
	dqm__url4_0_6 = "coquitlam/coquitlam_junior_academy.html"
	dqm__url4_0_7 = "coquitlam/coquitlam_birthday_parties.html"
	dqm__url4_0_8 = "coquitlam/coquitlam_calendar.html"
	
	//coyote creek sub-nav
	
	dqm__sub_xy4_1 = "-30,2"
	dqm__sub_menu_width4_1 = 155
	
	dqm__subdesc4_1_0 = "coyote creek home"
	dqm__subdesc4_1_1 = "golf course"
	dqm__subdesc4_1_2 = "rewards club"
	dqm__subdesc4_1_3 = "tournament"
	dqm__subdesc4_1_4 = "adult learning academy"
	dqm__subdesc4_1_5 = "junior learning academy"
	//dqm__subdesc4_1_6 = "ladies leagues"
	dqm__subdesc4_1_6 = "business meetings"
	dqm__subdesc4_1_7 = "banquets"
	dqm__subdesc4_1_8 = "weddings"
	dqm__subdesc4_1_9 = "creekside grill"
	dqm__subdesc4_1_9 = "event calendar"
	
	dqm__icon_index4_1_0 = 0
	dqm__icon_index4_1_1 = 0
	dqm__icon_index4_1_2 = 0
	dqm__icon_index4_1_3 = 0
	dqm__icon_index4_1_4 = 0
	dqm__icon_index4_1_5 = 0
	dqm__icon_index4_1_6 = 0
	dqm__icon_index4_1_7 = 0
	dqm__icon_index4_1_8 = 0
	dqm__icon_index4_1_9 = 0
	dqm__icon_index4_1_10 = 0

	
	dqm__url4_1_0 = "coyote_creek/index.html"
	dqm__url4_1_1 = "coyote_creek/coyotecreek_golfcourse.html"
	dqm__url4_1_2 = "coyote_creek/coyotecreek_rewards_club.html"
	dqm__url4_1_3 = "coyote_creek/coyotecreek_tournaments.html"
	dqm__url4_1_4 = "coyote_creek/coyotecreek_adult_academy.html"
	dqm__url4_1_5 = "coyote_creek/coyotecreek_junior_academy.html"
	//dqm__url4_1_6 = "coyote_creek/coyotecreek_ladies_leagues.html"
	dqm__url4_1_6 = "coyote_creek/coyotecreek_business_meetings.html"
	dqm__url4_1_7 = "coyote_creek/coyotecreek_banquets.html"
	dqm__url4_1_8 = "coyote_creek/coyotecreek_weddings.html"
	dqm__url4_1_9 = "coyote_creek/coyotecreek_creeksidegrill.html"
	dqm__url4_1_10 = "coyote_creek/coyotecreek_calendar.html"
	
	//nanaimo sub-nav
	
	dqm__sub_xy4_2 = "-30,2"
	dqm__sub_menu_width4_2 = 155
	
	dqm__subdesc4_2_0 = "nanaimo home"
	dqm__subdesc4_2_1 = "golf course"
	dqm__subdesc4_2_2 = "driving range"
	dqm__subdesc4_2_3 = "rewards club"
	dqm__subdesc4_2_4 = "adult learning academy"
	dqm__subdesc4_2_5 = "junior learning academy"
	dqm__subdesc4_2_6 = "event calendar"
	
	dqm__icon_index4_2_0 = 0
	dqm__icon_index4_2_1 = 0
	dqm__icon_index4_2_2 = 0
	dqm__icon_index4_2_3 = 0
	dqm__icon_index4_2_4 = 0
	dqm__icon_index4_2_5 = 0
	dqm__icon_index4_2_6 = 0
	
	dqm__url4_2_0 = "nanaimo/index.html"
	dqm__url4_2_1 = "nanaimo/nanaimo_golf_course.html"
	dqm__url4_2_2 = "nanaimo/nanaimo_driving_range.html"
	dqm__url4_2_3 = "nanaimo/nanaimo_rewards_club.html"
	dqm__url4_2_4 = "nanaimo/nanaimo_adult_academy.html"
	dqm__url4_2_5 = "nanaimo/nanaimo_junior_academy.html"
	dqm__url4_2_6 = "nanaimo/nanaimo_calendar.html"
	
	//kelowna sub-nav
	
	dqm__sub_xy4_3 = "-30,2"
	dqm__sub_menu_width4_3 = 155
	
	dqm__subdesc4_3_0 = "kelowna home"
	dqm__subdesc4_3_1 = "driving range"
	dqm__subdesc4_3_2 = "rewards club"
	dqm__subdesc4_3_3 = "adult learning academy"
	dqm__subdesc4_3_4 = "junior learning academy"
	dqm__subdesc4_3_5 = "event calendar"
	
	dqm__icon_index4_3_0 = 0
	dqm__icon_index4_3_1 = 0
	dqm__icon_index4_3_2 = 0
	dqm__icon_index4_3_3 = 0
	dqm__icon_index4_3_4 = 0
	dqm__icon_index4_3_5 = 0
	
	dqm__url4_3_0 = "kelowna/index.html"
	dqm__url4_3_1 = "kelowna/kelowna_driving_range.html"
	dqm__url4_3_2 = "kelowna/kelowna_rewards_club.html"
	dqm__url4_3_3 = "kelowna/kelowna_adult_academy.html"
	dqm__url4_3_4 = "kelowna/kelowna_junior_academy.html"
	dqm__url4_3_5 = "kelowna/kelowna_calendar.html"

	//douglasdale sub-nav
	
	dqm__sub_xy4_4 = "-30,2"
	dqm__sub_menu_width4_4 = 155
	
	dqm__subdesc4_4_0 = "douglasdale home"
	dqm__subdesc4_4_1 = "golf course"
	dqm__subdesc4_4_2 = "driving range"
	dqm__subdesc4_4_3 = "rewards club"
	dqm__subdesc4_4_4 = "tournaments"
	dqm__subdesc4_4_5 = "women's only programs"
	dqm__subdesc4_4_6 = "adult learning academy"
	dqm__subdesc4_4_7 = "junior learning academy"
	dqm__subdesc4_4_8 = "banquets, parties, weddings and meetings"
	dqm__subdesc4_4_9 = "event calendar"
	
	dqm__icon_index4_4_0 = 0
	dqm__icon_index4_4_1 = 0
	dqm__icon_index4_4_2 = 0
	dqm__icon_index4_4_3 = 0
	dqm__icon_index4_4_4 = 0
	dqm__icon_index4_4_5 = 0
	dqm__icon_index4_4_6 = 0
	dqm__icon_index4_4_7 = 0
	dqm__icon_index4_4_8 = 0
	dqm__icon_index4_4_9 = 0
	
	dqm__url4_4_0 = "douglasdale/index.html"
	dqm__url4_4_1 = "douglasdale/douglasdale_golfcourse.html"
	dqm__url4_4_2 = "douglasdale/douglasdale_driving_range.html"
	dqm__url4_4_3 = "douglasdale/douglasdale_rewards_club.html"
	dqm__url4_4_4 = "douglasdale/douglasdale_womens_programs.html"
	dqm__url4_4_5 = "douglasdale/douglasdale_tournaments.html"
	dqm__url4_4_6 = "douglasdale/douglasdale_adult_academy.html"
	dqm__url4_4_7 = "douglasdale/douglasdale_junior_academy.html"
	dqm__url4_4_8 = "douglasdale/douglasdale_banquets.html"
	dqm__url4_4_9 = "douglasdale/douglasdale_calendar.html"
	
	//calgary dome sub-nav
	
	dqm__sub_xy4_5 = "-30,2"
	dqm__sub_menu_width4_5 = 155
	
	dqm__subdesc4_5_0 = "calgary dome home"
	dqm__subdesc4_5_1 = "range"
	dqm__subdesc4_5_2 = "rewards club"
	dqm__subdesc4_5_3 = "adult learning academy"
	dqm__subdesc4_5_4 = "junior learning academy"
	dqm__subdesc4_5_5 = "event calendar"
	
	dqm__icon_index4_5_0 = 0
	dqm__icon_index4_5_1 = 0
	dqm__icon_index4_5_2 = 0
	dqm__icon_index4_5_3 = 0
	dqm__icon_index4_5_4 = 0
	dqm__icon_index4_5_5 = 0
	
	dqm__url4_5_0 = "calgarydome/index.html"
	dqm__url4_5_1 = "calgarydome/calgarydome_drivingrange.html"
	dqm__url4_5_2 = "calgarydome/calgarydome_rewards_club.html"
	dqm__url4_5_3 = "calgarydome/calgarydome_adult_academy.html"
	dqm__url4_5_4 = "calgarydome/calgarydome_junior_academy.html"
	dqm__url4_5_4 = "calgarydome/calgarydome_calendar.html"
	
		
	//thunder bay sub-nav
	
	//Sub Menu 5 - contact

	


