//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 135      	//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 = 1

	dqm__border_color = "#7D0000"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#7D0000"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#FFFFFF"		

	dqm__mouse_off_delay = 10		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 10		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#FFFFFF"
	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 = "#990000"
	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 = 5

   


/*-------------------------------------------
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 = "http://www.canadream.com/images/lang/de_icon.gif"
	dqm__icon_rollover0 = "http://www.canadream.com/images/lang/de_icon_over.gif"
	dqm__icon_image_wh0 = "25,18"

	dqm__icon_image1 = "http://www.canadream.com/images/lang/nl_icon.gif"
	dqm__icon_rollover1 = "http://www.canadream.com/images/lang/nl_icon_over.gif"
	dqm__icon_image_wh1 = "25,18"

	dqm__icon_image2 = "http://www.canadream.com/images/lang/fr_icon.gif"
	dqm__icon_rollover2 = "http://www.canadream.com/images/lang/fr_icon_over.gif"
	dqm__icon_image_wh2 = "25,18"
	
	dqm__icon_image3 = "http://www.canadream.com/images/lang/it_icon.gif"
	dqm__icon_rollover3 = "http://www.canadream.com/images/lang/it_icon_over.gif"
	dqm__icon_image_wh3 = "25,18"
	
	dqm__icon_image4 = "http://www.canadream.com/images/lang/sp_icon.gif"
	dqm__icon_rollover4 = "http://www.canadream.com/images/lang/sp_icon_over.gif"
	dqm__icon_image_wh4 = "25,18"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "http://www.canadream.com/images/lang/de_icon.gif"
	dqm__2nd_icon_rollover0 = "http://www.canadream.com/images/lang/de_icon.gif"
	dqm__2nd_icon_image_wh0 = "25,18"
	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 = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	dqm__effect_checkerboard_squaresx = 14
	dqm__effect_checkerboard_squaresY = 14
	dqm__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 5			//drop shadow width
	dqm__dropshadow_offy = 5			//drop shadow height
/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__ie4mac_offset_X = -8
	dqm__ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround.

	dqm__nn4_reaload_after_resize = true
	dqm__nn4_resize_prompt_user = false
	dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   

    //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"
    dqm__border_color7 = "#023366"
    dqm__menu_bgcolor7 = "#023366"
	dqm__hl_textcolor7 = "#023366"
	
	dqm__border_color8 = "#023366"
	dqm__menu_bgcolor8 = "#023366"
	dqm__hl_textcolor8 = "#023366"
	
	dqm__border_color9 = "#023366"
	dqm__menu_bgcolor9 = "#023366"
	dqm__hl_textcolor9 = "#023366"
	
	dqm__border_color10 = "#023366"
	dqm__menu_bgcolor10 = "#023366"
	dqm__hl_textcolor10 = "#023366"
	
	dqm__border_color11 = "#023366"
	dqm__menu_bgcolor11 = "#023366"
	dqm__hl_textcolor11 = "#023366"
	
	dqm__border_color12 = "#023366"
	dqm__menu_bgcolor12 = "#023366"
	dqm__hl_textcolor12 = "#023366"
	
	dqm__border_color13 = "#023366"
	dqm__menu_bgcolor13 = "#023366"
	dqm__hl_textcolor13 = "#023366"
    //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  

**********************************************************************************************
**********************************************************************************************/


     //BEGIN TOP MENU ITEMS
    //Main Menu Item 0 - About Canadream

	dqm__rollover_image0 = "http://www.canadream.com/images/common/topMenu/about_canadreams_over.gif"
	dqm__rollover_wh0 = "97,30"
	dqm__url0 = "http://www.canadream.com/pages/about/profile.aspx";   


    //Main Menu Item 1 - Travel Partners

	dqm__rollover_image1 = "http://www.canadream.com/images/common/topMenu/travel_partners_over.gif"
	dqm__rollover_wh1 = "90,30"
	dqm__url1 = "http://www.canadream.com/pages/partners/partners.aspx?type=0";


    //Main Menu Item 2 - RV Sales

	dqm__rollover_image2 = "http://www.canadream.com/images/common/topMenu/rv_sales_over.gif" 
	dqm__rollover_wh2 = "61,30"
	dqm__url2 = "http://www.canadream.com/canadream2006/sales/mainsalespage.aspx";   

	//Main Menu Item 3 - eBulletin

	dqm__rollover_image3 = "http://www.canadream.com/images/common/topMenu/eBulletin_over.gif" 
	dqm__rollover_wh3 = "55,30"
	dqm__url3 = "http://www.canadream.com/pages/eBulletin/bulletin.aspx"; 
	
	// BEGIN MAIN MENU ITEMS

    //Main Menu Item 4 - Site Map

	dqm__rollover_image4 = "http://www.canadream.com/images/common/topMenu/site_map_over.gif"
	dqm__rollover_wh4 = "61,30"
	dqm__url4 = "http://www.canadream.com/pages/site_map/sitemap.aspx";


    //Main Menu Item 5 - Contact

	dqm__rollover_image5 = "http://www.canadream.com/images/common/topMenu/contact_us_over.gif" 
	dqm__rollover_wh5 = "70,30"
	dqm__url5 = "http://www.canadream.com/pages/contact_us/contact.aspx";   

	//Main Menu Item 6 - Language

	dqm__rollover_image6 = "http://www.canadream.com/images/lang/en_sel_over.gif" 
	dqm__rollover_wh6 = "107,30"
	dqm__url6 = "#"; 
	
	 //Main Menu Item 7 - Home

	dqm__rollover_image7 = "http://www.canadream.com/images/common/mainMenu/home_over.gif"
	dqm__rollover_wh7 = "52,30"
	dqm__url7 = "http://www.canadream.com/default.aspx";


    //Main Menu Item 8 Our Motorhomes

	dqm__rollover_image8 = "http://www.canadream.com/images/common/mainMenu/motorhomes_over.gif"
	dqm__rollover_wh8 = "118,30"
	dqm__url8 = "http://virtual.canadream.com/pages/our_motorhomes/motorhomes.aspx";  
	
	//Main Menu Item 9 Rates

	dqm__rollover_image9 = "http://www.canadream.com/images/common/mainMenu/rates_over.gif" 
	dqm__rollover_wh9 = "51,30"
	dqm__url9 = "http://www.canadream.com/pages/rates/rates.aspx";    
	
	//Main Menu Item 10 Locations

	dqm__rollover_image10 = "http://www.canadream.com/images/common/mainMenu/locations_over.gif" 
	dqm__rollover_wh10 = "77,30"
	dqm__url10 = "http://www.canadream.com/pages/locations/locations.aspx"; 
	
	 //Main Menu Item 11 Tours

	dqm__rollover_image11 = "http://www.canadream.com/images/common/mainMenu/tours_over.gif"
	dqm__rollover_wh11 = "95,30"
	dqm__url11 = "http://www.canadream.com/pages/tours/tours.aspx";


    //Main Menu Item 12 Photo Gallery

	dqm__rollover_image12 = "http://www.canadream.com/images/common/mainMenu/photos_over.gif" 
	dqm__rollover_wh12 = "103,30"
	dqm__url12 = "http://www.canadream.com/pages/photo_gallery/main_thumbnails.aspx";   
	
	//Main Menu Item 13 FAQ

	dqm__rollover_image13 = "http://www.canadream.com/images/common/mainMenu/faq_over.gif" 
	dqm__rollover_wh13 = "41,30"
	dqm__url13 = "http://www.canadream.com/pages/faq/faq.aspx";  

  

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0 Top Menu About CanaDream

	dqm__sub_xy0 = "-87,30"
	dqm__sub_menu_width0 = 150

	dqm__subdesc0_0 = "Corporate Profile"
	dqm__subdesc0_1 = "Investor Relations"
	dqm__subdesc0_2 = "News and Events"

	dqm__url0_0 = "http://www.canadream.com/pages/about/profile.aspx"
	dqm__url0_1 = "http://www.canadream.com/pages/about/investors.aspx"
    dqm__url0_2 = "http://www.canadream.com/pages/about/news.aspx"



    //Sub Menu 1 Top Menu Travel Partners

	dqm__sub_xy1 = "-80,30"
	dqm__sub_menu_width1 = 160

	dqm__subdesc1_0 = "Canadian Wholesalers"
	dqm__subdesc1_1 = "International Wholesalers"
	dqm__subdesc1_2 = "Travel Agents"

	dqm__url1_0 = "http://www.canadream.com/pages/partners/partners.aspx?type=1"
	dqm__url1_1 = "http://www.canadream.com/pages/partners/partners.aspx?type=2"
	dqm__url1_2 = "http://www.canadream.com/pages/partners/partners.aspx?type=0"


    //Sub Menu 2 Top Menu RV Sales

	dqm__sub_xy2 = "-51,30"
	dqm__sub_menu_width2 = 145

	dqm__subdesc2_0 = "Victoria" 
	dqm__subdesc2_1 = "Vancouver"
	dqm__subdesc2_2 = "Kelowna"
	dqm__subdesc2_3 = "Edmonton"
	dqm__subdesc2_4 = "Calgary" 
	dqm__subdesc2_5 = "Whitehorse"
	dqm__subdesc2_6 = "Toronto"
	dqm__subdesc2_7 = "Montreal"
	dqm__subdesc2_8 = "Halifax"
