/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 145      	//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 = "#000000"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#FFFFFF"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#eeeeee"		

	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 = "#333333"
	dqm__fontfamily = "Arial"		//Any available system font     
	dqm__fontsize = 10			//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 = "http://www.fantasyheels.co.uk/acatalog/bullet.gif"
	dqm__icon_rollover0 = "http://www.fantasyheels.co.uk/acatalog/bullet_hl.gif"
	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "http://www.fantasyheels.co.uk/acatalog/arrow.gif"
	dqm__2nd_icon_rollover0 = "http://www.fantasyheels.co.uk/acatalog/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__os9_ie5mac_offset_X = 10
	dqm__os9_ie5mac_offset_Y = 15

	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_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"


    //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.fantasyheels.co.uk/acatalog/fant_header_menu_f2.gif"
	dqm__rollover_wh0 = "42,20"
	dqm__url0 = "#";   


    //Main Menu Item 1

	dqm__rollover_image1 = "http://www.fantasyheels.co.uk/acatalog/fant_header_menu_l2.gif"
	dqm__rollover_wh1 = "35,20"
	dqm__url1 = "#";


    //Main Menu Item 2

	dqm__rollover_image2 = "http://www.fantasyheels.co.uk/acatalog/fant_header_menu_s2.gif" 
	dqm__rollover_wh2 = "43,20"
	dqm__url2 = "#";   


    //Main Menu Item 3

	dqm__rollover_image3 = "http://www.fantasyheels.co.uk/acatalog/fant_header_menu_a2.gif" 
	dqm__rollover_wh3 = "55,20"
	dqm__url3 = "http://www.fantasyheels.co.uk/acatalog/accessories.html";   


    //Main Menu Item 4

	dqm__rollover_image4 = "http://www.fantasyheels.co.uk/acatalog/fant_header_menu_c2.gif" 
	dqm__rollover_wh4 = "45,20"
	dqm__url4 = "#"; 


    //Main Menu Item 5

	dqm__rollover_image5 = "http://www.fantasyheels.co.uk/acatalog/fant_header_menu_cl2.gif" 
	dqm__rollover_wh5 = "43,20"
	dqm__url5 = "#"; 
  

    //Main Menu Item 6

	dqm__rollover_image6 = "http://www.fantasyheels.co.uk/acatalog/fant_header_menu_b2.gif" 
	dqm__rollover_wh6 = "25,20"
	dqm__url6 = "http://www.fantasyheels.co.uk/acatalog/bridal.html"; 


    //Main Menu Item 7

	dqm__rollover_image7 = "http://www.fantasyheels.co.uk/acatalog/fant_header_menu_m2.gif" 
	dqm__rollover_wh7 = "24,20"
	dqm__url7 = "http://www.fantasyheels.co.uk/acatalog/mens.html"; 


    //Main Menu Item 8

	dqm__rollover_image8 = "http://www.fantasyheels.co.uk/acatalog/fant_header_menu_lpvc2.gif" 
	dqm__rollover_wh8 = "62,20"
	dqm__url8 = "#"; 


    //Main Menu Item 9

	dqm__rollover_image9 = "http://www.fantasyheels.co.uk/acatalog/fant_header_menu_d2.gif" 
	dqm__rollover_wh9 = "51,20"
	dqm__url9 = "#"; 


    //Main Menu Item 10

	dqm__rollover_image10 = "http://www.fantasyheels.co.uk/acatalog/fant_header_menu_sw2.gif" 
	dqm__rollover_wh10 = "47,20"
	dqm__url10 = "http://www.fantasyheels.co.uk/acatalog/swimwear.html"; 



