//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


limit_multiple_users = true
restrict_access = true
sequence = '9x44_5'

code0 = 1826

code1 = 1423

code2 = 760

code3 = 1203

code4 = 1606


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 = "_parent"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 0

	dqm__border_color = "#666666"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#D9CFA8"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#D9CFCC"		

	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 = "verdana"		//Any available system font     
	dqm__fontsize = 9			//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 = "images/sample1_bullet.gif"
	dqm__icon_rollover0 = "images/sample1_bullet_hl.gif"
	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "images/sample1_arrow.gif"
	dqm__2nd_icon_rollover0 = "images/sample1_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 = "#D9CFA8"
	dqm__hl_bgcolorX = "#D9CFcc"
	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.whiskyguild.com/images_sponsor/11nav1.jpg"
	dqm__rollover_wh0 = "115,22"
	dqm__url0 = "";   


    //Main Menu Item 1

	dqm__rollover_image1 = "http://www.whiskyguild.com/images_sponsor/11nav1.jpg"
	dqm__rollover_wh1 = "115,22"
	dqm__url1 = "";


    //Main Menu Item 2

	dqm__rollover_image2 = "http://www.covermarkusa.com/images/12nan_skin_care2.gif" 
	dqm__rollover_wh2 = "67,22"
	dqm__url2 = "http://www.covermarkusa.com/skin_care.htm";   


    //Main Menu Item 3

	dqm__rollover_image3 = "http://www.covermarkusa.com/images/12nan_covermark_kits2.gif" 
	dqm__rollover_wh3 = "102,22"
	//dqm__url3 = "http://www.covermarkusa.com/covermark_kits.htm";  



    //Main Menu Item 4

	dqm__rollover_image3 = "http://www.covermarkusa.com/images/12nan_covermark_kits2.gif" 
	dqm__rollover_wh3 = "102,22"
	//dqm__url4 = "";   
  




/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   

    //Sub Menu 0

	dqm__sub_xy0 = "-90,18"
	dqm__sub_menu_width0 = 150

	dqm__subdesc0_0 = "Face Magic"
	dqm__subdesc0_1 = "Leg Magic"
	dqm__subdesc0_2 = "Classic Covermark"
      dqm__subdesc0_3 = "Cover Stick"
	

	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
      dqm__icon_index0_3 = 0
	

	
	dqm__url0_0 = "http://www.covermarkusa.com/concealment_face_magic.htm"
	dqm__url0_1 = "http://www.covermarkusa.com/concealment_leg_magic.htm"
	dqm__url0_2 = "http://www.covermarkusa.com/concealment_classic_covermark.htm"
      dqm__url0_3 = "http://www.covermarkusa.com/concealment_cover_stick.htm"
   


    //Sub Menu 1

	dqm__sub_xy1 = "-114,18"
	dqm__sub_menu_width1 = 200

	dqm__subdesc1_0 = "Whisky Distilleries"
	dqm__subdesc1_1 = "Whisky Tasting Notes"
	dqm__subdesc1_2 = "Whisky Guild Magazine"
	dqm__subdesc1_3 = "Streaming Whisky"
	dqm__subdesc1_4 = "Whisky Events"
	dqm__subdesc1_5 = "Whisky Stories & Links & Misc"
	dqm__subdesc1_6 = "Whisky Retailers"
	dqm__subdesc1_7 = "Where to Drink Whisky"
	dqm__subdesc1_8 = "Whisky Guild Message Board"
	dqm__subdesc1_9 = ""
	
	
	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__url1_0 = "http://www.whiskyguild.com/whisky_distillerys.htm"
	dqm__url1_1 = "http://www.whiskyguild.com/whisky_tasting_notes.htm"
	dqm__url1_2 = "http://www.whiskyguild.com/whisky_online_magazinefall.htm"
	dqm__url1_3 = "http://www.whiskyguild.com/whisky_show.htm"
	dqm__url1_4 = "http://www.whiskyguild.com/tasting_event_contact.htm"
	dqm__url1_5 = "http://www.whiskyguild.com/whisky.htm"
	dqm__url1_6 = "http://www.whiskyguild.com/whisky_store.htm"
	dqm__url1_7 = "http://www.whiskyguild.com/whisky_bar_restaurant.htm"
	dqm__url1_8 = "http://www.whiskyguild.com/forum/"
	dqm__url1_9 = ""

    

    //Sub Menu 1_0

	dqm__sub_xy1_0 = "-60,2"
	dqm__sub_menu_width1_0 = 150

	dqm__subdesc1_0_0 = "Speyside"
	dqm__subdesc1_0_1 = "Highlands"
	dqm__subdesc1_0_2 = "Islay"
        dqm__subdesc1_0_3 = "Islands"
        dqm__subdesc1_0_4 = "Campbeltown"
        dqm__subdesc1_0_5 = "Lowlands"
        dqm__subdesc1_0_6 = "Silent Stills"
	dqm__subdesc1_0_7 = "Distillery Map"
	dqm__subdesc1_0_8 = ""
	dqm__subdesc1_0_9 = ""
        dqm__subdesc1_0_10 = ""
        dqm__subdesc1_0_11 = ""
        dqm__subdesc1_0_12 = ""
        dqm__subdesc1_0_13 = ""
        dqm__subdesc1_0_14 = ""
        dqm__subdesc1_0_15 = ""
        dqm__subdesc1_0_16 = ""
        dqm__subdesc1_0_17 = ""
	
	
	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__url1_0_0 = "http://www.whiskyguild.com/whisky_distillerys_spey.htm"
	dqm__url1_0_1 = "http://www.whiskyguild.com/whisky_distillerys_highlands.htm"
	dqm__url1_0_2 = "http://www.whiskyguild.com/whisky_distillerys_islay.htm"
	dqm__url1_0_3 = "http://www.whiskyguild.com/whisky_distillerys_islands.htm"
	dqm__url1_0_4 = "http://www.whiskyguild.com/whisky_distillerys_cambeltown.htm"
	dqm__url1_0_5 = "http://www.whiskyguild.com/whisky_distillerys_lowlands.htm"
	dqm__url1_0_6 = "http://www.whiskyguild.com/whisky_distillerys_silent_stills.htm"
	dqm__url1_0_7 = "http://www.whiskyguild.com/whisky_distillery_map.htm"
	dqm__url1_0_8 = "index.htm"
	dqm__url1_0_9 = "index.htm"
	dqm__url1_0_10 = "index.htm"
	dqm__url1_0_11 = "index.htm"
	dqm__url1_0_12 = "index.htm"
	dqm__url1_0_13 = "index.htm"
	dqm__url1_0_14 = "index.htm"
	dqm__url1_0_15 = "index.htm"
	dqm__url1_0_16 = "index.htm"
	dqm__url1_0_17 = "index.htm"

    //Sub Menu 1_1

