limit_multiple_users = true
sequence = "9x88_4"


/*-------------------------------------------
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   = 1
	dqm__divider_height = 0

	dqm__border_color = "#BEC3B9"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#FFFFFF"		//Hex color or 'transparent'
	dqm__hl_bgcolor   = "#FFFFFF"		

	dqm__mouse_off_delay     = 100		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 200		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor      = "#959260"
	dqm__fontfamily     = "Arial"		//Any available system font     
	dqm__fontsize       = 11		//Defined with pixel sizing  	
	dqm__fontsize_ie4   = 10		//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      = "#822E2E"
	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 = 2
	dqm__margin_left   = 4
	dqm__margin_right  = 2

   


/*-------------------------------------------
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/arrow_off.gif"
	//dqm__icon_rollover0 = "/images/arrow_on.gif"
	//dqm__icon_image_wh0 = "12,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	//dqm__2nd_icon_image0    = "/images/arrow_off.gif"
	//dqm__2nd_icon_rollover0 = "/images/arrow_on.gif"
	//dqm__2nd_icon_image_wh0 = "8,8"
	//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 = 90			//1 to 100
	dqm__dropshadow_color = "#BABBB7"		//Hex color value or 'none'
	dqm__dropshadow_offx = 2			//drop shadow width
	dqm__dropshadow_offy = 2			//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   = "#000000";     
	dqm__menu_bgcolorX   = "#ff0000"
	dqm__hl_bgcolorX     = "#00ff00"
	dqm__hl_textcolorX   = "#000000"
	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
      dqm__rollover_image0 = "/images/kitchen2.gif"
	dqm__rollover_wh0  = "49,28"
	dqm__url0 = "/kitchen"  

   //Main Menu Item 1
	dqm__rollover_image1 = "/images/bath2.gif"
	dqm__rollover_wh1    = "33,28"
	dqm__url1 = "/bath"


   //Main Menu Item 2
	dqm__rollover_image2 = "/images/flooring2.gif" 
	dqm__rollover_wh2 = "52,28"
	dqm__url2 = "/flooring"


   //Main Menu Item 3
	dqm__rollover_image3 = "/images/windows2.gif"
	dqm__rollover_wh3 = "113,28"
	dqm__url3 = "/windows"


   //Main Menu Item 4
	dqm__rollover_image4 = "/images/decorative2.gif" 
	dqm__rollover_wh4 = "63,28"
	dqm__url4 = "/decorative"

   //Main Menu Item 5
	dqm__rollover_image5 = "/images/finishing2.gif" 
	dqm__rollover_wh5 = "58,28"
	dqm__url5 = "/finishing"

	
   //Main Menu Item 6
	dqm__rollover_image6 = "/images/closets2.gif" 
	dqm__rollover_wh6 = "49,28"
	dqm__url6 = "/closets"

   //Main Menu Item 7
	dqm__rollover_image7 = "/images/associates2.gif" 
	dqm__rollover_wh7 = "68,28"
	dqm__url7 = "/associates"

   //Main Menu Item 8
	dqm__rollover_image8 = "/images/seen2.gif" 
	dqm__rollover_wh8 = "65,28"
	dqm__url8= "/as_seen_in"

   //Main Menu Item 9
	dqm__rollover_image9 = "/images/started2.gif" 
	dqm__rollover_wh9 = "96,28"
	dqm__url9 = "/getting_started"

   //Main Menu Item 10
	dqm__rollover_image10 = "/images/about2.gif" 
	dqm__rollover_wh10 = "58,27"
	dqm__url10 = "/about"

   //Main Menu Item 11
	dqm__rollover_image11 = "/images/contact2.gif" 
	dqm__rollover_wh11 = "50,27"
	dqm__url11 = "/contact"

   //Main Menu Item 12
	dqm__rollover_image12 = "/images/corporate2.gif" 
	dqm__rollover_wh12 = "89,27"
	dqm__url12 = "http://www.floortoceiling.com"
	dqm__urltarget12 = "_new"

   //Main Menu Item 13
	dqm__rollover_image13 = "/images/affiliations2.gif" 
	dqm__rollover_wh13 = "67,27"
	dqm__url13 = "/affiliations"

   //Main Menu Item 14
	dqm__rollover_image14 = "/images/cause2.gif" 
	dqm__rollover_wh14 = "109,27"
	dqm__url14 = "/cause_marketing"

   //Main Menu Item 15
	dqm__rollover_image15 = "/images/home2.gif" 
	dqm__rollover_wh15 = "39,27"
	dqm__url15 = "/"


   //Main Menu Item 16
	dqm__rollover_image16 = "/images/sign_up2.gif" 
	dqm__rollover_wh16 = "48,27"
	dqm__url16 = "/email"

   //Main Menu Item 17
	dqm__rollover_image17 = "/images/newsletters2.gif" 
	dqm__rollover_wh17 = "73,27"
	dqm__url17 = "/newsletters"

	  

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

                              Sub Menu Structure and Text  

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


    //Sub Menu 0 - Kitchen
	dqm__sub_xy0 = "-50,25"
	dqm__sub_menu_width0 = 95

        dqm__subdesc0_0 = "cabinets"
	dqm__subdesc0_1 = "faucets"
	dqm__subdesc0_2 = "countertops"
	dqm__subdesc0_3 = "tips + trends"
	dqm__subdesc0_4 = "accessories"
	dqm__subdesc0_5 = "recipes"

	dqm__url0_0 = "/kitchen/cabinets.shtml"
	dqm__url0_1 = "/kitchen/faucets.shtml"
	dqm__url0_2 = "/kitchen/countertops.shtml"
	dqm__url0_3 = "/kitchen/tips_trends.shtml"
	dqm__url0_4 = "/kitchen/accessories.shtml"
	dqm__url0_5 = "/kitchen/recipes.php?page=recipe"


    //Sub Menu 1 - Bath
	dqm__sub_xy1 = "-32,25"
	dqm__sub_menu_width1 = 95

	dqm__subdesc1_0 = "cabinets"
        dqm__subdesc1_1 = "faucets + fixtures"
	dqm__subdesc1_2 = "countertops"
	dqm__subdesc1_3 = "tips + trends"
	dqm__subdesc1_4 = "accessories"

        dqm__url1_0 = "/bath/cabinets.shtml"
	dqm__url1_1 = "/bath/faucets_fixtures.shtml"
	dqm__url1_2 = "/bath/countertops.shtml"
	dqm__url1_3 = "/bath/tips_trends.shtml"
	dqm__url1_4 = "/bath/accessories.shtml"
	   

    //Sub Menu 2 - Flooring

	dqm__sub_xy2 = "-50,25"
	dqm__sub_menu_width2 = 95

	dqm__subdesc2_0 = "wood"
	dqm__subdesc2_1 = "laminate"
	dqm__subdesc2_2 = "ceramic"
	dqm__subdesc2_3 = "carpet"
	dqm__subdesc2_4 = "tips + trends"
	dqm__subdesc2_5 = "miscellaneous"

	dqm__url2_0 = "/flooring/wood.shtml"
	dqm__url2_1 = "/flooring/laminate.shtml"
	dqm__url2_2 = "/flooring/ceramic.shtml"
	dqm__url2_3 = "/flooring/carpet.shtml"
	dqm__url2_4 = "/flooring/tips_trends.shtml"
	dqm__url2_5 = "/flooring/miscellaneous.shtml"

          
    //Sub Menu 3 - Window Treatments

	dqm__sub_xy3 = "-110,25"
	dqm__sub_menu_width3 = 95

	//dqm__subdesc3_0 = "window"

	//dqm__ur3_0 = "/windows/window.shtml"

	
    //Sub Menu 4 - Decorative

	dqm__sub_xy4 = "-65,25"
	dqm__sub_menu_width4 = 95

	dqm__subdesc4_0 = "accessories"
	dqm__subdesc4_1 = "wall coverings"
	dqm__subdesc4_2 = "area rugs"

	dqm__url4_0 = "/decorative/accessories.shtml"
	dqm__url4_1 = "/decorative/wall_coverings.shtml"
	dqm__url4_2 = "/decorative/area_rugs.shtml"

	
    //Sub Menu 5 - Finishing

	dqm__sub_xy5 = "-56,25"
	dqm__sub_menu_width5 = 95

	dqm__subdesc5_0 = "interior doors"
	dqm__subdesc5_1 = "millwork"
	dqm__subdesc5_2 = "door hardware"

	dqm__url5_0 = "/finishing/interior_doors.shtml"
	dqm__url5_1 = "/finishing/millwork.shtml"
	dqm__url5_2 = "/finishing/door_hardware.shtml"

	
    //Sub Menu 6 - Closets

	dqm__sub_xy6 = "-50,25"
	dqm__sub_menu_width6 = 95

	//dqm__subdesc6_0 = "closets"

	//dqm__url6_0 = "/closets/closets.shtml"

    //Sub Menu 7 - Associates

	dqm__sub_xy7 = "-68,25"
	dqm__sub_menu_width7 = 95

	//dqm__subdesc7_0 = "associates"

	//dqm__url7_0 = "/associates/associates.shtml"

    //Sub Menu 8 - As Seen In

	dqm__sub_xy8 = "-45,25"
	dqm__sub_menu_width8 = 95

	//dqm__subdesc8_0 = "before + after"
	//dqm__subdesc8_1 = "jobs in progress"
	//dqm__subdesc8_2 = "featured homes"

	//dqm__url8_0 = "/demos/before_after.shtml"
	//dqm__url8_1 = "/demos/jobs_in_progress.shtml"
	//dqm__url8_2 = "/demos/featured_homes.shtml"

    //Sub Menu 9 - Getting Started

	dqm__sub_xy9 = "-95,25"
	dqm__sub_menu_width9 = 95

	dqm__subdesc9_0 = "showroom"
	dqm__subdesc9_1 = "design services"
	dqm__subdesc9_2 = "installation"
	dqm__subdesc9_3 = "portfolio"

	dqm__url9_0 = "/getting_started/index.shtml"
	dqm__url9_1 = "/getting_started/design.shtml"
	dqm__url9_2 = "/getting_started/installation.shtml"
	dqm__url9_3 = "/getting_started/portfolio.shtml"

    //Sub Menu 10 - About Us

	dqm__sub_xy10 = "-60,-52"
	dqm__sub_menu_width10 = 95

	dqm__subdesc10_0 = "history"
	dqm__subdesc10_1 = "philosophy"
	dqm__subdesc10_2 = "careers"

	dqm__url10_0 = "/about/history.shtml"
	dqm__url10_1 = "/about/philosophy.shtml"
	dqm__url10_2 = "/about/careers.shtml"

    //Sub Menu 11 - Contact

	dqm__sub_xy11 = "-60,-72"
	dqm__sub_menu_width11 = 95

    //Sub Menu 12 - Corporate

	dqm__sub_xy12 = "-60,-72"
	dqm__sub_menu_width12 = 95

    //Sub Menu 13 - Affiliations

	dqm__sub_xy13 = "-60,-72"
	dqm__sub_menu_width13 = 95

    //Sub Menu 14 - Cause Marketing

	dqm__sub_xy14 = "-60,-72"
	dqm__sub_menu_width14 = 95

    //Sub Menu 15 - Home

	dqm__sub_xy15 = "-60,-72"
	dqm__sub_menu_width15 = 95

    //Sub Menu 16 - Sign Up

	dqm__sub_xy11 = "-60,-72"
	dqm__sub_menu_width11 = 95


    //Sub Menu 17 - Newsletters

	dqm__sub_xy11 = "-60,-72"
	dqm__sub_menu_width11 = 95


	
	
	
