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


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


	dqm__sub_menu_width = 140      	//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 = "#FFFFFF"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#CECFC0"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#E5E6D4"		

	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 = "#35475E"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 11			//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 = "#35475E"
	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 = "img/menu/arrow_et.gif"
	dqm__icon_rollover0 = "img/menu/arrow_et.gif"
	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "img/menu/arrow_et.gif"
	dqm__2nd_icon_rollover0 = "img/menu/arrow_et.gif"
	dqm__2nd_icon_image_wh0 = "11,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__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 = 1;
	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 = "img/menu/menu3_et1_1.gif"
	dqm__rollover_wh0 = "108,25"
	dqm__url0 = "index.php?path=0x1";   
    //Main Menu Item 1
	dqm__rollover_image1 = "img/menu/menu3_et2_2.gif"
	dqm__rollover_wh1 = "106,25"
	dqm__url1 = "index.php?path=0x2";
    //Main Menu Item 2
	dqm__rollover_image2 = "img/menu/menu3_et3_3.gif" 
	dqm__rollover_wh2 = "86,25"
	dqm__url2 = "index.php?path=0x5";   
    //Main Menu Item 3
	dqm__rollover_image3 = "img/menu/menu3_et4_4.gif" 
	dqm__rollover_wh3 = "115,25"
	dqm__url3 = "index.php?path=0x4";   
    //Main Menu Item 4
	dqm__rollover_image4 = "img/menu/menu3_et5_5.gif" 
	dqm__rollover_wh4 = "88,25"
	dqm__url4 = "index.php?path=0x6";   
    //Main Menu Item 5
	dqm__rollover_image5 = "img/menu/menu3_et6_6_new.gif" 
	dqm__rollover_wh5 = "85,25"
	dqm__url5 = "index.php?path=0x1552";   
  




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

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
	dqm__sub_xy0 = "-108,25"
	dqm__sub_xy1 = "-106,25"
	dqm__sub_xy2 = "-86,25"
	dqm__sub_xy3 = "-115,25"
	dqm__sub_xy4 = "-88,25"
	dqm__sub_xy5 = "-85,25"

   
	dqm__sub_menu_width0 = 210
	dqm__sub_menu_width1 = 200
	dqm__sub_menu_width2 = 200
	dqm__sub_menu_width3 = 200
	dqm__sub_menu_width4 = 200
	dqm__sub_menu_width5 = 240


//menu items algus