/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   
    //Sub Menu 0

	dqm__sub_xy0 = "-54,21"
	dqm__sub_menu_width0 = 163

	dqm__subdesc0_0 = "Boots" 
	dqm__subdesc0_1 = "Shoes"
	dqm__subdesc0_2 = "Sandals"
	dqm__subdesc0_3 = "Fetish"
	dqm__subdesc0_4 = "Lap Dancers"
	dqm__subdesc0_5 = "Hand Made Lap Dancers"
	dqm__subdesc0_6 = "Professional Dancers"
	dqm__subdesc0_7 = "Penthouse Shoes"

	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__icon_index0_5 = 0
	dqm__icon_index0_6 = 0
	dqm__icon_index0_7 = 0

        dqm__2nd_icon_index0_0 = 0
        dqm__2nd_icon_index0_1 = 0
        dqm__2nd_icon_index0_2 = 0
        dqm__2nd_icon_index0_3 = 0
        dqm__2nd_icon_index0_4 = 0
        dqm__2nd_icon_index0_5 = 0

	dqm__url0_0 = "http://www.fantasyheels.co.uk/acatalog/boots.html"
	dqm__url0_1 = "http://www.fantasyheels.co.uk/acatalog/shoes.html"
	dqm__url0_2 = "http://www.fantasyheels.co.uk/acatalog/sandals.html"
	dqm__url0_3 = "http://www.fantasyheels.co.uk/acatalog/fetish.html"
	dqm__url0_4 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers.html"
	dqm__url0_5 = "http://www.fantasyheels.co.uk/acatalog/hand_made.html"
	dqm__url0_6 = "http://www.fantasyheels.co.uk/acatalog/hand_made_tabu.html"
	dqm__url0_7 = "http://www.fantasyheels.co.uk/acatalog/penthouse.html"


//Sub Menu 0_0

	dqm__sub_xy0_0 = "-4,2"
	dqm__sub_menu_width0_0 = 240

	dqm__subdesc0_0_0 = "Ankle Boots Without Platform"
	dqm__subdesc0_0_1 = "Knee Boots Without Platform"
	dqm__subdesc0_0_2 = "Thigh Boots Without Platform"
	dqm__subdesc0_0_3 = "Ankle Boots With Platform"
	dqm__subdesc0_0_4 = "Knee Boots With Platform With Chunky Heel"
	dqm__subdesc0_0_5 = "Knee Boots With Platform With Stiletto Heel"
	dqm__subdesc0_0_6 = "Thigh Boots With Platform With Stiletto Heel"
	dqm__subdesc0_0_7 = "Thigh Boots With Platform With Chunky Heel"
	dqm__subdesc0_0_8 = "Crotch Boots And Chap Boots"

	dqm__icon_index0_0_0 = 0
	dqm__icon_index0_0_1 = 0
	dqm__icon_index0_0_2 = 0
	dqm__icon_index0_0_3 = 0
	dqm__icon_index0_0_4 = 0
	dqm__icon_index0_0_5 = 0
	dqm__icon_index0_0_6 = 0
	dqm__icon_index0_0_7 = 0
	dqm__icon_index0_0_8 = 0

	dqm__url0_0_0 = "http://www.fantasyheels.co.uk/acatalog/ankle_boots_no_platform.html"
	dqm__url0_0_1 = "http://www.fantasyheels.co.uk/acatalog/knee_boots_no_platform.html"
	dqm__url0_0_2 = "http://www.fantasyheels.co.uk/acatalog/thigh_boots_no_platform.html"
	dqm__url0_0_3 = "http://www.fantasyheels.co.uk/acatalog/ankle_boots_platform.html"
	dqm__url0_0_4 = "http://www.fantasyheels.co.uk/acatalog/knee_boots_platform_chunky.html"
	dqm__url0_0_5 = "http://www.fantasyheels.co.uk/acatalog/knee_boots_platform_stiletto.html"
	dqm__url0_0_6 = "http://www.fantasyheels.co.uk/acatalog/thigh_boots_platform_stiletto.html"
	dqm__url0_0_7 = "http://www.fantasyheels.co.uk/acatalog/thigh_boots_platform_chunky.html"
	dqm__url0_0_8 = "http://www.fantasyheels.co.uk/acatalog/crotch_boots_and_chap_boots.html"