//	dqm__subdesc2_9 = "St. John's"

	dqm__url2_0 = "/rvSales/CdSalesP.dll/RVListing?Location=13"
	dqm__url2_1 = "/rvSales/CdSalesP.dll/RVListing?Location=2"
	dqm__url2_2 = "/rvSales/CdSalesP.dll/RVListing?Location=11"
	dqm__url2_3 = "/rvSales/CdSalesP.dll/RVListing?Location=10"
	dqm__url2_4 = "/rvSales/CdSalesP.dll/RVListing?Location=1"
	dqm__url2_5 = "/rvSales/CdSalesP.dll/RVListing?Location=4"
	dqm__url2_6 = "/rvSales/CdSalesP.dll/RVListing?Location=3"
	dqm__url2_7 = "/rvSales/CdSalesP.dll/RVListing?Location=5"
	dqm__url2_8 = "/rvSales/CdSalesP.dll/RVListing?Location=6"
//	dqm__url2_9 = "http://www.canadream.com/pages/rv_sales/stjohns/sales_stjohns.aspx"



//Sub Menu 6 - Language Selector

	dqm__sub_xy6 = "-97,30"
	dqm__sub_menu_width6 = 130

	dqm__subdesc6_0 = "German"
	dqm__subdesc6_1 = "Dutch"
	dqm__subdesc6_2 = "French"
	dqm__subdesc6_3 = "Italian"
	dqm__subdesc6_4 = "Spanish"

	dqm__icon_index6_0 = 0
	dqm__icon_index6_1 = 1
	dqm__icon_index6_2 = 2
	dqm__icon_index6_3 = 3
	dqm__icon_index6_4 = 4


	dqm__url6_0 = "javascript:popUpWindow('http://www.canadream.com/webBook/CdWebP.dll/StartRes?Id=872')"
	dqm__url6_1 = "javascript:popUpWindow('http://www.canadream.com/webBook/CdWebP.dll/StartRes?Id=873')"
	dqm__url6_2 = "javascript:popUpWindow('http://www.canadream.com/french.aspx')"
	dqm__url6_3 = "javascript:popUpWindow('http://www.canadream.com/webBook/CdWebP.dll/StartRes?Id=995')"
	dqm__url6_4 = "javascript:popUpWindow('http://www.canadream.com/webBook/CdWebP.dll/StartRes?Id=1005')"
	