dqm__sub_xy1_1 = "-60,2"
	dqm__sub_menu_width1_1 = 200

	dqm__subdesc1_1_0 = "Single Malt Tasting Notes"
	dqm__subdesc1_1_1 = "Blended & Vatted Tasting Notes"
	dqm__subdesc1_1_2 = ""
	
	
	dqm__icon_index1_1_0 = 0
	dqm__icon_index1_1_1 = 0
	dqm__icon_index1_1_2 = 0
	
	
	dqm__url1_1_0 = "http://www.whiskyguild.com/whisky_tasting_notes.htm"
	dqm__url1_1_1 = "http://www.whiskyguild.com/whisky_tasting_notes_blends.htm"
	dqm__url1_1_2 = ""


    //Sub Menu 1_2

dqm__sub_xy1_2 = "-80,16"
	dqm__sub_menu_width1_2 = 240

	dqm__subdesc1_2_0 = ""
	dqm__subdesc1_2_1 = ""
	dqm__subdesc1_2_2 = ""
	
	
	dqm__icon_index1_2_0 = 0
	dqm__icon_index1_2_1 = 0
	dqm__icon_index1_2_2 = 0
	
	
	dqm__url1_2_0 = "http://www.whiskyguild.com/whisky_tasting_notes.htm"
	dqm__url1_2_1 = "http://www.whiskyguild.com/whisky_tasting_notes_blends.htm"
	dqm__url1_2_2 = ""


    //Sub Menu 1_3

dqm__sub_xy1_3 = "-80,16"
	dqm__sub_menu_width1_3 = 200

	dqm__subdesc1_3_0 = ""
	dqm__subdesc1_3_1 = ""
	dqm__subdesc1_3_2 = ""
	
	
	dqm__icon_index1_3_0 = 0
	dqm__icon_index1_3_1 = 0
	dqm__icon_index1_3_2 = 0
	
	
	dqm__url1_3_0 = ""
	dqm__url1_3_1 = ""
	dqm__url1_3_2 = ""

    //Sub Menu 1_4