//Sub Menu 0_1

	dqm__sub_xy0_1 = "-4,2"
	dqm__sub_menu_width0_1 = 151

	dqm__subdesc0_1_0 = "3 Inch Shoes"
	dqm__subdesc0_1_1 = "4 Inch Court Shoes"
	dqm__subdesc0_1_2 = "4 Inch Ankle Strap"
	dqm__subdesc0_1_3 = "4 Inch Mary Jane / Oxford"
	dqm__subdesc0_1_4 = "5 Inch Court Shoes"
	dqm__subdesc0_1_5 = "5 Inch Ankle Strap"
	dqm__subdesc0_1_6 = "5 Inch Mary Jane / Oxford"
	dqm__subdesc0_1_7 = "6 Inch Court Shoes"
	dqm__subdesc0_1_8 = "6 Inch Ankle Strap"
	dqm__subdesc0_1_9 = "6 Inch Mary Jane / Oxford"
	dqm__subdesc0_1_10 = "7 Inch Mary Jane / Oxford"
	dqm__subdesc0_1_11 = "Ankle Cuffs"

	dqm__icon_index0_1_0 = 0
	dqm__icon_index0_1_1 = 0
	dqm__icon_index0_1_2 = 0
	dqm__icon_index0_1_3 = 0
	dqm__icon_index0_1_4 = 0
	dqm__icon_index0_1_5 = 0
	dqm__icon_index0_1_6 = 0
	dqm__icon_index0_1_7 = 0
	dqm__icon_index0_1_8 = 0
	dqm__icon_index0_1_9 = 0
	dqm__icon_index0_1_10 = 0
	dqm__icon_index0_1_11 = 0

	dqm__url0_1_0 = "http://www.fantasyheels.co.uk/acatalog/3_inch_heeled_shoes.html"
	dqm__url0_1_1 = "http://www.fantasyheels.co.uk/acatalog/4_inch_court_shoes.html"
	dqm__url0_1_2 = "http://www.fantasyheels.co.uk/acatalog/4_inch_ankle_strap.html"
	dqm__url0_1_3 = "http://www.fantasyheels.co.uk/acatalog/4_inch_mary_jane_oxford.html"
	dqm__url0_1_4 = "http://www.fantasyheels.co.uk/acatalog/5_inch_court_shoes.html"
	dqm__url0_1_5 = "http://www.fantasyheels.co.uk/acatalog/5_inch_ankle_strap.html"
	dqm__url0_1_6 = "http://www.fantasyheels.co.uk/acatalog/5_inch_mary_jane_oxford.html"
	dqm__url0_1_7 = "http://www.fantasyheels.co.uk/acatalog/6_inch_court_shoes.html"
	dqm__url0_1_8 = "http://www.fantasyheels.co.uk/acatalog/6_inch_ankle_strap.html"
	dqm__url0_1_9 = "http://www.fantasyheels.co.uk/acatalog/6_inch_mary_jane_oxford.html"
	dqm__url0_1_10 = "http://www.fantasyheels.co.uk/acatalog/7_inch_mary_jane_oxford.html"
	dqm__url0_1_11 = "http://www.fantasyheels.co.uk/acatalog/ankle_cuffs.html"