dqm__sub_xy0_0	= "0,0"
dqm__sub_xy0_1	= "0,0"
dqm__sub_xy0_2	= "0,0"
dqm__sub_xy0_3	= "0,0"
dqm__sub_xy0_3_0	= "0,0"
dqm__sub_xy0_3_1	= "0,0"
dqm__sub_xy0_3_2	= "0,0"
dqm__sub_xy0_3_3	= "0,0"
dqm__sub_xy0_4	= "0,0"
dqm__sub_xy0_5	= "0,0"
dqm__sub_xy0_6	= "0,0"
dqm__sub_xy0_7	= "0,0"
dqm__sub_xy0_7_0	= "0,0"
dqm__sub_xy0_7_1	= "0,0"
dqm__sub_xy0_8	= "0,0"
dqm__sub_xy0_8_0	= "0,0"
dqm__sub_xy0_8_1	= "0,0"
dqm__sub_xy0_8_2	= "0,0"
dqm__sub_xy0_8_3	= "0,0"
dqm__sub_xy0_8_4	= "0,0"
dqm__sub_xy0_9	= "0,0"
dqm__sub_xy0_10	= "0,0"
dqm__sub_xy0_11	= "0,0"
dqm__sub_xy0_11_0	= "0,0"
dqm__sub_xy0_11_1	= "0,0"
dqm__sub_xy0_12	= "0,0"
dqm__sub_xy0_13	= "0,0"
dqm__sub_xy0_14	= "0,0"
dqm__sub_xy0_15	= "0,0"
dqm__sub_xy0_16	= "0,0"
dqm__sub_xy0_17	= "0,0"
dqm__sub_xy0_0	= "0,0"
dqm__sub_xy0_1	= "0,0"
dqm__sub_xy0_0	= "0,0"
dqm__sub_xy0_1	= "0,0"
dqm__sub_xy0_2	= "0,0"
dqm__sub_xy0_3	= "0,0"
dqm__sub_xy0_4	= "0,0"
dqm__sub_xy1_0	= "0,0"
dqm__sub_xy1_0_0	= "0,0"
dqm__sub_xy1_0_1	= "0,0"
dqm__sub_xy1_0_2	= "0,0"
dqm__sub_xy1_0_3	= "0,0"
dqm__sub_xy1_0_4	= "0,0"
dqm__sub_xy1_0_5	= "0,0"
dqm__sub_xy1_0_6	= "0,0"
dqm__sub_xy1_1	= "0,0"
dqm__sub_xy1_1_0	= "0,0"
dqm__sub_xy1_1_1	= "0,0"
dqm__sub_xy1_1_2	= "0,0"
dqm__sub_xy1_1_3	= "0,0"
dqm__sub_xy1_1_4	= "0,0"
dqm__sub_xy1_1_5	= "0,0"
dqm__sub_xy1_1_6	= "0,0"
dqm__sub_xy1_1_7	= "0,0"
dqm__sub_xy1_1_8	= "0,0"
dqm__sub_xy1_1_9	= "0,0"
dqm__sub_xy1_1_10	= "0,0"
dqm__sub_xy1_2	= "0,0"
dqm__sub_xy1_2_0	= "0,0"
dqm__sub_xy1_2_1	= "0,0"
dqm__sub_xy1_2_2	= "0,0"
dqm__sub_xy1_2_3	= "0,0"
dqm__sub_xy1_2_4	= "0,0"
dqm__sub_xy1_2_5	= "0,0"
dqm__sub_xy1_3	= "0,0"
dqm__sub_xy1_3_0	= "0,0"
dqm__sub_xy1_3_1	= "0,0"
dqm__sub_xy1_3_2	= "0,0"
dqm__sub_xy1_3_3	= "0,0"
dqm__sub_xy1_3_4	= "0,0"
dqm__sub_xy1_4	= "0,0"
dqm__sub_xy1_5	= "0,0"
dqm__sub_xy1_5_0	= "0,0"
dqm__sub_xy1_5_1	= "0,0"
dqm__sub_xy1_5_2	= "0,0"
dqm__sub_xy1_6	= "0,0"
dqm__sub_xy1_6_0	= "0,0"
dqm__sub_xy1_6_1	= "0,0"
dqm__sub_xy1_6_2	= "0,0"
dqm__sub_xy1_6_3	= "0,0"
dqm__sub_xy1_6_4	= "0,0"
dqm__sub_xy1_6_5	= "0,0"
dqm__sub_xy1_7	= "0,0"
dqm__sub_xy1_8	= "0,0"
dqm__sub_xy1_8_0	= "0,0"
dqm__sub_xy1_9	= "0,0"
dqm__sub_xy1_10	= "0,0"
dqm__sub_xy1_0	= "0,0"
dqm__sub_xy1_1	= "0,0"
dqm__sub_xy1_2	= "0,0"
dqm__sub_xy1_3	= "0,0"
dqm__sub_xy1_4	= "0,0"
dqm__sub_xy1_5	= "0,0"
dqm__sub_xy1_5_0	= "0,0"
dqm__sub_xy1_6	= "0,0"
dqm__sub_xy1_7	= "0,0"
dqm__sub_xy1_8	= "0,0"
dqm__sub_xy1_8_0	= "0,0"
dqm__sub_xy1_9	= "0,0"
dqm__sub_xy1_10	= "0,0"
dqm__sub_xy1_11	= "0,0"
dqm__sub_xy1_12	= "0,0"
dqm__sub_xy1_13	= "0,0"
dqm__sub_xy1_14	= "0,0"
dqm__sub_xy1_0	= "0,0"
dqm__sub_xy1_1	= "0,0"
dqm__sub_xy1_2	= "0,0"
dqm__sub_xy1_3	= "0,0"
dqm__sub_xy1_4	= "0,0"
dqm__sub_xy1_5	= "0,0"
dqm__sub_xy1_6	= "0,0"
dqm__sub_xy1_7	= "0,0"
dqm__sub_xy1_8	= "0,0"
dqm__sub_xy1_8_0	= "0,0"
dqm__sub_xy1_9	= "0,0"
dqm__sub_xy1_10	= "0,0"
dqm__sub_xy1_11	= "0,0"
dqm__sub_xy1_12	= "0,0"
dqm__sub_xy1_13	= "0,0"
dqm__sub_xy2_0	= "0,0"
dqm__sub_xy2_1	= "0,0"
dqm__sub_xy2_2	= "0,0"
dqm__sub_xy2_3	= "0,0"
dqm__sub_xy2_4	= "0,0"
dqm__sub_xy2_5	= "0,0"
dqm__sub_xy2_0	= "0,0"
dqm__sub_xy2_1	= "0,0"
dqm__sub_xy2_2	= "0,0"
dqm__sub_xy2_3	= "0,0"
dqm__sub_xy3_0	= "0,0"
dqm__sub_xy3_1	= "0,0"
dqm__sub_xy3_2	= "0,0"
dqm__sub_xy3_0	= "0,0"
dqm__sub_xy3_1	= "0,0"
dqm__sub_xy3_2	= "0,0"
dqm__sub_xy4_0	= "0,0"
dqm__sub_xy4_0	= "0,0"
dqm__sub_xy4_1	= "0,0"
dqm__sub_xy4_2	= "0,0"
dqm__sub_xy4_3	= "0,0"
dqm__sub_xy4_4	= "0,0"
dqm__sub_xy4_5	= "0,0"
dqm__sub_xy4_6	= "0,0"
dqm__sub_xy4_7	= "0,0"
dqm__sub_xy4_0	= "0,0"
dqm__sub_xy4_1	= "0,0"
dqm__sub_xy4_2	= "0,0"
dqm__sub_xy4_3	= "0,0"
dqm__sub_xy5_0	= "0,0"
dqm__sub_xy5_0	= "0,0"
dqm__sub_xy5_1	= "0,0"
dqm__sub_xy5_0	= "0,0"