//Sub Menu 8 Main Menu - Our Motorhomes

	dqm__sub_xy8 = "-98,30"
	dqm__sub_menu_width8 = 170


	dqm__subdesc8_5 = "MH-A Maxi Motorhome"
	dqm__subdesc8_4 = "MH-B Midi Motorhome"
	dqm__subdesc8_3 = "Super Travel Camper STC"
	dqm__subdesc8_0 = "Maxi Travel Camper TC-A"
	dqm__subdesc8_2 = "Super Camper Van SVC"
	dqm__subdesc8_1 = "Deluxe Camper Van DVC"
    //dqm__subdesc8_6 = "Camper Van VC"

	dqm__url8_5 = "/CanaDream2006/Motorhomes/MHA.aspx"
	dqm__url8_4 = "/CanaDream2006/Motorhomes/MHB.aspx"
	dqm__url8_3 = "/CanaDream2006/Motorhomes/STC.aspx"
//    dqm__url8_0 = "http://virtual.canadream.com/pages/our_motorhomes/om_tca.aspx"
    dqm__url8_0 = "http://www.canadream.com/canadream2006/Special2500TCA.aspx"
	dqm__url8_2 = "/CanaDream2006/Motorhomes/SVC.aspx"
	dqm__url8_1 = "http://www.canadream.com/canadream2006/SpecialDCV.aspx"
	
	//dqm__url8_1 = "http://virtual.canadream.com/pages/our_motorhomes/om_dvc.aspx"
    //dqm__url8_6 = "http://virtual.canadream.com/pages/our_motorhomes/om_vc.aspx"
	
	//Sub Menu 9 Main Menu - Rates 

	dqm__sub_xy9 = "-41,30"
	dqm__sub_menu_width9 = 160

	dqm__subdesc9_0 = "Terms and Conditions"
	dqm__subdesc9_1 = "Coverage"

	dqm__url9_0 = "http://www.canadream.com/pages/rates/terms.aspx"
	dqm__url9_1 = "http://www.canadream.com/pages/rates/coverage.aspx"
	
	//Sub Menu 10 Main Menu - Locations

	dqm__sub_xy10 = "-67,30"
	dqm__sub_menu_width10 = 130

	dqm__subdesc10_0 = "Victoria" 
	dqm__subdesc10_1 = "Vancouver"
	dqm__subdesc10_2 = "Kelowna"
	dqm__subdesc10_3 = "Edmonton"
	dqm__subdesc10_4 = "Calgary" 
	dqm__subdesc10_5 = "Whitehorse"
	dqm__subdesc10_6 = "Toronto"
	dqm__subdesc10_7 = "Montreal"
	dqm__subdesc10_8 = "Halifax"