//Sub Menu 0_2

	dqm__sub_xy0_2 = "-4,2"
	dqm__sub_menu_width0_2 = 195

	dqm__subdesc0_2_0 = "3 Inch Mules"
	dqm__subdesc0_2_1 = "3 Inch Strappy"
	dqm__subdesc0_2_2 = "4 Inch Mules Without Platform"
	dqm__subdesc0_2_3 = "4 Inch Mules With Platform"
	dqm__subdesc0_2_4 = "4 Inch Open Toe Without Platform"
	dqm__subdesc0_2_5 = "4 Inch Open Toe With Platform"
	dqm__subdesc0_2_6 = "4 Inch Strappy Without Platform"
	dqm__subdesc0_2_7 = "4 Inch Strappy With Platform"
	dqm__subdesc0_2_8 = "5 Inch Mules Without Platform"
	dqm__subdesc0_2_9 = "5 Inch Mules With Platform"
	dqm__subdesc0_2_10 = "5 Inch Strappy Without Platform"
	dqm__subdesc0_2_11 = "5 Inch Strappy With Platform"
	dqm__subdesc0_2_12 = "5 Inch Open Toe Without Platform"
	dqm__subdesc0_2_13 = "5 Inch Open Toe With Platform"
	dqm__subdesc0_2_14 = "5 Inch Pearl Heel"
	dqm__subdesc0_2_15 = "5 Inch Chunky Heel"
	dqm__subdesc0_2_16 = "5 Inch Square Heel"
	dqm__subdesc0_2_17 = "5 Inch Cone Heel"

	dqm__icon_index0_2_0 = 0
	dqm__icon_index0_2_1 = 0
	dqm__icon_index0_2_2 = 0
	dqm__icon_index0_2_3 = 0
	dqm__icon_index0_2_4 = 0
	dqm__icon_index0_2_5 = 0
	dqm__icon_index0_2_6 = 0
	dqm__icon_index0_2_7 = 0
	dqm__icon_index0_2_8 = 0
	dqm__icon_index0_2_9 = 0
	dqm__icon_index0_2_10 = 0
	dqm__icon_index0_2_11 = 0
	dqm__icon_index0_2_12 = 0
	dqm__icon_index0_2_13 = 0
	dqm__icon_index0_2_14 = 0
	dqm__icon_index0_2_15 = 0
	dqm__icon_index0_2_16 = 0
	dqm__icon_index0_2_17 = 0

	dqm__url0_2_0 = "http://www.fantasyheels.co.uk/acatalog/3_inch_mules.html"
	dqm__url0_2_1 = "http://www.fantasyheels.co.uk/acatalog/3_inch_strappy.html"
	dqm__url0_2_2 = "http://www.fantasyheels.co.uk/acatalog/4_inch_mules_no_platform.html"
	dqm__url0_2_3 = "http://www.fantasyheels.co.uk/acatalog/4_inch_mules_platform.html"
	dqm__url0_2_4 = "http://www.fantasyheels.co.uk/acatalog/4_inch_open_toe_no_platform.html"
	dqm__url0_2_5 = "http://www.fantasyheels.co.uk/acatalog/4_inch_open_toe_platform.html"
	dqm__url0_2_6 = "http://www.fantasyheels.co.uk/acatalog/4_inch_strappy_no_platform.html"
	dqm__url0_2_7 = "http://www.fantasyheels.co.uk/acatalog/4_inch_strappy_platform.html"
	dqm__url0_2_8 = "http://www.fantasyheels.co.uk/acatalog/5_inch_mules_no_platform.html"
	dqm__url0_2_9 = "http://www.fantasyheels.co.uk/acatalog/5_inch_mules_platform.html"
	dqm__url0_2_10 = "http://www.fantasyheels.co.uk/acatalog/5_inch_strappy_no_platform.html"
	dqm__url0_2_11 = "http://www.fantasyheels.co.uk/acatalog/5_inch_strappy_platform.html"
	dqm__url0_2_12 = "http://www.fantasyheels.co.uk/acatalog/5_inch_open_toe_no_platform.html"
	dqm__url0_2_13 = "http://www.fantasyheels.co.uk/acatalog/5_inch_open_toe_platform.html"
	dqm__url0_2_14 = "http://www.fantasyheels.co.uk/acatalog/5_inch_pearl_heel.html"
	dqm__url0_2_15 = "http://www.fantasyheels.co.uk/acatalog/5_inch_chunky_heel.html"
	dqm__url0_2_16 = "http://www.fantasyheels.co.uk/acatalog/5_inch_square_heel.html"
	dqm__url0_2_17 = "http://www.fantasyheels.co.uk/acatalog/5_inch_cone_heel.html"