// menu item

dqm__subdesc0_0 = "Kultuuriminister" 
dqm__2nd_icon_index0_0 = ""
dqm__hldesc0_0 = "Kultuuriminister"
dqm__url0_0 = "index.php?path=0x1x1146"

dqm__subdesc0_1 = "Personaalia" 
dqm__2nd_icon_index0_1 = ""
dqm__hldesc0_1 = "Personaalia"
dqm__url0_1 = "index.php?path=0x1x39"

dqm__subdesc0_2 = "Palgaandmed" 
dqm__2nd_icon_index0_2 = ""
dqm__hldesc0_2 = "Palgaandmed"
dqm__url0_2 = "index.php?path=0x1x1114"

dqm__subdesc0_3 = "Struktuur" 
dqm__2nd_icon_index0_3 = "0"
dqm__hldesc0_3 = "Struktuur"
dqm__url0_3 = "index.php?path=0x1x9"

dqm__subdesc0_3_0 = "Struktuuri skeem" 
dqm__2nd_icon_index0_3_0 = ""
dqm__hldesc0_3_0 = "Struktuuri skeem"
dqm__url0_3_0 = "index.php?path=0x1x9x221"

dqm__subdesc0_3_1 = "Osakonnad" 
dqm__2nd_icon_index0_3_1 = ""
dqm__hldesc0_3_1 = "Osakonnad"
dqm__url0_3_1 = "index.php?path=0x1x9x12"

dqm__subdesc0_3_2 = "Osakondade põhimäärused" 
dqm__2nd_icon_index0_3_2 = ""
dqm__hldesc0_3_2 = "Osakondade põhimäärused"
dqm__url0_3_2 = "index.php?path=0x1x9x640"

dqm__subdesc0_3_3 = "Vabad ametikohad" 
dqm__2nd_icon_index0_3_3 = ""
dqm__hldesc0_3_3 = "Vabad ametikohad"
dqm__url0_3_3 = "index.php?path=0x1x9x810"
ubdesc0_3_3 = "Vabad ametikohad"

dqm__subdesc0_3_4 = "Praktika Kultuuriministeeriumis"
dqm__2nd_icon_index0_3_4 = ""
dqm__hldesc0_3_4 = "Praktika Kultuuriministeeriumis"
dqm__url0_3_4 = "index.php?path=0x1x9x1868"
ubdesc0_3_4 = "Praktika Kultuuriministeeriumis"


dqm__subdesc0_4 = "Valitsemisala asutused" 
dqm__2nd_icon_index0_4 = ""
dqm__hldesc0_4 = "Valitsemisala asutused"
dqm__url0_4 = "index.php?path=0x1x784"

dqm__subdesc0_5 = "Sihtasutused ja aktsiaseltsid" 
dqm__2nd_icon_index0_5 = ""
dqm__hldesc0_5 = "Sihtasutused ja aktsiaseltsid"
dqm__url0_5 = "index.php?path=0x1x788"

dqm__subdesc0_6 = "Komisjonid ja töögrupid" 
dqm__2nd_icon_index0_6 = ""
dqm__hldesc0_6 = "Komisjonid ja töögrupid"
dqm__url0_6 = "index.php?path=0x1x40"

dqm__subdesc0_7 = "Programmid ja projektid" 
dqm__2nd_icon_index0_7 = "0"
dqm__hldesc0_7 = "Programmid ja projektid"
dqm__url0_7 = "index.php?path=0x1x44"

dqm__subdesc0_7_0 = "Eestis" 
dqm__2nd_icon_index0_7_0 = ""
dqm__hldesc0_7_0 = "Eestis"
dqm__url0_7_0 = "index.php?path=0x1x44x30"

dqm__subdesc0_7_1 = "Euroopa Liidus" 
dqm__2nd_icon_index0_7_1 = ""
dqm__hldesc0_7_1 = "Euroopa Liidus"
dqm__url0_7_1 = "index.php?path=0x1x44x34"