//	dqm__subdesc10_9 = "St. John's"

	dqm__url10_0 = "http://www.canadream.com/pages/locations/loc_victoria.aspx"
	dqm__url10_1 = "http://www.canadream.com/pages/locations/loc_vancouver.aspx"
	dqm__url10_2 = "http://www.canadream.com/pages/locations/loc_kelowna.aspx"
	dqm__url10_3 = "http://www.canadream.com/pages/locations/loc_edmonton.aspx"
	dqm__url10_4 = "http://www.canadream.com/pages/locations/loc_calgary.aspx"
	dqm__url10_5 = "http://www.canadream.com/pages/locations/loc_whitehorse.aspx"
	dqm__url10_6 = "http://www.canadream.com/pages/locations/loc_toronto.aspx"
	dqm__url10_7 = "http://www.canadream.com/pages/locations/loc_montreal.aspx"
	dqm__url10_8 = "http://www.canadream.com/pages/locations/loc_halifax.aspx"
//	dqm__url10_9 = "http://www.canadream.com/pages/locations/loc_stjohns.aspx"
	

	//Sub Menu 11 Main Menu - Sample Tours

	dqm__sub_xy11 = "-54,31"
	dqm__sub_menu_width11 = 130

	dqm__subdesc11_0 = "West Coast" 
	dqm__subdesc11_1 = "Rocky Mountains"
	dqm__subdesc11_2 = "Prairies"
	dqm__subdesc11_3 = "Central Canada"
	dqm__subdesc11_4 = "East Coast" 
	dqm__subdesc11_5 = "The Great North"
	dqm__subdesc11_6 = "Brokeback Mountain"
	dqm__subdesc11_7 = "Ontario's Fall Foliage"

	
	dqm__url11_0 = "http://www.canadream.com/pages/tours/west_coast/st_westCoast.aspx"
	dqm__url11_1 = "http://www.canadream.com/pages/tours/rockies/st_rockies.aspx"
	dqm__url11_2 = "http://www.canadream.com/pages/tours/prairies/st_prairies.aspx"
	dqm__url11_3 = "http://www.canadream.com/pages/tours/central/st_central.aspx"
	dqm__url11_4 = "http://www.canadream.com/pages/tours/east_coast/st_eastCoast.aspx"
	dqm__url11_5 = "http://www.canadream.com/pages/tours/north/st_north.aspx"
	dqm__url11_6 = "http://www.canadream.com/pages/specials/brokebackmountain.aspx"
	dqm__url11_7 = "http://www.canadream.com/canadream2006/fallfoliage1.aspx"
	
	
	
	//Sub Menu 12 Main Menu - Photo Gallery

	dqm__sub_xy12 = "-93,30"
	dqm__sub_menu_width12 = 130

	dqm__subdesc12_0 = "West Coast" 
	dqm__subdesc12_1 = "Rocky Mountains"
	dqm__subdesc12_2 = "Prairies"
	dqm__subdesc12_3 = "Central Canada"
	dqm__subdesc12_4 = "East Coast" 
	dqm__subdesc12_5 = "The Great North"

	dqm__url12_0 = "http://www.canadream.com/pages/photo_gallery/west_thumbnails.aspx"
	dqm__url12_1 = "http://www.canadream.com/pages/photo_gallery/rockies_thumbnails.aspx"
	dqm__url12_2 = "http://www.canadream.com/pages/photo_gallery/prairies_thumbnails.aspx"
	dqm__url12_3 = "http://www.canadream.com/pages/photo_gallery/central_thumbnails.aspx"
	dqm__url12_4 = "http://www.canadream.com/pages/photo_gallery/east_thumbnails.aspx"
	dqm__url12_5 = "http://www.canadream.com/pages/photo_gallery/north_thumbnails.aspx"
	
	//Sub Menu 13 Main Menu - FAQ

	dqm__sub_xy13 = "-31,30"
	dqm__sub_menu_width13 = 170

	dqm__subdesc13_0 = "Reserve a Vehicle" 
	dqm__subdesc13_1 = "Additional Rental Items"
	dqm__subdesc13_2 = "Vehicle Pick-up"
	dqm__subdesc13_3 = "Vehicle Drop-off"
	dqm__subdesc13_4 = "Hours of Operation"
	dqm__subdesc13_5 = "Canadian Driving Distances"
	dqm__subdesc13_6 = "Currency Converter"

	dqm__url13_0 = "http://www.canadream.com/pages/faq/faq.aspx"
	dqm__url13_1 = "http://www.canadream.com/pages/faq/faq_additional.aspx"
	dqm__url13_2 = "http://www.canadream.com/pages/faq/faq_pickup.aspx"
	dqm__url13_3 = "http://www.canadream.com/pages/faq/faq_dropoff.aspx"
	dqm__url13_4 = "http://www.canadream.com/pages/faq/faq_hours.aspx"
	dqm__url13_5 = "http://www.canadream.com/pages/faq/faq_distance.aspx"
	dqm__url13_6 = "http://www.canadream.com/pages/faq/currency_converter.aspx"
	