//Sub Menu 0_3

	dqm__sub_xy0_3 = "-4,2"
	dqm__sub_menu_width0_3 = 104

	dqm__subdesc0_3_0 = "6 Inch Revenge"
	dqm__subdesc0_3_1 = "6 Inch Scream"
	dqm__subdesc0_3_2 = "7 Inch Ballet"
	dqm__subdesc0_3_3 = "7 Inch XTC"
	dqm__subdesc0_3_4 = "8 Inch Xtreme"
	dqm__subdesc0_3_5 = "8 Inch Femme"

	dqm__icon_index0_3_0 = 0
	dqm__icon_index0_3_1 = 0
	dqm__icon_index0_3_2 = 0
	dqm__icon_index0_3_3 = 0
	dqm__icon_index0_3_4 = 0
	dqm__icon_index0_3_5 = 0

	dqm__url0_3_0 = "http://www.fantasyheels.co.uk/acatalog/fetish_6_inch_revenge.html"
	dqm__url0_3_1 = "http://www.fantasyheels.co.uk/acatalog/fetish_6_inch_scream.html"
	dqm__url0_3_2 = "http://www.fantasyheels.co.uk/acatalog/fetish_7_inch_ballet.html"
	dqm__url0_3_3 = "http://www.fantasyheels.co.uk/acatalog/fetish_7_inch_xtc.html"
	dqm__url0_3_4 = "http://www.fantasyheels.co.uk/acatalog/fetish_8_inch_xtreme.html"
	dqm__url0_3_5 = "http://www.fantasyheels.co.uk/acatalog/fetish_8_inch_femme.html"


//Sub Menu 0_4

	dqm__sub_xy0_4 = "-4,2"
	dqm__sub_menu_width0_4 = 210

	dqm__subdesc0_4_0 = "6 Inch Mules (Single Band)"
	dqm__subdesc0_4_1 = "6 Inch Mules (Multi Band)"
	dqm__subdesc0_4_2 = "6 Inch Stiletto (Strappy)"
	dqm__subdesc0_4_3 = "6 Inch Stiletto (Open Toe Ankle Strap)"
	dqm__subdesc0_4_4 = "6 Inch Stiletto (Open Toe Ankle Wrap)"
	dqm__subdesc0_4_5 = "6 Inch Chunky Heel"
	dqm__subdesc0_4_6 = "6 Inch Lites"
	dqm__subdesc0_4_7 = "6 Inch Wedge Heel"
	dqm__subdesc0_4_8 = "7 Inch Mules"
	dqm__subdesc0_4_9 = "7 Inch Stiletto"
	dqm__subdesc0_4_10 = "7 Inch Cone Heel"
	dqm__subdesc0_4_11 = "7 Inch Chunky Heel"
	dqm__subdesc0_4_12 = "8 Inch Mules"
	dqm__subdesc0_4_13 = "8 Inch Stiletto"
	dqm__subdesc0_4_14 = "Liquid Infused"
	dqm__subdesc0_4_15 = "Neon"

	dqm__icon_index0_4_0 = 0
	dqm__icon_index0_4_1 = 0
	dqm__icon_index0_4_2 = 0
	dqm__icon_index0_4_3 = 0
	dqm__icon_index0_4_4 = 0
	dqm__icon_index0_4_5 = 0
	dqm__icon_index0_4_6 = 0
	dqm__icon_index0_4_7 = 0
	dqm__icon_index0_4_8 = 0
	dqm__icon_index0_4_9 = 0
	dqm__icon_index0_4_10 = 0
	dqm__icon_index0_4_11 = 0
	dqm__icon_index0_4_12 = 0
	dqm__icon_index0_4_13 = 0
	dqm__icon_index0_4_14 = 0
	dqm__icon_index0_4_15 = 0

	dqm__url0_4_0 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_6_inch_mules_single_band.html"
	dqm__url0_4_1 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_6_inch_mules_multi_band.html"
	dqm__url0_4_2 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_6_inch_stiletto_strappy.html"
	dqm__url0_4_3 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_6_inch_stiletto_open_toe_strap.html"
	dqm__url0_4_4 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_6_inch_stiletto_open_toe_wrap.html"
	dqm__url0_4_5 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_6_inch_chunky_heel.html"
	dqm__url0_4_6 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_6_inch_lites.html"
	dqm__url0_4_7 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_6_inch_wedge.html"
	dqm__url0_4_8 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_7_inch_mules.html"
	dqm__url0_4_9 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_7_inch_stiletto.html"
	dqm__url0_4_10 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_7_inch_cone_heel.html"
	dqm__url0_4_11 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_7_inch_chunky_heel.html"
	dqm__url0_4_12 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_8_inch_mules.html"
	dqm__url0_4_13 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_8_inch_stiletto.html"
	dqm__url0_4_14 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_liquid_infused.html"
	dqm__url0_4_15 = "http://www.fantasyheels.co.uk/acatalog/lap_dancers_neon.html"