dqm__subdesc0_8 = "Dokumendid" 
dqm__2nd_icon_index0_8 = "0"
dqm__hldesc0_8 = "Dokumendid"
dqm__url0_8 = "index.php?path=0x1x17"

dqm__subdesc0_8_0 = "Dokumendiregister alates 26.06.07" 
dqm__2nd_icon_index0_8_0 = ""
dqm__hldesc0_8_0 = "Dokumendiregister alates 26.06.07"
dqm__url0_8_0 = "index.php?path=0x1x17x1367"

dqm__subdesc0_8_1 = "Kultuuriministeeriumi tööplaanid" 
dqm__2nd_icon_index0_8_1 = ""
dqm__hldesc0_8_1 = "Kultuuriministeeriumi tööplaanid"
dqm__url0_8_1 = "index.php?path=0x1x17x1807"

dqm__subdesc0_8_2 = "Dokumentide näidisloetelud" 
dqm__2nd_icon_index0_8_2 = ""
dqm__hldesc0_8_2 = "Dokumentide näidisloetelud"
dqm__url0_8_2 = "index.php?path=0x1x17x562"

dqm__subdesc0_9 = "Kultuuriministeeriumi arengukavad" 
dqm__2nd_icon_index0_9 = ""
dqm__hldesc0_9 = "Kultuuriministeeriumi arengukavad"
dqm__url0_9 = "index.php?path=0x1x1263"

dqm__subdesc0_10 = "Toetuste taotluste ja aruannete vormid" 
dqm__2nd_icon_index0_10 = ""
dqm__hldesc0_10 = "Toetuste taotluste ja aruannete vormid"
dqm__url0_10 = "index.php?path=0x1x796"

dqm__subdesc0_11 = "Eelarved" 
dqm__2nd_icon_index0_11 = "0"
dqm__hldesc0_11 = "Eelarved"
dqm__url0_11 = "index.php?path=0x1x56"

dqm__subdesc0_11_0 = "Eelarve vormid" 
dqm__2nd_icon_index0_11_0 = ""
dqm__hldesc0_11_0 = "Eelarve vormid"
dqm__url0_11_0 = "index.php?path=0x1x56x1340"

dqm__subdesc0_11_1 = "RES 2009-2012 vormid" 
dqm__2nd_icon_index0_11_1 = ""
dqm__hldesc0_11_1 = "RES 2009-2012 vormid"
dqm__url0_11_1 = "index.php?path=0x1x56x1471"

dqm__subdesc0_12 = "Investeeringud" 
dqm__2nd_icon_index0_12 = ""
dqm__hldesc0_12 = "Investeeringud"
dqm__url0_12 = "index.php?path=0x1x727"

dqm__subdesc0_13 = "Raha ja vara" 
dqm__2nd_icon_index0_13 = ""
dqm__hldesc0_13 = "Raha ja vara"
dqm__url0_13 = "index.php?path=0x1x1043"

dqm__subdesc0_14 = "Sisekontroll ja siseaudit" 
dqm__2nd_icon_index0_14 = ""
dqm__hldesc0_14 = "Sisekontroll ja siseaudit"
dqm__url0_14 = "index.php?path=0x1x370"

dqm__subdesc0_15 = "Kriisireguleerimine" 
dqm__2nd_icon_index0_15 = ""
dqm__hldesc0_15 = "Kriisireguleerimine"
dqm__url0_15 = "index.php?path=0x1x1231"

dqm__subdesc0_16 = "Uuringud" 
dqm__2nd_icon_index0_16 = ""
dqm__hldesc0_16 = "Uuringud"
dqm__url0_16 = "index.php?path=0x1x917"

dqm__subdesc0_17 = "Palgaalammäära ja palgatingimuste kokkulepped" 
dqm__2nd_icon_index0_17 = ""
dqm__hldesc0_17 = "Palgaalammäära ja palgatingimuste kokkulepped"
dqm__url0_17 = "index.php?path=0x1x1323"

dqm__subdesc1_0 = "Kultuuriväärtused" 
dqm__2nd_icon_index1_0 = "0"
dqm__hldesc1_0 = "Kultuuriväärtused"
dqm__url1_0 = "index.php?path=0x2x213"

dqm__subdesc1_0_0 = "Kultuuriväärtuste valdkonna üldinfo" 
dqm__2nd_icon_index1_0_0 = ""
dqm__hldesc1_0_0 = "Kultuuriväärtuste valdkonna üldinfo"
dqm__url1_0_0 = "index.php?path=0x2x213x214"

dqm__subdesc1_0_1 = "Muinsuskaitse" 
dqm__2nd_icon_index1_0_1 = ""
dqm__hldesc1_0_1 = "Muinsuskaitse"
dqm__url1_0_1 = "index.php?path=0x2x213x1339"

