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

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

	dqm__border_width = 0
	dqm__divider_height = 0

	dqm__border_color = "#transparent"	//Hex color or 'transparent'
	dqm__menu_bgcolor = "#091110"	        //Hex color or 'transparent'
	dqm__hl_bgcolor = "#d1bb55"             //Hex color or 'transparent'       

	dqm__mouse_off_delay = 200	        //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"	 
	dqm__fontsize = 13		
	dqm__fontsize_ie4 = 9		
	dqm__textdecoration = "normal"	       
	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 = "normal"	


    //Margins and text alignment
	dqm__text_alignment = "left"		
	dqm__margin_top = 4
	dqm__margin_bottom = 4
	dqm__margin_left = 4
	dqm__margin_right = 4

/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/

    //Options include - iris | slide | gradientwipe | radialwipe

	dqm__sub_menu_effect = "gradientwipe"
	dqm__sub_item_effect = "gradientwipe"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .8
	dqm__sub_item_effect_duration = .8


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "CIRCLE"	


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "none"		//Hex color value or 'none'
	dqm__dropshadow_offx = 4			//drop shadow width
	dqm__dropshadow_offy = 4			//drop shadow height


/*-------------------------------------------
Main Menu Rollover Images and Links  
----------------------------------------------*/

     //Main Menu Item 0
	dqm__rollover_image0 = "home2.gif"
	dqm__rollover_wh0 = "44,20"
	dqm__url0 = "index.html";
        dqm__status_text0 = "Gregory\'s Steakhouse ~ Home" 


     //Main Menu Item 1
	dqm__rollover_image1 = "appetizers2.gif"
	dqm__rollover_wh1 = "80,20"
	dqm__url1 = "appetizers.html";
        dqm__status_text1 = "Gregory\'s Steakhouse ~ Appetizers" 


     //Main Menu Item 2
	dqm__rollover_image2 = "sides2.gif"
	dqm__rollover_wh2 = "50,20"
	dqm__url2 = "sides.html";
        dqm__status_text2 = "Gregory\'s Steakhouse ~ Sides"


     //Main Menu Item 3
	dqm__rollover_image3 = "salads2.gif"
	dqm__rollover_wh3 = "50,20"
	dqm__url3 = "salads.html";
        dqm__status_text3 = "Gregory\'s Steakhouse ~ Salads"


     //Main Menu Item 4
	dqm__rollover_image4 = "entrees2.gif"
	dqm__rollover_wh4 = "60,20"
        dqm__status_text4 = "Gregory\'s Steakhouse ~ Entrees" 

  //Sub Menu 4
    dqm__sub_xy4 = "-62,21"
    dqm__sub_menu_width4 = 142

    dqm__subdesc4_0 = "Entrees"
    dqm__url4_0 = "entrees.html";
    dqm__urltarget4_0 = "_self"

    dqm__subdesc4_1 = "Seafood"
    dqm__url4_1 = "seafood.html";
    dqm__urltarget4_1 = "_self"

    dqm__subdesc4_2 = "Surf-n-Turf Combos"
    dqm__url4_2 = "combos.html";
    dqm__urltarget4_2 = "_self"

    dqm__subdesc4_3 = "Steaks"
    dqm__url4_3 = "steaks.html";
    dqm__urltarget4_3 = "_self"

    dqm__subdesc4_4 = "Monster Steaks"
    dqm__url4_4 = "monstersteaks.html";
    dqm__urltarget4_4 = "_self"


     //Main Menu Item 5
	dqm__rollover_image5 = "sandwiches2.gif"
	dqm__rollover_wh5 = "84,20"
	dqm__url5 = "sandwiches.html";
        dqm__status_text5 = "Gregory\'s Steakhouse ~ Sandwiches" 


     //Main Menu Item 6
	dqm__rollover_image6 = "specials2.gif"
	dqm__rollover_wh6 = "60,20"
        dqm__status_text6 = "Gregory\'s Steakhouse ~ Specials"
  //Sub Menu 6
    dqm__sub_xy6 = "-62,21"
    dqm__sub_menu_width6 = 80

    dqm__subdesc6_0 = "Lunch"
    dqm__clickitem_code6_0 = "window.open('specials_lunch.html','window_name', 'location,left=100,top=0,height=600,width=800, scrollbars=yes,resizable=yes,menubar=no,location=no,toolbar=no')"
        dqm__status_text6_0 = "Gregory\'s Steakhouse ~ Lunch Specials" 

    dqm__subdesc6_1 = "Dinner"
    dqm__clickitem_code6_1 = "window.open('specials_dinner.html','window_name', 'location,left=100,top=0,height=600,width=800, scrollbars=yes,resizable=yes,menubar=no,location=no,toolbar=no')"
        dqm__status_text6_1 = "Gregory\'s Steakhouse ~ Dinner Specials" 

    dqm__subdesc6_2 = "Brunch"
    dqm__clickitem_code6_2 = "window.open('specials_brunch.html','window_name', 'location,left=100,top=0,height=600,width=800, scrollbars=yes,resizable=yes,menubar=no,location=no,toolbar=no')"
        dqm__status_text6_2 = "Gregory\'s Steakhouse ~ Brunch" 

    dqm__subdesc6_3 = "Weekend"
    dqm__clickitem_code6_3 = "window.open('specials_weekend.html','window_name', 'location,left=100,top=0,height=600,width=800, scrollbars=yes,resizable=yes,menubar=no,location=no,toolbar=no')"
        dqm__status_text6_3 = "Gregory\'s Steakhouse ~ Weekend Specials" 


     //Main Menu Item 7
	dqm__rollover_image7 = "beverages2.gif"
	dqm__rollover_wh7 = "150,30"
	dqm__clickitem_code7 = "window.open('beverages.html','window_name', 'location,left=181,top=265,height=390,width=615, scrollbars=yes,resizable=no,menubar=no,location=no,toolbar=no')"
        dqm__status_text7 = "Gregory\'s Steakhouse ~ Beverages" 


     //Main Menu Item 8
	dqm__rollover_image8 = "add_ons2.gif"
	dqm__rollover_wh8 = "150,30"
	dqm__clickitem_code8 = "window.open('add_ons.html','window_name', 'location,left=466,top=265,height=350,width=330, scrollbars=yes,resizable=no,menubar=no,location=no,toolbar=no')"
        dqm__status_text8 = "Gregory\'s Steakhouse ~ Add-Ons" 


     //Main Menu Item 9
	dqm__rollover_image9 = "toppings2.gif"
	dqm__rollover_wh9 = "150,30"
	dqm__clickitem_code9 = "window.open('toppings.html','window_name', 'location,left=277,top=265,height=390,width=520, scrollbars=yes,resizable=no,menubar=no,location=no,toolbar=no')"
        dqm__status_text9 = "Gregory\'s Steakhouse ~ Favorite Toppings" 


     //Main Menu Item 10
	dqm__rollover_image10 = "kiddie2.gif"
	dqm__rollover_wh10 = "150,30"
	dqm__clickitem_code10 = "window.open('kiddie.html','window_name', 'location,left=122,top=255,height=400,width=675, scrollbars=yes,resizable=no,menubar=no,location=no,toolbar=no')"
        dqm__status_text10 = "Gregory\'s Steakhouse ~ Kiddie Korner" 


/*-------------------------------------------
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 = 10
	dqm__osx_ie5mac_offset_Y = 15

	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


limit_multiple_users = true

sequence = "9x88_4"