dqm__sub_xy1_4 = "-80,16"
	dqm__sub_menu_width1_4 = 200

	dqm__subdesc1_4_0 = ""
	dqm__subdesc1_4_1 = ""
	dqm__subdesc1_4_2 = ""
	
	
	dqm__icon_index1_4_0 = 0
	dqm__icon_index1_4_1 = 0
	dqm__icon_index1_4_2 = 0
	
	
	dqm__url1_4_0 = ""
	dqm__url1_4_1 = ""
	dqm__url1_4_2 = ""


    //Sub Menu 1_5

dqm__sub_xy1_5 = "-60,2"
	dqm__sub_menu_width1_5 = 220

	dqm__subdesc1_5_0 = "Whisky Guilds Top Ten Single Malts"
	dqm__subdesc1_5_1 = "Whisky Guilds Top Five Value Whiskies"
	dqm__subdesc1_5_2 = "Whisky Guilds Top Blends & vatted"
	dqm__subdesc1_5_3 = "Whisky Books & Links"
	dqm__subdesc1_5_4 = "The Beginner's Whisky Journey"
	dqm__subdesc1_5_5 = "Whisky Recipes"
	dqm__subdesc1_5_6 = "Learn About Whisky"
	
	dqm__icon_index1_5_0 = 0
	dqm__icon_index1_5_1 = 0
	dqm__icon_index1_5_2 = 0
	dqm__icon_index1_5_3 = 0
	dqm__icon_index1_5_4 = 0
	dqm__icon_index1_5_5 = 0
	dqm__icon_index1_5_6 = 0
	
	
	dqm__url1_5_0 = "http://www.whiskyguild.com/whisky.htm#1"
	dqm__url1_5_1 = "http://www.whiskyguild.com/whisky.htm#3"
	dqm__url1_5_2 = "http://www.whiskyguild.com/whisky.htm#2"
	dqm__url1_5_3 = "http://www.whiskyguild.com/whisky_books_links_mags.htm"
	dqm__url1_5_4 = "http://www.whiskyguild.com/whisky_glens_journey.htm"
	dqm__url1_5_5 = "http://www.whiskyguild.com/whisky_distillery_recipes.htm"
	dqm__url1_5_6 = "http://www.whiskyguild.com/whisky_learn_about_whisky.htm"


    //Sub Menu 2

	dqm__sub_xy2 = "-67,18"
	dqm__sub_menu_width2 = 200

	dqm__subdesc2_0 = "Covermark Cream Camella" 
	dqm__subdesc2_1 = "Hydrating Base with Camelia"
	dqm__subdesc2_2 = "Cleasing Toner (LOL Lotion"
	dqm__subdesc2_3 = ""
	dqm__subdesc2_4 = ""
	dqm__subdesc2_5 = ""
	dqm__subdesc2_6 = ""
	dqm__subdesc2_7 = ""

	
	
	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__url2_0 = "http://www.covermarkusa.com/skin_care.htm#1"
	dqm__url2_1 = "http://www.covermarkusa.com/skin_care.htm#2"
	dqm__url2_2 = "http://www.covermarkusa.com/skin_care.htm#3"
	dqm__url2_3 = ""
	dqm__url2_4 = ""
	dqm__url2_5 = ""
	dqm__url2_6 = ""
	dqm__url2_7 = ""
	

    //Sub Menu 2_0

        dqm__sub_xy2_0 = "-80,16"
	dqm__sub_menu_width2_0 = 200

	dqm__subdesc2_0_0 = ""
	dqm__subdesc2_0_1 = ""
	dqm__subdesc2_0_2 = ""
	dqm__subdesc2_0_3 = ""
	dqm__subdesc2_0_4 = ""
	dqm__subdesc2_0_5 = ""
	dqm__subdesc2_0_6 = ""
	
	
	dqm__icon_index2_0_0 = 0
	dqm__icon_index2_0_1 = 0
	dqm__icon_index2_0_2 = 0
	dqm__icon_index2_0_3 = 0
	dqm__icon_index2_0_4 = 0
	dqm__icon_index2_0_5 = 0
	dqm__icon_index2_0_6 = 0
	
	
	dqm__url2_0_0 = "http://www.covermarkusa.com/skin_care.htm#1"
	dqm__url2_0_1 = "http://www.covermarkusa.com/skin_care.htm#2"
	dqm__url2_0_2 = "http://www.covermarkusa.com/skin_care.htm#3"
	dqm__url2_0_3 = ""
	dqm__url2_0_4 = ""
	dqm__url2_0_5 = ""
	dqm__url2_0_6 = ""

    //Sub Menu 2_1

        dqm__sub_xy2_1 = "-80,16"
	dqm__sub_menu_width2_1 = 200

	dqm__subdesc2_1_0 = ""
	dqm__subdesc2_1_1 = ""
	dqm__subdesc2_1_2 = ""
	dqm__subdesc2_1_3 = ""
	dqm__subdesc2_1_4 = ""
	dqm__subdesc2_1_5 = ""
	dqm__subdesc2_1_6 = ""