dqm__subdesc1_0_2 = "Muuseumid" 
dqm__2nd_icon_index1_0_2 = ""
dqm__hldesc1_0_2 = "Muuseumid"
dqm__url1_0_2 = "index.php?path=0x2x213x790"

dqm__subdesc1_0_3 = "Raamatukogud" 
dqm__2nd_icon_index1_0_3 = ""
dqm__hldesc1_0_3 = "Raamatukogud"
dqm__url1_0_3 = "index.php?path=0x2x213x71"

dqm__subdesc1_0_4 = "Rahvakultuur" 
dqm__2nd_icon_index1_0_4 = ""
dqm__hldesc1_0_4 = "Rahvakultuur"
dqm__url1_0_4 = "index.php?path=0x2x213x65"

dqm__subdesc1_0_5 = "Kultuuripärandi digiteerimine" 
dqm__2nd_icon_index1_0_5 = ""
dqm__hldesc1_0_5 = "Kultuuripärandi digiteerimine"
dqm__url1_0_5 = "index.php?path=0x2x213x922"

dqm__subdesc1_0_6 = "Viited" 
dqm__2nd_icon_index1_0_6 = ""
dqm__hldesc1_0_6 = "Viited"
dqm__url1_0_6 = "index.php?path=0x2x213x569"

dqm__subdesc1_1 = "Kaunid kunstid" 
dqm__2nd_icon_index1_1 = "0"
dqm__hldesc1_1 = "Kaunid kunstid"
dqm__url1_1 = "index.php?path=0x2x59"

//dqm__subdesc1_1_0 = "Rahvakultuur" 
//dqm__2nd_icon_index1_1_0 = ""
//dqm__hldesc1_1_0 = "Rahvakultuur"
//dqm__url1_1_0 = "index.php?path=0x2x59x65"

dqm__subdesc1_1_0 = "Kunst" 
dqm__2nd_icon_index1_1_0 = ""
dqm__hldesc1_1_0 = "Kunst"
dqm__url1_1_0 = "index.php?path=0x2x59x66"

dqm__subdesc1_1_1 = "Kirjandus" 
dqm__2nd_icon_index1_1_1 = ""
dqm__hldesc1_1_1 = "Kirjandus"
dqm__url1_1_1 = "index.php?path=0x2x59x777"

dqm__subdesc1_1_2 = "Teater" 
dqm__2nd_icon_index1_1_2 = ""
dqm__hldesc1_1_2 = "Teater"
dqm__url1_1_2 = "index.php?path=0x2x59x68"

dqm__subdesc1_1_3 = "Filmikunst" 
dqm__2nd_icon_index1_1_3 = ""
dqm__hldesc1_1_3 = "Filmikunst"
dqm__url1_1_3 = "index.php?path=0x2x59x69"

dqm__subdesc1_1_4 = "Muusika" 
dqm__2nd_icon_index1_1_4 = ""
dqm__hldesc1_1_4 = "Muusika"
dqm__url1_1_4 = "index.php?path=0x2x59x72"

dqm__subdesc1_1_5 = "Arhitektuur" 
dqm__2nd_icon_index1_1_5 = ""
dqm__hldesc1_1_5 = "Arhitektuur"
dqm__url1_1_5 = "index.php?path=0x2x59x1378"

dqm__subdesc1_1_6 = "Loomeliidud" 
dqm__2nd_icon_index1_1_6 = ""
dqm__hldesc1_1_6 = "Loomeliidud"
dqm__url1_1_6 = "index.php?path=0x2x59x1047"

dqm__subdesc1_1_7 = "Viited" 
dqm__2nd_icon_index1_1_7 = ""
dqm__hldesc1_1_7 = "Viited"
dqm__url1_1_7 = "index.php?path=0x2x59x74"

dqm__subdesc1_1_8 = "Riigi kultuuristipendiumid" 
dqm__2nd_icon_index1_1_8 = ""
dqm__hldesc1_1_8 = "Riigi kultuuristipendiumid"
dqm__url1_1_8 = "index.php?path=0x2x59x1348"

dqm__subdesc1_1_9 = "Riiklikud kultuuripreemiad" 
dqm__2nd_icon_index1_1_9 = ""
dqm__hldesc1_1_9 = "Riiklikud kultuuripreemiad"
dqm__url1_1_9 = "index.php?path=0x2x59x797"

dqm__subdesc1_2 = "Meedia" 
dqm__2nd_icon_index1_2 = "0"
dqm__hldesc1_2 = "Meedia"
dqm__url1_2 = "index.php?path=0x2x60"

//dqm__subdesc1_2_0 = "Ringhäälinguload" 
//dqm__2nd_icon_index1_2_0 = ""
//dqm__hldesc1_2_0 = "Ringhäälinguload"
//dqm__url1_2_0 = "index.php?path=0x2x60x84"

