//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com
  

limit_multiple_users = true

restrict_access = true

sequence = '9x44_5'


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

	dqm__border_width = 0
	dqm__divider_height = 0

	dqm__border_color = "#000000"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#000000"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#663300"		

	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 = 11			//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 = "#ffffff"
	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 = 4
	dqm__margin_bottom = 4
	dqm__margin_left = 15
	dqm__margin_right = 6

   


/*-------------------------------------------
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 = "img/arrow.gif"
	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "img/arrow.gif"
	dqm__2nd_icon_rollover0 = "img/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 = "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."
   

    //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 = 10;		
	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 = "img/nav_search-over.jpg"
	dqm__rollover_wh0 = "136,30"
	dqm__url0 = "search.html";
	
    //Main Menu Item 1

	dqm__rollover_image1 = "img/nav_developments-over.jpg"
	dqm__rollover_wh1 = "175,30"
	dqm__url1 = "developments.html";  
	
	//Main Menu Item 2

	dqm__rollover_image2 = "img/nav_resources-over.jpg"
	dqm__rollover_wh2 = "171,30"
	dqm__url2 = "resources.html";  
	
	//Main Menu Item 3

	dqm__rollover_image3 = "img/nav_pcinfo-over.jpg"
	dqm__rollover_wh3 = "161,30"
	dqm__url3 = "pcinfo.html";  
	
	//Main Menu Item 4

	dqm__rollover_image4 = "img/nav_outdoor_rec-over.jpg"
	dqm__rollover_wh4 = "152,30"
	dqm__url4 = "outdoor_rec.html";

  




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

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
    
       //Sub Menu 0

	dqm__sub_xy0 = "-136,30"
	dqm__sub_menu_width0 = 136

	dqm__subdesc0_0 = "Park City's Top Picks" 
	dqm__subdesc0_1 = "Park City's Best Buys"
	dqm__subdesc0_2 = "Search All Properties"
	
	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0

	
	dqm__url0_0 = "search_featured.html"
	dqm__url0_1 = "best-buys.html"
	dqm__url0_2 = "search_all-properties.html"
	
		//Sub Menu 1

	dqm__sub_xy1 = "-175,30"
	dqm__sub_menu_width1 = 175

	dqm__subdesc1_0 = "Ski Developements" 
	dqm__subdesc1_1 = "Golf Developements"
	dqm__subdesc1_2 = "Ranch Developements"
	dqm__subdesc1_3 = "Residential Developements"
	
	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0
	dqm__icon_index1_3 = 0
	
	dqm__url1_0 = "developments-ski.html"
	dqm__url1_1 = "developments-golf.html"
	dqm__url1_2 = "developments-ranch.html"
	dqm__url1_3 = "developments-residential.html"
	
	//Sub Menu 2

	dqm__sub_xy2 = "-171,30"
	dqm__sub_menu_width2 = 171

	dqm__subdesc2_0 = "About Us"
	dqm__subdesc2_1 = "Client Testimonials"
	dqm__subdesc2_2 = "Prudential Utah Real Estate"
	dqm__subdesc2_3 = "Market Update"
	dqm__subdesc2_4 = "Assisting Buyers/Sellers"
	dqm__subdesc2_5 = "1031 Exchange"
	dqm__subdesc2_6 = "Mortgages"
	dqm__subdesc2_7 = "Title Insurance"
	dqm__subdesc2_8 = "Utilities"
	dqm__subdesc2_9 = "Property Management"
	
		
	
	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0
	dqm__icon_index2_3 = 0
	dqm__icon_index2_4 = 0
	dqm__icon_index2_5 = 0
	dqm__icon_index2_6 = 0
	dqm__icon_index2_7 = 0
	dqm__icon_index2_8 = 0
	dqm__icon_index2_9 = 0

	
	dqm__url2_0 = "our_team.html"
	dqm__url2_1 = "testimonials.html"
	dqm__url2_2 = "prudential_utah.html"
	dqm__url2_3 = "market_trends.html"
	dqm__url2_4 = "assisting_buyers_sellers.html"
	dqm__url2_5 = "1031-exchange.html"
	dqm__url2_6 = "mortgages.html"
	dqm__url2_7 = "title_insurance.html"
	dqm__url2_8 = "utilities.html"
	dqm__url2_9 = "property_management.html"
	
	//Sub Menu 3

	dqm__sub_xy3 = "-161,30"
	dqm__sub_menu_width3 = 161

	dqm__subdesc3_0 = "Communities" 
	dqm__subdesc3_1 = "Area Maps"
	dqm__subdesc3_2 = "Schools/Education"
	dqm__subdesc3_3 = "Festivals/Events"
	dqm__subdesc3_4 = "Dining Guide"
	dqm__subdesc3_5 = "Newspapers"
	dqm__subdesc3_6 = "Government"
	
	
	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
	dqm__icon_index3_4 = 0
	dqm__icon_index3_5 = 0
	dqm__icon_index3_6 = 0

	
	dqm__url3_0 = "communities.html"
	dqm__url3_1 = "area_maps.html"
	dqm__url3_2 = "schools_govt.html"
	dqm__url3_3 = "festivals_events.html"
	dqm__url3_4 = "dining_guide.html"
	dqm__url3_5 = "newspapers.html"
	dqm__url3_6 = "government.html"
	
    //Sub Menu 4

	dqm__sub_xy4 = "-152,30"
	dqm__sub_menu_width4 = 152

	dqm__subdesc4_0 = "Ski Resorts" 
	dqm__subdesc4_1 = "Golf Courses"
	dqm__subdesc4_2 = "Biking/Hiking"
	dqm__subdesc4_3 = "Winter Activities"
	dqm__subdesc4_4 = "Summer Activities"
	
	
	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__url4_0 = "ski_resorts.html"
	dqm__url4_1 = "golf_courses.html"
	dqm__url4_2 = "biking_hiking.html"
	dqm__url4_3 = "winter_activities.html"
	dqm__url4_4 = "summer_activities.html"
	
			  //Sub Menu 1_0

	dqm__sub_xy1_0 = "0,0"
	dqm__sub_menu_width1_0 = 175

	dqm__subdesc1_0_0 = "Bannerwood"
	dqm__subdesc1_0_1 = "Village At Emoire Pass"
	dqm__subdesc1_0_2 = "Deer Crest"
	dqm__subdesc1_0_3 = "The Grand Lodge"
	dqm__subdesc1_0_4 = "Nakoma"
	dqm__subdesc1_0_5 = "Red Cloud"
	dqm__subdesc1_0_6 = "Silver Strike"
	dqm__subdesc1_0_7 = "St. Regis"
	dqm__subdesc1_0_8 = "The Colony"
	dqm__subdesc1_0_9 = "Dakota Mountain Lodge"
	dqm__subdesc1_0_10 = "Escala Lodges"
	dqm__subdesc1_0_11 = "Fairway Springs"
	dqm__subdesc1_0_12 = "Juniper Landing"
	dqm__subdesc1_0_13 = "Les Chateaux DuVal"
	dqm__subdesc1_0_14 = "Silverado Lodge"
	dqm__subdesc1_0_15 = "Sunrise At Escala"
	dqm__subdesc1_0_16 = "Vintage On The Strand"
	dqm__subdesc1_0_17 = "Silver Star"
	dqm__subdesc1_0_18 = "The Lowell"
	

	dqm__icon_index1_0_0 = 0
	dqm__icon_index1_0_1 = 0
	dqm__icon_index1_0_2 = 0
	dqm__icon_index1_0_3 = 0
	dqm__icon_index1_0_4 = 0
	dqm__icon_index1_0_5 = 0
	dqm__icon_index1_0_6 = 0
	dqm__icon_index1_0_7 = 0
	dqm__icon_index1_0_8 = 0
	dqm__icon_index1_0_9 = 0
	dqm__icon_index1_0_10 = 0
	dqm__icon_index1_0_11 = 0
	dqm__icon_index1_0_12 = 0
	dqm__icon_index1_0_13 = 0
	dqm__icon_index1_0_14 = 0
	dqm__icon_index1_0_15 = 0
	dqm__icon_index1_0_16 = 0
	dqm__icon_index1_0_17 = 0
	dqm__icon_index1_0_18 = 0
	
	
	dqm__url1_0_0 = "bannerwood-deer-valley-park-city.html"
	dqm__url1_0_1 = "village-at-empire-pass-deer-valley-park-city.html"
	dqm__url1_0_2 = "deer-crest-deer-valley-park-city.html"
	dqm__url1_0_3 = "the-grand-lodge-deer-valley-park-city.html"
	dqm__url1_0_4 = "nakoma-deer-valley-park-city.html"
	dqm__url1_0_5 = "red-cloud-deer-valley-park-city.html"
	dqm__url1_0_6 = "silver-strike-deer-valley-park-city.html"
	dqm__url1_0_7 = "st-regis-deer-valley-park-city.html"
	dqm__url1_0_8 = "colony-canyons-park-city.html"
	dqm__url1_0_9 = "dakota_mountain_lodge.html"
	dqm__url1_0_10 = "escala_lodge_canyons.html"
	dqm__url1_0_11 = "fairway-springs-canyons-parkcity.html"
	dqm__url1_0_12 = "juniper-landing-canyons-parkcity.html"
	dqm__url1_0_13 = "chateaux-duval-canyons-parkcity.html"
	dqm__url1_0_14 = "silverado-lodge-canyons-parkcity.html"
	dqm__url1_0_15 = "sunrise-at-escala-canyons-parkcity.html"
	dqm__url1_0_16 = "vintage-on-the-strand-canyons-parkcity.html"
	dqm__url1_0_17 = "silver-star-park-city.html"
	dqm__url1_0_18 = "the-lowell-park-city.html"
	
	 //Sub Menu 1_1

	dqm__sub_xy1_0 = "0,0"
	dqm__sub_menu_width1_0 = 175

	dqm__subdesc1_1_0 = "Park Meadows Area"
	dqm__subdesc1_1_1 = "Jeremy Ranch Area"
	dqm__subdesc1_1_2 = "Glenwild"
	dqm__subdesc1_1_3 = "Promontory Ranch"
	dqm__subdesc1_1_4 = "Tuhaye"
	dqm__subdesc1_1_5 = "The Links"
	dqm__subdesc1_1_6 = "Victory Ranch"
	dqm__subdesc1_1_7 = "Turnberry Woods"

	

	dqm__icon_index1_1_0 = 0
	dqm__icon_index1_1_1 = 0
	dqm__icon_index1_1_2 = 0
	dqm__icon_index1_1_3 = 0
	dqm__icon_index1_1_4 = 0
	dqm__icon_index1_1_5 = 0
	dqm__icon_index1_1_6 = 0
	dqm__icon_index1_1_7 = 0

	
	
	dqm__url1_1_0 = "park-meadows.html"
	dqm__url1_1_1 = "jeremy-ranch.html"
	dqm__url1_1_2 = "glenwild-park-city.html"
	dqm__url1_1_3 = "promontory-park-city.html"
	dqm__url1_1_4 = "tuhaye-park-city.html"
	dqm__url1_1_5 = "links-park-city.html"
	dqm__url1_1_6 = "victory-ranch-park-city.html"
	dqm__url1_1_7 = "turnberry-park-city.html"
	
	
		 //Sub Menu 1_2

	dqm__sub_xy1_0 = "0,0"
	dqm__sub_menu_width1_0 = 175

	dqm__subdesc1_2_0 = "The Preserve"
	dqm__subdesc1_2_1 = "Victory Ranch"
	dqm__subdesc1_2_2 = "Wolf Creek Ranch"
	dqm__subdesc1_2_3 = "High Valley Ranch"


	dqm__icon_index1_2_0 = 0
	dqm__icon_index1_2_1 = 0
	dqm__icon_index1_2_2 = 0
	dqm__icon_index1_2_3 = 0
	
	
	dqm__url1_2_0 = "preserve-park-city.html"
	dqm__url1_2_1 = "victory-ranch-park-city.html"
	dqm__url1_2_2 = "wolf-creek-ranch.html"
	dqm__url1_2_3 = "high-valley-ranch.html"
	
	
			 //Sub Menu 1_3

	dqm__sub_xy1_0 = "0,0"
	dqm__sub_menu_width1_0 = 175

	dqm__subdesc1_3_0 = "Ecker Village"
	dqm__subdesc1_3_1 = "Last Sun At The Cove"
	dqm__subdesc1_3_2 = "White Pine Canyon"
	dqm__subdesc1_3_3 = "The Cove Estates"

	dqm__icon_index1_3_0 = 0
	dqm__icon_index1_3_1 = 0
	dqm__icon_index1_3_2 = 0
	dqm__icon_index1_3_3 = 0	
	
	dqm__url1_3_0 = "ecker-village-park-city.html"
	dqm__url1_3_1 = "last-sun-at-the-cove.html"
	dqm__url1_3_2 = "white-pine-canyon-village-canyons-parkcity.html"
	dqm__url1_3_3 = "cove-estates-heber-utah.html"

	
	
				  //Sub Menu 3_0

	dqm__sub_xy1_0 = "0,0"
	dqm__sub_menu_width1_0 = 175

	dqm__subdesc3_0_0 = "Old Town Park City"
	dqm__subdesc3_0_1 = "Thaynes Canyon"
	dqm__subdesc3_0_2 = "Aerie/Prospector"
	dqm__subdesc3_0_3 = "Park Meadows"
	dqm__subdesc3_0_4 = "Deer Valley Area"
	dqm__subdesc3_0_5 = "Canyons/Silver Springs"
	dqm__subdesc3_0_6 = "Pinebrook/Jeremy Ranch"
	dqm__subdesc3_0_7 = "Kimball/Jordanelle Areas"
	dqm__subdesc3_0_8 = "Heber Valley"


	dqm__icon_index3_0_0 = 0
	dqm__icon_index3_0_1 = 0
	dqm__icon_index3_0_2 = 0
	dqm__icon_index3_0_3 = 0
	dqm__icon_index3_0_4 = 0
	dqm__icon_index3_0_5 = 0
	dqm__icon_index3_0_6 = 0
	dqm__icon_index3_0_7 = 0
	dqm__icon_index3_0_8 = 0
	
	
	dqm__url3_0_0 = "old-town-park-city.html"
	dqm__url3_0_1 = "thaynes-canyon.html"
	dqm__url3_0_2 = "aerie-prospector.html"
	dqm__url3_0_3 = "park-meadows.html"
	dqm__url3_0_4 = "deer-valley-area.html"
	dqm__url3_0_5 = "canyons-silver-springs.html"
	dqm__url3_0_6 = "jeremy-ranch.html"
	dqm__url3_0_7 = "kimball-junction-jordanelle.html"
	dqm__url3_0_8 = "heber-valley.html"


			 //Sub Menu 4_0

	dqm__sub_xy1_0 = "0,0"
	dqm__sub_menu_width1_0 = 175

	dqm__subdesc4_0_0 = "Deer Valley "
	dqm__subdesc4_0_1 = "Park City Mountain Resort"
	dqm__subdesc4_0_2 = "The Canyons Resort"
	dqm__subdesc4_0_3 = "Utah Olympic Park"
	dqm__subdesc4_0_4 = "Sundance Ski Resort"
	dqm__subdesc4_0_5 = "Snowbird"
	dqm__subdesc4_0_6 = "Alta"
	dqm__subdesc4_0_7 = "Solitude"
	dqm__subdesc4_0_8 = "Brighton"
	dqm__subdesc4_0_9 = "Snow Basin"
	dqm__subdesc4_0_10 = "Powder Mountain"
	dqm__subdesc4_0_11 = "Wolf Mountain"


	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__icon_index4_0_9 = 0
	dqm__icon_index4_0_10 = 0
	dqm__icon_index4_0_11 = 0
	
	
	dqm__url4_0_0 = "deer-valley-resort.html"
	dqm__url4_0_1 = "park-city-mountain-resort.html"
	dqm__url4_0_2 = "the-canyons-resort.html"
	dqm__url4_0_3 = "utah-olympic-park.html"
	dqm__url4_0_4 = "sundance-ski-resort.html"
	dqm__url4_0_5 = "snowbird-resort.html"
	dqm__url4_0_6 = "alta-utah.html"
	dqm__url4_0_7 = "solitude-resort.html"
	dqm__url4_0_8 = "brighton-resort.html"
	dqm__url4_0_9 = "snow-basin-resort.html"
	dqm__url4_0_10 = "powder-mountain-utah.html"
	dqm__url4_0_11 = "wolf-mountain-utah.html"