//Sub Menu 0_5

	dqm__sub_xy0_5 = "-4,2"
	dqm__sub_menu_width0_5 = 99

	dqm__subdesc0_5_0 = "6 Inch Lucious"
	dqm__subdesc0_5_1 = "7 Inch Lucious"

	dqm__icon_index0_5_0 = 0
	dqm__icon_index0_5_1 = 0

	dqm__url0_5_0 = "http://www.fantasyheels.co.uk/acatalog/hand_made_6_inch_lucious.html"
	dqm__url0_5_1 = "http://www.fantasyheels.co.uk/acatalog/hand_made_7_inch_lucious.html"


    //Sub Menu 1

	dqm__sub_xy1 = "-47,21"
	dqm__sub_menu_width1 = 102

	dqm__subdesc1_0 = "Corsets" 
	dqm__subdesc1_1 = "Bustiers"
	dqm__subdesc1_2 = "Teddies"
	dqm__subdesc1_3 = "Body Stockings"
	dqm__subdesc1_4 = "Babydolls" 
	dqm__subdesc1_5 = "Sleepwear"
	dqm__subdesc1_6 = "Chemise"
	dqm__subdesc1_7 = "Cami's"
	dqm__subdesc1_8 = "Bra Sets"
	dqm__subdesc1_9 = "Suspender Sets"
	dqm__subdesc1_10 = "G Strings"
	dqm__subdesc1_11 = "Thongs"
	dqm__subdesc1_12 = "Boy Shorts"
	dqm__subdesc1_13 = "Briefs"

	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__icon_index1_6 = 0
	dqm__icon_index1_7 = 0
	dqm__icon_index1_8 = 0
	dqm__icon_index1_9 = 0
	dqm__icon_index1_10 = 0
	dqm__icon_index1_11 = 0
	dqm__icon_index1_12 = 0
	dqm__icon_index1_13 = 0

	dqm__url1_0 = "http://www.fantasyheels.co.uk/acatalog/corsets.html"
	dqm__url1_1 = "http://www.fantasyheels.co.uk/acatalog/bustiers.html"
	dqm__url1_2 = "http://www.fantasyheels.co.uk/acatalog/teddies.html"
	dqm__url1_3 = "http://www.fantasyheels.co.uk/acatalog/body_stockings.html"
	dqm__url1_4 = "http://www.fantasyheels.co.uk/acatalog/babydolls.html"
	dqm__url1_5 = "http://www.fantasyheels.co.uk/acatalog/sleepwear.html"
	dqm__url1_6 = "http://www.fantasyheels.co.uk/acatalog/chemise.html"
	dqm__url1_7 = "http://www.fantasyheels.co.uk/acatalog/camis.html"
	dqm__url1_8 = "http://www.fantasyheels.co.uk/acatalog/bra_sets.html"
	dqm__url1_9 = "http://www.fantasyheels.co.uk/acatalog/suspender_sets.html"
	dqm__url1_10 = "http://www.fantasyheels.co.uk/acatalog/g_strings.html"
	dqm__url1_11 = "http://www.fantasyheels.co.uk/acatalog/thongs.html"
	dqm__url1_12 = "http://www.fantasyheels.co.uk/acatalog/boy_shorts.html"
	dqm__url1_13 = "http://www.fantasyheels.co.uk/acatalog/briefs.html"
 
   //Sub Menu 2

	dqm__sub_xy2 = "-55,21"
	dqm__sub_menu_width2 = 113

	dqm__subdesc2_0 = "Stockings" 
	dqm__subdesc2_1 = "Stay-Up Stockings"
	dqm__subdesc2_2 = "Tights"
	dqm__subdesc2_3 = "Socks"

	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0
	dqm__icon_index2_3 = 0

	dqm__url2_0 = "http://www.fantasyheels.co.uk/acatalog/stockings.html"
	dqm__url2_1 = "http://www.fantasyheels.co.uk/acatalog/stay_up_stockings.html"
	dqm__url2_2 = "http://www.fantasyheels.co.uk/acatalog/tights.html"
	dqm__url2_3 = "http://www.fantasyheels.co.uk/acatalog/socks.html"

   //Sub Menu 4

	dqm__sub_xy4 = "-57,21"
	dqm__sub_menu_width4 = 120

	dqm__subdesc4_0 = "Uniforms" 
	dqm__subdesc4_1 = "Party Time"
	dqm__subdesc4_2 = "City Life"
	dqm__subdesc4_3 = "1920s To 1970s"
	dqm__subdesc4_4 = "Haunted House"
	dqm__subdesc4_5 = "Fantasy"
	dqm__subdesc4_6 = "Around The World"
	dqm__subdesc4_7 = "Heroes And Villains"
	dqm__subdesc4_8 = "Fairytale"
	dqm__subdesc4_9 = "Accessories"

	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__icon_index4_5 = 0
	dqm__icon_index4_6 = 0
	dqm__icon_index4_7 = 0
	dqm__icon_index4_8 = 0
	dqm__icon_index4_9 = 0

	dqm__url4_0 = "http://www.fantasyheels.co.uk/acatalog/costumes_uniforms.html"
	dqm__url4_1 = "http://www.fantasyheels.co.uk/acatalog/costumes_party_time.html"
	dqm__url4_2 = "http://www.fantasyheels.co.uk/acatalog/costumes_city_life.html"
	dqm__url4_3 = "http://www.fantasyheels.co.uk/acatalog/costumes_1920_1970.html"
	dqm__url4_4 = "http://www.fantasyheels.co.uk/acatalog/costumes_haunted_house.html"
	dqm__url4_5 = "http://www.fantasyheels.co.uk/acatalog/costumes_fantasy.html"
	dqm__url4_6 = "http://www.fantasyheels.co.uk/acatalog/costumes_around_the_world.html"
	dqm__url4_7 = "http://www.fantasyheels.co.uk/acatalog/costumes_heroes_and_villains.html"
	dqm__url4_8 = "http://www.fantasyheels.co.uk/acatalog/costumes_fairytale.html"
	dqm__url4_9 = "http://www.fantasyheels.co.uk/acatalog/costumes_accessories.html"

    //Sub Menu 5

	dqm__sub_xy5 = "-55,21"
	dqm__sub_menu_width5 = 91

	dqm__subdesc5_0 = "Mini Dresses"
	dqm__subdesc5_1 = "Long Dresses" 
	dqm__subdesc5_2 = "Trousers" 

	dqm__icon_index5_0 = 0
	dqm__icon_index5_1 = 0
	dqm__icon_index5_2 = 0

	dqm__url5_0 = "http://www.fantasyheels.co.uk/acatalog/clubwear_mini_dresses.html"
	dqm__url5_1 = "http://www.fantasyheels.co.uk/acatalog/clubwear_long_dresses.html"
	dqm__url5_2 = "http://www.fantasyheels.co.uk/acatalog/clubwear_trousers.html"


    //Sub Menu 8

	dqm__sub_xy8 = "-74,21"
	dqm__sub_menu_width8 = 65

	dqm__subdesc8_0 = "Leather" 
	dqm__subdesc8_1 = "PVC"

	dqm__icon_index8_0 = 0
	dqm__icon_index8_1 = 0

	dqm__url8_0 = "http://www.fantasyheels.co.uk/acatalog/leather.html"
	dqm__url8_1 = "http://www.fantasyheels.co.uk/acatalog/pvc.html"


    //Sub Menu 9

	dqm__sub_xy9 = "-63,21"
	dqm__sub_menu_width9 = 80

	dqm__subdesc9_0 = "Minis" 
	dqm__subdesc9_1 = "Bikini Sets"
	dqm__subdesc9_2 = "Separates"

	dqm__icon_index9_0 = 0
	dqm__icon_index9_1 = 0
	dqm__icon_index9_2 = 0

	dqm__url9_0 = "http://www.fantasyheels.co.uk/acatalog/dancewear_minis.html"
	dqm__url9_1 = "http://www.fantasyheels.co.uk/acatalog/dancewear_bikini_sets.html"
	dqm__url9_2 = "http://www.fantasyheels.co.uk/acatalog/dancewear_separates.html"