dqm__subdesc1_2_0 = "Meediateenuse osutamise load" 
dqm__2nd_icon_index1_2_0 = ""
dqm__hldesc1_2_0 = "Meediateenuse osutamise load"
dqm__url1_2_0 = "index.php?path=0x2x60x86"

dqm__subdesc1_2_1 = "Seadusandlus" 
dqm__2nd_icon_index1_2_1 = ""
dqm__hldesc1_2_1 = "Seadusandlus"
dqm__url1_2_1 = "index.php?path=0x2x60x88"

dqm__subdesc1_2_2 = "Viited" 
dqm__2nd_icon_index_1_2_2 = ""
dqm__hldesc1_2_2 = "Viited"
dqm__url1_2_2 = "index.php?path=0x2x60x89"

dqm__subdesc1_2_3 = "Meedia valdkonna töörühmad" 
dqm__2nd_icon_index1_2_3 = ""
dqm__hldesc1_2_3 = "Meedia valdkonna töörühmad"
dqm__url1_2_3 = "index.php?path=0x2x60x336"

dqm__subdesc1_3 = "Autoriõigus" 
dqm__2nd_icon_index1_3 = ""
dqm__hldesc1_3 = "Autoriõigus"
dqm__url1_3 = "index.php?path=0x2x61"

//dqm__subdesc1_3_0 = "Euroopa Liidu õigusaktid ja rahvusvahelised lepingud" 
//dqm__2nd_icon_index1_3_0 = ""
//dqm__hldesc1_3_0 = "Euroopa Liidu õigusaktid ja rahvusvahelised lepingud"
//dqm__url1_3_0 = "index.php?path=0x2x61x91"

//dqm__subdesc1_3_1 = "Eesti õigusaktid" 
//dqm__2nd_icon_index1_3_1 = ""
//dqm__hldesc1_3_1 = "Eesti õigusaktid"
//dqm__url1_3_1 = "index.php?path=0x2x61x92"

//dqm__subdesc1_3_2 = "Viited" 
//dqm__2nd_icon_index1_3_2 = ""
//dqm__hldesc1_3_2 = "Viited"
//dqm__url1_3_2 = "index.php?path=0x2x61x93"

//dqm__subdesc1_3_3 = "Kohtulahendid" 
//dqm__2nd_icon_index1_3_3 = ""
//dqm__hldesc1_3_3 = "Kohtulahendid"
//dqm__url1_3_3 = "index.php?path=0x2x61x1224"

//dqm__subdesc1_3_4 = "Autoriõiguse asjatundjate komisjon" 
//dqm__2nd_icon_index1_3_4 = ""
//dqm__hldesc1_3_4 = "Autoriõiguse asjatundjate komisjon"
//dqm__url1_3_4 = "index.php?path=0x2x61x436"

dqm__subdesc1_4 = "Euroopa Liit" 
dqm__2nd_icon_index1_4 = ""
dqm__hldesc1_4 = "Euroopa Liit"
dqm__url1_4 = "index.php?path=0x2x64"

dqm__subdesc1_5 = "Välissuhted" 
dqm__2nd_icon_index1_5 = "0"
dqm__hldesc1_5 = "Välissuhted"
dqm__url1_5 = "index.php?path=0x2x63"

dqm__subdesc1_5_0 = "Välislepingud" 
dqm__2nd_icon_index1_5_0 = ""
dqm__hldesc1_5_0 = "Välislepingud"
dqm__url1_5_0 = "index.php?path=0x2x63x1054"

dqm__subdesc1_5_1 = "Välisviited" 
dqm__2nd_icon_index1_5_1 = ""
dqm__hldesc1_5_1 = "Välisviited"
dqm__url1_5_1 = "index.php?path=0x2x63x104"

dqm__subdesc1_5_2 = "Eesti kultuur maailmas" 
dqm__2nd_icon_index1_5_2 = ""
dqm__hldesc1_5_2 = "Eesti kultuur maailmas"
dqm__url1_5_2 = "index.php?path=0x2x63x1479"

dqm__subdesc1_6 = "Sport" 
dqm__2nd_icon_index1_6 = "0"
dqm__hldesc1_6 = "Sport"
dqm__url1_6 = "index.php?path=0x2x360"

dqm__subdesc1_6_0 = "Sport (üldinfo)" 
dqm__2nd_icon_index1_6_0 = ""
dqm__hldesc1_6_0 = "Sport (üldinfo)"
dqm__url1_6_0 = "index.php?path=0x2x360x359"

dqm__subdesc1_6_1 = "Seadusandlus" 
dqm__2nd_icon_index1_6_1 = ""
dqm__hldesc1_6_1 = "Seadusandlus"
dqm__url1_6_1 = "index.php?path=0x2x360x96"