dqm__subdesc2_1_7 = ""
	
	
	dqm__icon_index2_1_0 = 0
	dqm__icon_index2_1_1 = 0
	dqm__icon_index2_1_2 = 0
	dqm__icon_index2_1_3 = 0
	dqm__icon_index2_1_4 = 0
	dqm__icon_index2_1_5 = 0
	dqm__icon_index2_1_6 = 0
dqm__icon_index2_1_7 = 0
	
	
	dqm__url2_1_0 = ""
	dqm__url2_1_1 = ""
	dqm__url2_1_2 = ""
	dqm__url2_1_3 = ""
	dqm__url2_1_4 = ""
	dqm__url2_1_5 = ""
	dqm__url2_1_6 = ""

    //Sub Menu 3

	dqm__sub_xy3 = "-102,18"
	dqm__sub_menu_width3 = 180

	dqm__subdesc3_0 = "Tattoo Cover Kit"
	dqm__subdesc3_1 = "Scar Treatment Cover Kit"
	dqm__subdesc3_2 = "Try-outs"
	dqm__subdesc3_3 = "Sample the Possibilities"
	dqm__subdesc3_4 = "Leg & Body Worship Kit"
	dqm__subdesc3_5 = "Under Eye Cover Kit"
	dqm__subdesc3_6 = "New! Blemish Kit"
	dqm__subdesc3_7 = "New! Leg & Body Cover Kit"
	dqm__subdesc3_8 = ""
	dqm__subdesc3_9 = ""
	dqm__subdesc3_10 = ""
	
	
	
	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__url3_0 = "http://www.covermarkusa.com/covermark_kits_tattoo.htm"
	dqm__url3_1 = "http://www.covermarkusa.com/covermark_kits_scar.htm"
	dqm__url3_2 = "http://www.covermarkusa.com/covermark_kits_try_outs.htm"
	dqm__url3_3 = "http://www.covermarkusa.com/covermark_kits_sample.htm"
	dqm__url3_4 = "http://www.covermarkusa.com/covermark_kits_leg_body.htm"
	dqm__url3_5 = "http://www.covermarkusa.com/covermark_kits_under_eye.htm"
	dqm__url3_6 = "http://www.covermarkusa.com/covermark_kits_blemish.htm"
	dqm__url3_7 = "http://www.covermarkusa.com/covermark_kits_leg_body_cover_kit.htm"
	dqm__url3_8 = ""
	dqm__url3_9 = ""
	dqm__url3_10 = ""
	dqm__url3_11 = ""
	dqm__url3_12 = ""

//Sub Menu 3_0

	dqm__sub_xy3_0 = "-80,10"
	dqm__sub_menu_width3_0 = 180

	dqm__subdesc3_0_0 = ""
	dqm__subdesc3_0_1 = ""

	
	
	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__icon_index3_0_9 = 0
        dqm__icon_index3_0_10 = 0
	dqm__icon_index3_0_11 = 0
	dqm__icon_index3_0_12 = 0
        dqm__icon_index3_0_13 = 0
	dqm__icon_index3_0_14 = 0
        dqm__icon_index3_0_15 = 0
	dqm__icon_index3_0_16 = 0
	dqm__icon_index3_0_17 = 0
	
	
	dqm__url3_0_0 = ""
	dqm__url3_0_1 = ""
	dqm__url3_0_2 = ""
	dqm__url3_0_3 = ""
	dqm__url3_0_4 = ""
	dqm__url3_0_5 = ""
	dqm__url3_0_6 = ""
	dqm__url3_0_7 = "index.htm"
	dqm__url3_0_8 = "index.htm"
	dqm__url3_0_9 = "index.htm"
	dqm__url3_0_10 = "index.htm"
	dqm__url3_0_11 = "index.htm"
	dqm__url3_0_12 = "index.htm"
	dqm__url1_0_13 = "index.htm"
	dqm__url1_0_14 = "index.htm"
	dqm__url1_0_15 = "index.htm"
	dqm__url1_0_16 = "index.htm"
	dqm__url1_0_17 = "index.htm"



    	

