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

code0 = 1923
code1 = 1520
code2 = 1862
code3 = 1786
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 = 1
	dqm__divider_height = 1

	dqm__border_color = "#6E7A62"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#F9F3E0"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#E6DDC2"		

	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 = "#003300"
	dqm__fontfamily = "Arial, Helvetica, Geneva, Swiss, SunSans-Regular"		//Any available system font     
	dqm__fontsize = 12			//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 = "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 = 4

   


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

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "http://www.theteatable.com/Merchant2/graphics/sample2_arrow.gif"
	dqm__2nd_icon_rollover0 = "http://www.theteatable.com/Merchant2/graphics/sample2_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 = "none"
	dqm__sub_item_effect = "none"


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


    //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__os9_ie5mac_offset_X = 0
	dqm__os9_ie5mac_offset_Y = 0

	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_width3_0 = 0;
	dqm__divider_height3_0 = 0;		
	dqm__border_color3_0 = "#6E7A62";     
	dqm__menu_bgcolor3_0 = "#F9F3E0"
	dqm__hl_bgcolor3_0 = "#E6DDC2"
	dqm__hl_textcolor3_0 = "#000000"
	dqm__text_alignment3_0 = "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 = "http://www.theteatable.com/Merchant2/graphics/about_us.gif"
	dqm__rollover_wh0 = "89,23"
	dqm__url0 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=aboutus";   


    //Main Menu Item 1

	dqm__rollover_image1 = "http://www.theteatable.com/Merchant2/graphics/tea101.gif"
	dqm__rollover_wh1 = "75,23"
	dqm__url1 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=tea101";


    //Main Menu Item 2

	dqm__rollover_image2 = "http://www.theteatable.com/Merchant2/graphics/teas.gif" 
	dqm__rollover_wh2 = "52,23"
	dqm__url2 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TTT&Category_Code=Teas";   


    //Main Menu Item 3

	dqm__rollover_image3 = "http://www.theteatable.com/Merchant2/graphics/shop.gif" 
	dqm__rollover_wh3 = "126,23"
	dqm__url3 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=SFNT&Store_Code=TTT";   


    //Main Menu Item 4

	dqm__rollover_image4 = "http://www.theteatable.com/Merchant2/graphics/how2order.gif" 
	dqm__rollover_wh4 = "116,23"
	dqm__url4 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=how2order";   
  

    //Main Menu Item 5

	dqm__rollover_image5 = "" 
	dqm__rollover_wh5 = ""
	dqm__url5 = "";   


    //Main Menu Item 6

	dqm__rollover_image6 = "http://www.theteatable.com/Merchant2/graphics/brand_names.gif" 
	dqm__rollover_wh6 = "114,23"
	dqm__url5 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Brands";   



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

                              Sub Menu Structure and Text  

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


    //Sub Menu 0

	dqm__sub_xy0 = "-82,19"
	dqm__sub_menu_width0 = 170

	dqm__subdesc0_0 = "About The Tea Table"
	dqm__subdesc0_1 = "Contact The Tea Table"
	dqm__subdesc0_2 = "Shipping Information"
	dqm__subdesc0_3 = "Packaging & Samples"
	dqm__subdesc0_4 = "How to Order"

	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
	dqm__icon_index0_3 = 0
	dqm__icon_index0_4 = 0

	dqm__url0_0 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=aboutus"
	dqm__url0_1 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=contactus"
	dqm__url0_2 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=shipping"
	dqm__url0_3 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=packaging"
	dqm__url0_4 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=how2order"



    //Sub Menu 1

	dqm__sub_xy1 = "-65,19"
	dqm__sub_menu_width1 = 145

	dqm__subdesc1_0 = "Definitions"
	dqm__subdesc1_1 = "FAQ's About Tea"
	dqm__subdesc1_2 = "FAQ's About How to Buy Tea for Others"
	dqm__subdesc1_3 = "Supplies You'll Need"
	dqm__subdesc1_4 = "How to Brew"
	dqm__subdesc1_5 = "How to Make Iced Tea"

	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__url1_0 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=tea101_definitions"
	dqm__url1_1 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=tea101_faq"
	dqm__url1_2 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=tea101_gift"
	dqm__url1_3 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=tea101_supplies"
	dqm__url1_4 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=tea101_brew"
	dqm__url1_5 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=tea101_icedtea"


    //Sub Menu 2

	dqm__sub_xy2 = "-46,19"
	dqm__sub_menu_width2 = 190

	dqm__subdesc2_0 = "Best Sellers"
	dqm__subdesc2_1 = "Afternoon Teas"
	dqm__subdesc2_2 = "Black Teas - China"
	dqm__subdesc2_3 = "Black Teas - India"
	dqm__subdesc2_4 = "Breakfast Teas"
	dqm__subdesc2_5 = "Chai"
	dqm__subdesc2_6 = "Decaffeinated Loose Teas"
	dqm__subdesc2_7 = "Flavored & Scented Green Teas"
	dqm__subdesc2_8 = "Flavored Black Teas & Blends"
	dqm__subdesc2_9 = "Green Teas - China"
	dqm__subdesc2_10 = "Green Teas - Japan"
	dqm__subdesc2_11 = "Herbal Blends"
	dqm__subdesc2_12 = "Herbal Fruit Blends"
	dqm__subdesc2_13 = "Iced Teas"
	dqm__subdesc2_14 = "Oolong Teas"
	dqm__subdesc2_15 = "Organic Teas"
	dqm__subdesc2_16 = "Rare and Exotic Teas"
	dqm__subdesc2_17 = "Rooibos"
	dqm__subdesc2_18 = "Tea Bags"
	dqm__subdesc2_19 = "Tea Samplers"
	dqm__subdesc2_20 = "White Teas"

	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__icon_index2_10 = 0
	dqm__icon_index2_11 = 0
	dqm__icon_index2_12 = 0
	dqm__icon_index2_13 = 0
	dqm__icon_index2_14 = 0
	dqm__icon_index2_15 = 0
	dqm__icon_index2_16 = 0
	dqm__icon_index2_17 = 0
	dqm__icon_index2_18 = 0
	dqm__icon_index2_19 = 0
	dqm__icon_index2_20 = 0

	dqm__url2_0 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=bestsellers"
	dqm__url2_1 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=AT"
	dqm__url2_2 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=BlackTeasChina"
	dqm__url2_3 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=BlackTeasIndia"
	dqm__url2_4 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=BFT"
	dqm__url2_5 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Chai"
	dqm__url2_6 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=DecaffeinatedLooseTeas"
	dqm__url2_7 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=FlavoredGreenTeas"
	dqm__url2_8 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=FlavoredBlackTeasandBlends"
	dqm__url2_9 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=ChinaGreenTeas"
	dqm__url2_10 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=JapanGreenTeas"
	dqm__url2_11 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=HerbalBlends"
	dqm__url2_12 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=FruitBlends"
	dqm__url2_13 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=IcedTeas"
	dqm__url2_14 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=OolongTeas"
	dqm__url2_15 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=OrganicTeas"
	dqm__url2_16 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=rareteas"
	dqm__url2_17 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Rooibos"
	dqm__url2_18 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=TeaBags"
	dqm__url2_19 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=TeaSamplers"
	dqm__url2_20 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=WhiteTeas"


    //Sub Menu 3

	dqm__sub_xy3 = "-121,19"
	dqm__sub_menu_width3 = 150

	dqm__subdesc3_0 = "Accessories"
	dqm__subdesc3_1 = "Books"
	dqm__subdesc3_2 = "Brand Names"
	dqm__subdesc3_3 = "Cards and Stationery"
	dqm__subdesc3_4 = "Food and Sugar"
	dqm__subdesc3_5 = "Gift Certificates"
	dqm__subdesc3_6 = "Gift Sets"
	dqm__subdesc3_7 = "Holiday Items"
	dqm__subdesc3_8 = "Kids Stuff"
	dqm__subdesc3_9 = "Music"
	dqm__subdesc3_10 = "Sale Items"
	dqm__subdesc3_11 = "Teas"
	dqm__subdesc3_12 = "Tea Cozies"
	dqm__subdesc3_13 = "Tea Cups"
	dqm__subdesc3_14 = "Tea of the Month Clubs"
	dqm__subdesc3_15 = "Tea Party Supplies"
	dqm__subdesc3_16 = "Teapots and Kettles"
	dqm__subdesc3_17 = "What's New"

	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__icon_index3_7 = 0
	dqm__icon_index3_8 = 0
	dqm__icon_index3_9 = 0
	dqm__icon_index3_10 = 0
	dqm__icon_index3_11 = 0
	dqm__icon_index3_12 = 0
	dqm__icon_index3_13 = 0
	dqm__icon_index3_14 = 0
	dqm__icon_index3_15 = 0
	dqm__icon_index3_16 = 0

	dqm__2nd_icon_index3_0 = 0
	dqm__2nd_icon_index3_2 = 0
	dqm__2nd_icon_index3_11 = 0
	dqm__2nd_icon_index3_16 = 0

	dqm__url3_0 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TTT&Category_Code=Accessories"
	dqm__url3_1 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TTT&Category_Code=Books"
	dqm__url3_2 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Brands"
	dqm__url3_3 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=CAS"
	dqm__url3_4 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TTT&Category_Code=Food"
	dqm__url3_5 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TTT&Category_Code=certs"
	dqm__url3_6 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TTT&Category_Code=GiftSets"
	dqm__url3_7 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TTT&Category_Code=HolidayItems"
	dqm__url3_8 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=KS"
	dqm__url3_9 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TTT&Category_Code=Music"
	dqm__url3_10 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=SaleItems"
	dqm__url3_11 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TTT&Category_Code=Teas"
	dqm__url3_12 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=TeaCozies"
	dqm__url3_13 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=TTT&Category_Code=TeaCups"
	dqm__url3_14 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=TOMC"
	dqm__url3_15 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Teaparty"
	dqm__url3_16 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=TeaPots"
	dqm__url3_17 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=WhatsNew"


    //Sub Menu 3_0

	dqm__sub_xy3_0 = "-4,2"
	dqm__sub_menu_width3_0 = 150

	dqm__subdesc3_0_0 = "Brewing Accessories"
	dqm__subdesc3_0_1 = "Table Top Accessories"
	dqm__subdesc3_0_2 = "Other Accessories"

	dqm__icon_index3_0_0 = 0
	dqm__icon_index3_0_1 = 0
	dqm__icon_index3_0_2 = 0

	dqm__url3_0_0 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=brewingaccessories"
	dqm__url3_0_1 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=tabletopaccessories"
	dqm__url3_0_2 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=otheraccessories"


    //Sub Menu 3_2

	dqm__sub_xy3_2 = "-4,2"
	dqm__sub_menu_width3_2 = 170

	dqm__subdesc3_2_0 = "Bee House"
	dqm__subdesc3_2_1 = "Bonjour"
	dqm__subdesc3_2_2 = "Jenaer Glass"
	dqm__subdesc3_2_3 = "Kavalier"
	dqm__subdesc3_2_4 = "Lomonosov Porcelain"
	dqm__subdesc3_2_5 = "Russell Hobbs"
	dqm__subdesc3_2_6 = "Swiss Gold"
	dqm__subdesc3_2_7 = "Taylors of Harrogate Teas"

	dqm__icon_index3_2_0 = 0
	dqm__icon_index3_2_1 = 0
	dqm__icon_index3_2_2 = 0
	dqm__icon_index3_2_3 = 0
	dqm__icon_index3_2_4 = 0
	dqm__icon_index3_2_5 = 0
	dqm__icon_index3_2_6 = 0
	dqm__icon_index3_2_7 = 0

	dqm__url3_2_0 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Beehouse"
	dqm__url3_2_1 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Bonjour"
	dqm__url3_2_2 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Jenaer"
	dqm__url3_2_3 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Kavalier"
	dqm__url3_2_4 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Lomonosov"
	dqm__url3_2_5 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=RHobbs"
	dqm__url3_2_6 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=SwissGold"
	dqm__url3_2_7 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Taylors"


    //Sub Menu 3_11

	dqm__sub_xy3_11 = "-4,2"
	dqm__sub_menu_width3_11 = 180

	dqm__subdesc3_11_0 = "Best Sellers"
	dqm__subdesc3_11_1 = "Afternoon Teas"
	dqm__subdesc3_11_2 = "Black Teas - China"
	dqm__subdesc3_11_3 = "Black Teas - India"
	dqm__subdesc3_11_4 = "Breakfast Teas"
	dqm__subdesc3_11_5 = "Chai"
	dqm__subdesc3_11_6 = "Decaffeinated Loose Teas"
	dqm__subdesc3_11_7 = "Flavored & Scented Green Teas"
	dqm__subdesc3_11_8 = "Flavored Black Teas & Blends"
	dqm__subdesc3_11_9 = "Green Teas - China"
	dqm__subdesc3_11_10 = "Green Teas - Japan"
	dqm__subdesc3_11_11 = "Herbal Blends"
	dqm__subdesc3_11_12 = "Herbal Fruit Blends"
	dqm__subdesc3_11_13 = "Iced Teas"
	dqm__subdesc3_11_14 = "Oolong Teas"
	dqm__subdesc3_11_15 = "Organic Teas"
	dqm__subdesc3_11_16 = "Rare and Exotic Teas"
	dqm__subdesc3_11_17 = "Rooibos"
	dqm__subdesc3_11_18 = "Tea Bags"
	dqm__subdesc3_11_19 = "Tea Samplers"
	dqm__subdesc3_11_20 = "White Teas"

	dqm__icon_index3_11_0 = 0
	dqm__icon_index3_11_1 = 0
	dqm__icon_index3_11_2 = 0
	dqm__icon_index3_11_3 = 0
	dqm__icon_index3_11_4 = 0
	dqm__icon_index3_11_5 = 0
	dqm__icon_index3_11_6 = 0
	dqm__icon_index3_11_7 = 0
	dqm__icon_index3_11_8 = 0
	dqm__icon_index3_11_9 = 0
	dqm__icon_index3_11_10 = 0
	dqm__icon_index3_11_11 = 0
	dqm__icon_index3_11_12 = 0
	dqm__icon_index3_11_13 = 0
	dqm__icon_index3_11_14 = 0
	dqm__icon_index3_11_15 = 0
	dqm__icon_index3_11_16 = 0
	dqm__icon_index3_11_17 = 0
	dqm__icon_index3_11_18 = 0
	dqm__icon_index3_11_19 = 0
	dqm__icon_index3_11_20 = 0

	dqm__url3_11_0 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=bestsellers"
	dqm__url3_11_1 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=AT"
	dqm__url3_11_2 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=BlackTeasChina"
	dqm__url3_11_3 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=BlackTeasIndia"
	dqm__url3_11_4 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=BFT"
	dqm__url3_11_5 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Chai"
	dqm__url3_11_6 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=DecaffeinatedLooseTeas"
	dqm__url3_11_7 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=FlavoredGreenTeas"
	dqm__url3_11_8 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=FlavoredBlackTeasandBlends"
	dqm__url3_11_9 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=ChinaGreenTeas"
	dqm__url3_11_10 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=JapanGreenTeas"
	dqm__url3_11_11 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=HerbalBlends"
	dqm__url3_11_12 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=FruitBlends"
	dqm__url3_11_13 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=IcedTeas"
	dqm__url3_11_14 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=OolongTeas"
	dqm__url3_11_15 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=OrganicTeas"
	dqm__url3_11_16 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=rareteas"
	dqm__url3_11_17 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Rooibos"
	dqm__url3_11_18 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=TeaBags"
	dqm__url3_11_19 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=TeaSamplers"
	dqm__url3_11_20 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=WhiteTeas"


    //Sub Menu 3_16

	dqm__sub_xy3_16 = "-4,2"
	dqm__sub_menu_width3_16 = 185

	dqm__subdesc3_16_0 = "Glass & Stainless Steel Teapots"
	dqm__subdesc3_16_1 = "Asian Teapots"
	dqm__subdesc3_16_2 = "Kids/Collectibles"
	dqm__subdesc3_16_3 = "Porcelain/Pottery"
	dqm__subdesc3_16_4 = "Kettles"

	dqm__icon_index3_16_0 = 0
	dqm__icon_index3_16_1 = 0
	dqm__icon_index3_16_2 = 0
	dqm__icon_index3_16_3 = 0
	dqm__icon_index3_16_4 = 0

	dqm__url3_16_0 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=GlassStainlessSteelTeapots"
	dqm__url3_16_1 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=AsianTeapots"
	dqm__url3_16_2 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=KidsCollectibles"
	dqm__url3_16_3 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=PorcelainPottery"
	dqm__url3_16_4 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Kettles"


  //Sub Menu 4

	dqm__sub_xy4 = "-111,19"
	dqm__sub_menu_width4 = 150

	dqm__subdesc4_0 = "How to place an order and use this website."
	dqm__subdesc4_1 = "Express Order Form"
	dqm__subdesc4_2 = "Printable Mail-Order Form"
	dqm__subdesc4_3 = "Site Map"

	dqm__icon_index4_0 = 0
	dqm__icon_index4_1 = 0
	dqm__icon_index4_2 = 0
	dqm__icon_index4_3 = 0

	dqm__url4_0 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=how2order"
	dqm__url4_1 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=NEW&SubScreen=EXOR"
	dqm__url4_2 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=pmof"
	dqm__url4_3 = "http://www.theteatable.com/sitemap.shtml"

  //Sub Menu 5

	dqm__sub_xy5 = "-221,19"
	dqm__sub_menu_width5 = 260

	dqm__subdesc5_0 = "<b>Q.</b> <u>Why are there no prices?</u><br><b>A.</b> Click on the product photo or name to view prices."
	dqm__subdesc5_1 = "<b>Q.</b> <u>What's the difference between Add One To Basket and Buy One Now?</u><br><b>A.</b> Buy One Now places the item in the basket and checks you out."
	dqm__subdesc5_2 = "<b>Q.</b> <u>Can I continue shopping after I've begun the checkout process?</u><br><b>A.</b> Yes. Click on 'Enter the Shop' above."

	dqm__icon_index5_0 = 0
	dqm__icon_index5_1 = 0
	dqm__icon_index5_2 = 0

	dqm__url5_0 = ""
	dqm__url5_1 = ""
	dqm__url5_2 = ""


  //Sub Menu 6

	dqm__sub_xy6 = "-108,19"
	dqm__sub_menu_width6 = 180

	dqm__subdesc6_0 = "Bee House"
	dqm__subdesc6_1 = "Bonjour"
	dqm__subdesc6_2 = "Jenaer Glass"
	dqm__subdesc6_3 = "Kavalier Glass"
	dqm__subdesc6_4 = "Lomonosov Porcelain"
	dqm__subdesc6_5 = "Russell Hobbs"
	dqm__subdesc6_6 = "Swiss Gold"
	dqm__subdesc6_7 = "Taylors of Harrogate Teas"

	dqm__icon_index6_0 = 0
	dqm__icon_index6_1 = 0
	dqm__icon_index6_2 = 0
	dqm__icon_index6_3 = 0
	dqm__icon_index6_4 = 0
	dqm__icon_index6_5 = 0
	dqm__icon_index6_6 = 0
	dqm__icon_index6_7 = 0

	dqm__url6_0 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Beehouse"
	dqm__url6_1 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Bonjour"
	dqm__url6_2 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Jenaer"
	dqm__url6_3 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Kavalier"
	dqm__url6_4 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Lomonosov"
	dqm__url6_5 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=RHobbs"
	dqm__url6_6 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=SwissGold"
	dqm__url6_7 = "http://www.theteatable.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Taylors"