dqm__subdesc1_6_2 = "Riiklikud sporditoetused, -stipendiumid, -preemiad, -investeeringud" 
dqm__2nd_icon_index1_6_2 = ""
dqm__hldesc1_6_2 = "Riiklikud sporditoetused, -stipendiumid, -preemiad, -investeeringud"
dqm__url1_6_2 = "index.php?path=0x2x360x94"

dqm__subdesc1_6_3 = "Programmid ja projektid" 
dqm__2nd_icon_index1_6_3 = ""
dqm__hldesc1_6_3 = "Programmid ja projektid"
dqm__url1_6_3 = "index.php?path=0x2x360x960"

dqm__subdesc1_6_4 = "Rahvusvaheline spordiinformatsioon" 
dqm__2nd_icon_index1_6_4 = ""
dqm__hldesc1_6_4 = "Rahvusvaheline spordiinformatsioon"
dqm__url1_6_4 = "index.php?path=0x2x360x962"

dqm__subdesc1_6_5 = "Statistika ja aruandevormid" 
dqm__2nd_icon_index1_6_5 = ""
dqm__hldesc1_6_5 = "Statistika ja aruandevormid"
dqm__url1_6_5 = "index.php?path=0x2x360x970"

dqm__subdesc1_7 = "Infotehnoloogia" 
dqm__2nd_icon_index1_7 = ""
dqm__hldesc1_7 = "Infotehnoloogia"
dqm__url1_7 = "index.php?path=0x2x923"

dqm__subdesc1_8 = "Kultuuriline mitmekesisus ja lõimumine" 
dqm__2nd_icon_index1_8 = "0"
dqm__hldesc1_8 = "Kultuuriline mitmekesisus"
dqm__url1_8 = "index.php?path=0x2x1424"

dqm__subdesc1_8_0 = "Eesti seltsid välismaal" 
dqm__2nd_icon_index1_8_0 = ""
dqm__hldesc1_8_0 = "Eesti seltsid välismaal"
dqm__url1_8_0 = "index.php?path=0x2x1424x163"

dqm__subdesc1_9 = "Loomemajandus" 
dqm__2nd_icon_index1_9 = ""
dqm__hldesc1_9 = "Loomemajandus"
dqm__url1_9 = "index.php?path=0x2x1239"



dqm__subdesc2_0 = "Uudised" 
dqm__2nd_icon_index2_0 = ""
dqm__hldesc2_0 = "Uudised"
dqm__url2_0 = "index.php?path=0x5x124"

dqm__subdesc2_1 = "Teated" 
dqm__2nd_icon_index2_1 = ""
dqm__hldesc2_1 = "Teated"
dqm__url2_1 = "index.php?path=0x5x122"

dqm__subdesc2_2 = "Nädalainfo" 
dqm__2nd_icon_index2_2 = ""
dqm__hldesc2_2 = "Nädalainfo"
dqm__url2_2 = "index.php?path=0x5x123"

dqm__subdesc2_3 = "Ministri kõned ja artiklid" 
dqm__2nd_icon_index2_3 = ""
dqm__hldesc2_3 = "Ministri kõned ja artiklid"
dqm__url2_3 = "index.php?path=0x5x125"

dqm__subdesc2_4 = "Kodulehe uuendused" 
dqm__2nd_icon_index2_4 = ""
dqm__hldesc2_4 = "Kodulehe uuendused"
dqm__url2_4 = "index.php?path=0x5x126"

dqm__subdesc2_5 = "kultuur.info" 
dqm__2nd_icon_index2_5 = ""
dqm__hldesc2_5 = "kultuur.info"
dqm__url2_5 = "index.php?path=0x5x1232"

dqm__subdesc3_0 = "eÕigus : õigusaktide eelnõud" 
dqm__2nd_icon_index3_0 = ""
dqm__hldesc3_0 = "eÕigus : õigusaktide eelnõud"
dqm__url3_0 = "index.php?path=0x4x676"

dqm__subdesc3_1 = "Kultuuriseadused" 
dqm__2nd_icon_index3_1 = ""
dqm__hldesc3_1 = "Kultuuriseadused"
dqm__url3_1 = "index.php?path=0x4x8"

dqm__subdesc3_2 = "Haldusala asutuste põhimäärused" 
dqm__2nd_icon_index3_2 = ""
dqm__hldesc3_2 = "Haldusala asutuste põhimäärused"
dqm__url3_2 = "index.php?path=0x4x656"

dqm__subdesc4_0 = "Kontaktandmed" 
dqm__2nd_icon_index4_0 = ""
dqm__hldesc4_0 = "Kontaktandmed"
dqm__url4_0 = "index.php?path=0x6x107"

dqm__subdesc4_1 = "Personaalia" 
dqm__2nd_icon_index4_1 = ""
dqm__hldesc4_1 = "Personaalia"
dqm__url4_1 = "index.php?path=0x6x824"

dqm__subdesc4_2 = "Tagasiside" 
dqm__2nd_icon_index4_2 = ""
dqm__hldesc4_2 = "Tagasiside"
dqm__url4_2 = "index.php?path=0x6x108"

dqm__subdesc4_3 = "Asukoha kaart" 
dqm__2nd_icon_index4_3 = ""
dqm__hldesc4_3 = "Asukoha kaart"
dqm__url4_3 = "index.php?path=0x6x111"

dqm__subdesc4_4 = "Hoone ja ajalugu" 
dqm__2nd_icon_index4_4 = ""
dqm__hldesc4_4 = "Hoone ja ajalugu"
dqm__url4_4 = "index.php?path=0x6x1351"

dqm__subdesc4_5 = "Teabenõudevorm" 
dqm__2nd_icon_index4_5 = ""
dqm__hldesc4_5 = "Teabenõudevorm"
dqm__url4_5 = "index.php?path=0x6x218"

dqm__subdesc4_6 = "Kultuuriministeeriumi LOGO" 
dqm__2nd_icon_index4_6 = ""
dqm__hldesc4_6 = "Kultuuriministeeriumi LOGO"
dqm__url4_6 = "index.php?path=0x6x607"

dqm__subdesc4_7 = "Ministri vastuvõtuajad" 
dqm__2nd_icon_index4_7 = ""
dqm__hldesc4_7 = "Ministri vastuvõtuajad"
dqm__url4_7 = "index.php?path=0x6x1102"

dqm__subdesc5_0 = "Rahastus" 
dqm__2nd_icon_index5_0 = ""
dqm__hldesc5_0 = "Rahastus"
dqm__url5_0 = "index.php?path=0x7x1552"

dqm__subdesc5_1 = "Kultuuriministeeriumi programmid" 
dqm__2nd_icon_index5_1 = ""
dqm__hldesc5_1 = "Kultuuriministeeriumi programmid"
dqm__url5_1 = "index.php?path=0x7x1569"

dqm__subdesc5_2 = "Kultuurkapital" 
dqm__2nd_icon_index5_2 = ""
dqm__hldesc5_2 = "Kultuurkapital"
dqm__url5_2 = "index.php?path=0x7x1570"

dqm__subdesc5_3 = "Hasartmängumaksu Nõukogu" 
dqm__2nd_icon_index5_3 = ""
dqm__hldesc5_3 = "Hasartmängumaksu Nõukogu"
dqm__url5_3 = "index.php?path=0x7x1571"

dqm__subdesc5_4 = "Lõimumisprogrammid" 
dqm__2nd_icon_index5_4 = ""
dqm__hldesc5_4 = "Lõimumisprogrammid"
dqm__url5_4 = "index.php?path=0x7x1572"

dqm__subdesc5_5 = "Euroopa Ühenduse programmid" 
dqm__2nd_icon_index5_5 = ""
dqm__hldesc5_5 = "Euroopa Ühenduse programmid"
dqm__url5_5 = "index.php?path=0x7x1573"

dqm__subdesc5_6 = "Põhja-Balti mobiilsusprogramm" 
dqm__2nd_icon_index5_6 = ""
dqm__hldesc5_6 = "Põhja-Balti mobiilsusprogramm"
dqm__url5_6 = "index.php?path=0x7x1574"

dqm__subdesc5_7 = "Euroopa territoriaalse koostöö programmid" 
dqm__2nd_icon_index5_7 = ""
dqm__hldesc5_7 = "Euroopa territoriaalse koostöö programmid"
dqm__url5_7 = "index.php?path=0x7x1575"

dqm__subdesc5_8 = "Regionaalarenguprogrammid" 
dqm__2nd_icon_index5_8 = ""
dqm__hldesc5_8 = "Regionaalarenguprogrammid"
dqm__url5_8 = "index.php?path=0x7x1576"

dqm__subdesc5_9 = "Eksporditoetused" 
dqm__2nd_icon_index5_9 = ""
dqm__hldesc5_9 = "Eksporditoetused"
dqm__url5_9 = "index.php?path=0x7x1577"

dqm__subdesc5_10 = "Külaelu arendamise programmid" 
dqm__2nd_icon_index5_10 = ""
dqm__hldesc5_10 = "Külaelu arendamise programmid"
dqm__url5_10 = "index.php?path=0x7x1578"

dqm__subdesc5_11 = "Muud allikad" 
dqm__2nd_icon_index5_11 = ""
dqm__hldesc5_11 = "Muud allikad"
dqm__url5_11 = "index.php?path=0x7x1579"
/* ----------------------------------- */

