



//**** Visual QuickMenu Pro, (c) 2003, OpenCube Inc.,  -  www.opencube.com ****

	limit_multiple_users = true
	restrict_access = true
	sequence = '9x44_5'


    //Relative positioned icon images (flow with main menu or sub item text)

	dqm__icon_image0 = vqm__imagebase+"tdqm_pixel.gif"
	dqm__icon_rollover0 = vqm__imagebase+"tdqm_pixel.gif"
	dqm__icon_image_wh0 = "1,1"

	dqm__icon_image1 = vqm__imagebase+"arrow_3redp.gif"
	dqm__icon_rollover1 = vqm__imagebase+"arrow_3red_hlp.gif"
	dqm__icon_image_wh1 = "9,9"

	dqm__icon_image2 = vqm__imagebase+"bullet.gif"
	dqm__icon_rollover2 = vqm__imagebase+"bullet_rollover.gif"
	dqm__icon_image_wh2 = "12,8"



    //Absolute positioned icon images (coordinate positioned)

	dqm__second_icon_image0 = vqm__imagebase+"arrow_gray.gif"
	dqm__second_icon_rollover0 = vqm__imagebase+"arrow_gray.gif"
	dqm__second_icon_image_wh0 = "13,10"
	dqm__second_icon_image_xy0 = "0,4"

	dqm__second_icon_image1 = vqm__imagebase+"arrow_3redp.gif"
	dqm__second_icon_rollover1 = vqm__imagebase+"arrow_3red_hlp.gif"
	dqm__second_icon_image_wh1 = "9,9"
	dqm__second_icon_image_xy1 = "0,4"




/**********************************************************************************************

                              Main Menu Settings

**********************************************************************************************/



/*---------------------------------------------
Main Item Widths and Heights
---------------------------------------------*/


	dqm__main_width = 100				//default main item widths
	dqm__main_height = 14				//default main item heights


/*---------------------------------------------
Main Menu Borders Dividers and Layout
---------------------------------------------*/


	dqm__main_horizontal = true				//align menu bar horizontally or vertically
	dqm__main_border_width = 0				//the thickness of the border in pixels
	dqm__main_use_dividers = true			//Optionally use a divider between each main menu item
	dqm__main_item_gap = 4					//the gap between main menu items in pixels
	dqm__align_items_bottom_and_right = true	//Main item alignment


/*---------------------------------------------
Main Menu Colors
---------------------------------------------*/
	dqm__main_bgcolor = "transparent"		//Main Background Color
	dqm__main_hl_bgcolor = "transparent"	//Main Rollover Background Color
	dqm__main_textcolor = '#FFFFFF'			//Main Text Color
	dqm__main_hl_textcolor = '#752F79'		//Main Rollover Text Color
	dqm__main_border_color = "transparent"	//HEX color or set width to 0 for no borders



/*---------------------------------------------
Main Menu Font Settings
---------------------------------------------*/


	dqm__main_fontfamily = "Verdana"		//Any available system font
	dqm__main_fontsize = 11 				//Defined with pixel sizing 
	dqm__main_textdecoration = "none"		//set to: 'none', or 'underline'
	dqm__main_fontweight = "bold"			//set to: 'normal', or 'bold'
	dqm__main_fontstyle = "normal"			//set to: 'normal', or 'italic


    //Rollover Effect

	dqm__main_hl_textdecoration = "none"	//set to: 'none', or 'underline'


/*---------------------------------------------
Main Menu Margins and Text Alignment
---------------------------------------------*/


	dqm__main_text_alignment = "center"		//set to: 'left', 'center' or 'right
	dqm__main_margin_top = 1
	dqm__main_margin_bottom = 1
	dqm__main_margin_left = 1
	dqm__main_margin_right = 1


/**********************************************************************************************

                     Sub Menu Settings

**********************************************************************************************/


/*---------------------------------------------
Colors, Borders, Dividers, and more...
---------------------------------------------*/


	dqm__sub_menu_width = 200			//default sub menu widths
	dqm__sub_xy = "-100,18"				//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				//Border thickness of all sub menus, value > 0
	dqm__divider_height = 1				//Divider height between all sub menu items. Same color as border.
	dqm__border_color = "#BD87C0"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#DAD0DB"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#DAD0DB"			//Hex color or 'transparent'

	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 = '#FFFFFF'       	//Hex color value.
	dqm__fontfamily = "Verdana"			//Any available system font.
	dqm__fontsize = 11					//Defined with pixel sizing.
	dqm__fontsize_ie4 = 11				//Defined with point sizing.
	dqm__textdecoration = "none"		//set to: 'normal', or 'underline'
	dqm__fontweight = "bold"			//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"			//set to: 'normal', or 'italic'


    //Rollover font settings

	dqm__hl_textcolor = '#9A4D9F'				//Rollover text color
	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 = 2
	dqm__margin_left = 5
	dqm__margin_right = 4


/*---------------------------------------------
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 = 0.4
	dqm__sub_item_effect_duration = 0.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 = "transparent"			//Hex value or 'transparent'
	dqm__dropshadow_offx = 1				//drop shadow width
	dqm__dropshadow_offy = 1				//drop shadow height


/*---------------------------------------------
Browser Bug fixes and Workarounds
---------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.

	dqm__ie4mac_offset_x = -10
	dqm__ie4mac_offset_Y = -45


    //Netscape 4 resize bug workaround.

	dqm__nn4_reaload_after_resize = true
	dqm__nn4_resize_prompt_user = false
	dqm__nn4_resize_prompt_message = "NN4 - Custom Alert Message"


    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = true


    //Pre-defined sub menu item heights for the Espial Escape browser. May be indexed.

	dqm__escape_item_height = 20


/*---------------------------------------------
Exposed menu events
---------------------------------------------*/


    //Reference additional onload statements here.
	//dqm__onload_code = "initPage();"


    //X = Sub menu group index, XX = Item index

	//dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	//dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	//dqm__clickitem_codeXX = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Menu Settings
---------------------------------------------*/
 
	
//Main Menu 0
dqm__maindesc0 = "|&nbsp;CONAMU&nbsp;| " 
dqm__main_width0 = 80
dqm__micon_index0 = 0 
dqm__url0 = "/CONAMU/portal/main.do?sectionCode=6" 
//Sub Menu 0
dqm__sub_xy0 = "-80,19" 
dqm__subdesc0_0 = "¿Quiénes somos?" 
dqm__icon_index0_0 = 2 
dqm__url0_0 = "/CONAMU/portal/main.do?sectionCode=14" 
dqm__second_icon_index0_0 = 1 
//Sub Menu 0_0
dqm__sub_xy0_0 = "0,0" 
dqm__subdesc0_0_0 = "Autoridades" 
dqm__icon_index0_0_0 = 2 
dqm__url0_0_0 = "/CONAMU/portal/main.do?sectionCode=25" 
dqm__subdesc0_0_1 = "Marco Jurídico" 
dqm__icon_index0_0_1 = 2 
dqm__url0_0_1 = "/CONAMU/portal/main.do?sectionCode=26" 
dqm__subdesc0_0_2 = "Directorio" 
dqm__icon_index0_0_2 = 2 
dqm__url0_0_2 = "/CONAMU/portal/main.do?sectionCode=57" 
dqm__subdesc0_0_3 = "Reglamentos Internos" 
dqm__icon_index0_0_3 = 2 
dqm__url0_0_3 = "/CONAMU/portal/main.do?sectionCode=126" 
dqm__second_icon_index0_0_3 = 1 
//Sub Menu 0_0_3
dqm__sub_xy0_0_3 = "0,0" 
dqm__subdesc0_0_3_0 = "Reglamento de viáticos" 
dqm__icon_index0_0_3_0 = 2 
dqm__url0_0_3_0 = "/CONAMU/portal/main.do?sectionCode=127" 
dqm__subdesc0_0_3_1 = "Reglamento de pasantías" 
dqm__icon_index0_0_3_1 = 2 
dqm__url0_0_3_1 = "/CONAMU/portal/main.do?sectionCode=133" 
dqm__subdesc0_0_3_2 = "Reglamento de contrataciones" 
dqm__icon_index0_0_3_2 = 2 
dqm__url0_0_3_2 = "/CONAMU/portal/main.do?sectionCode=134" 
dqm__subdesc0_0_3_3 = "Reglamento de control de bienes" 
dqm__icon_index0_0_3_3 = 2 
dqm__url0_0_3_3 = "/CONAMU/portal/main.do?sectionCode=135" 
dqm__subdesc0_0_3_4 = "Reglamento de transferencia de recursos" 
dqm__icon_index0_0_3_4 = 2 
dqm__url0_0_3_4 = "/CONAMU/portal/main.do?sectionCode=136" 
dqm__subdesc0_0_3_5 = "Reglamento de Convenios" 
dqm__icon_index0_0_3_5 = 2 
dqm__url0_0_3_5 = "/CONAMU/portal/main.do?sectionCode=137" 
dqm__subdesc0_0_3_6 = "Reglamento disciplinario" 
dqm__icon_index0_0_3_6 = 2 
dqm__url0_0_3_6 = "/CONAMU/portal/main.do?sectionCode=138" 
dqm__subdesc0_0_4 = "Manuales" 
dqm__icon_index0_0_4 = 2 
dqm__url0_0_4 = "/CONAMU/portal/main.do?sectionCode=132" 
dqm__subdesc0_1 = "Estructura Organizacional" 
dqm__icon_index0_1 = 2 
dqm__url0_1 = "/CONAMU/portal/main.do?sectionCode=27" 
dqm__subdesc0_2 = "Soporte Institucional" 
dqm__icon_index0_2 = 2 
dqm__url0_2 = "/CONAMU/portal/main.do?sectionCode=28" 
dqm__subdesc0_3 = "Contáctanos" 
dqm__icon_index0_3 = 2 
dqm__url0_3 = "/CONAMU/portal/main.do?sectionCode=31" 
//Main Menu 1
dqm__maindesc1 = "¿Qué hacemos?&nbsp;| " 
dqm__main_width1 = 120
dqm__micon_index1 = 0 
dqm__url1 = "/CONAMU/portal/main.do?sectionCode=7" 
//Sub Menu 1
dqm__sub_xy1 = "-120,19" 
dqm__subdesc1_0 = "Documentos" 
dqm__icon_index1_0 = 2 
dqm__url1_0 = "/CONAMU/portal/main.do?sectionCode=190" 
dqm__subdesc1_1 = "Convenios" 
dqm__icon_index1_1 = 2 
dqm__url1_1 = "/CONAMU/portal/main.do?sectionCode=18" 
dqm__subdesc1_2 = "Líneas de acción -  Misión y Visión" 
dqm__icon_index1_2 = 2 
dqm__url1_2 = "/CONAMU/portal/main.do?sectionCode=19" 
dqm__second_icon_index1_2 = 1 
//Sub Menu 1_2
dqm__sub_xy1_2 = "0,0" 
dqm__subdesc1_2_0 = "Estrategia Institucional" 
dqm__icon_index1_2_0 = 2 
dqm__url1_2_0 = "/CONAMU/portal/main.do?sectionCode=59" 
dqm__second_icon_index1_2_0 = 1 
//Sub Menu 1_2_0
dqm__sub_xy1_2_0 = "0,0" 
dqm__subdesc1_2_0_0 = "Plan de igualdad de oportunidades" 
dqm__icon_index1_2_0_0 = 2 
dqm__url1_2_0_0 = "/CONAMU/portal/main.do?sectionCode=60" 
dqm__subdesc1_2_0_1 = "Sistema territorial descentralizado" 
dqm__icon_index1_2_0_1 = 2 
dqm__url1_2_0_1 = "/CONAMU/portal/main.do?sectionCode=61" 
dqm__subdesc1_2_0_2 = "Estrategia institucional" 
dqm__icon_index1_2_0_2 = 2 
dqm__url1_2_0_2 = "/CONAMU/portal/main.do?sectionCode=62" 
dqm__subdesc1_3 = "Cobertura" 
dqm__icon_index1_3 = 2 
dqm__url1_3 = "/CONAMU/portal/main.do?sectionCode=32" 
//Main Menu 2
dqm__maindesc2 = "Derechos de las Mujeres&nbsp;| " 
dqm__main_width2 = 180
dqm__micon_index2 = 0 
dqm__url2 = "/CONAMU/portal/main.do?sectionCode=8" 
//Sub Menu 2
dqm__sub_xy2 = "-180,19" 
dqm__subdesc2_0 = "Leyes pro Defensa de las Mujeres" 
dqm__icon_index2_0 = 2 
dqm__url2_0 = "/CONAMU/portal/main.do?sectionCode=142" 
dqm__second_icon_index2_0 = 1 
//Sub Menu 2_0
dqm__sub_xy2_0 = "0,0" 
dqm__subdesc2_0_0 = "Leyes" 
dqm__icon_index2_0_0 = 2 
dqm__url2_0_0 = "/CONAMU/portal/main.do?sectionCode=143" 
dqm__second_icon_index2_0_0 = 1 
//Sub Menu 2_0_0
dqm__sub_xy2_0_0 = "0,0" 
dqm__subdesc2_0_0_0 = "Leyes Sociales" 
dqm__icon_index2_0_0_0 = 2 
dqm__url2_0_0_0 = "/CONAMU/portal/main.do?sectionCode=145" 
dqm__subdesc2_0_0_1 = "Leyes Económicas" 
dqm__icon_index2_0_0_1 = 2 
dqm__url2_0_0_1 = "/CONAMU/portal/main.do?sectionCode=146" 
dqm__subdesc2_0_0_2 = "Leyes Políticas" 
dqm__icon_index2_0_0_2 = 2 
dqm__url2_0_0_2 = "/CONAMU/portal/main.do?sectionCode=147" 
dqm__subdesc2_0_1 = "Reglamentos de aplicación a las leyes" 
dqm__icon_index2_0_1 = 2 
dqm__url2_0_1 = "/CONAMU/portal/main.do?sectionCode=144" 
dqm__subdesc2_1 = "Legislación" 
dqm__icon_index2_1 = 2 
dqm__url2_1 = "/CONAMU/portal/main.do?sectionCode=30" 
dqm__second_icon_index2_1 = 1 
//Sub Menu 2_1
dqm__sub_xy2_1 = "0,0" 
dqm__subdesc2_1_0 = "Constitución Política del Ecuador en materia de Genero" 
dqm__icon_index2_1_0 = 2 
dqm__url2_1_0 = "/CONAMU/portal/main.do?sectionCode=58" 
dqm__subdesc2_1_1 = "Convenciones Internacionales de Derechos de las Mujeres" 
dqm__icon_index2_1_1 = 2 
dqm__url2_1_1 = "/CONAMU/portal/main.do?sectionCode=63" 
dqm__subdesc2_1_2 = "Instancias Internacionales donde presentar denuncias" 
dqm__icon_index2_1_2 = 2 
dqm__url2_1_2 = "/CONAMU/portal/main.do?sectionCode=64" 
//Main Menu 3
dqm__maindesc3 = "Servicios&nbsp;| " 
dqm__main_width3 = 70
dqm__micon_index3 = 0 
dqm__url3 = "/CONAMU/portal/main.do?sectionCode=9" 
//Sub Menu 3
dqm__sub_xy3 = "-70,19" 
dqm__subdesc3_0 = "Asistencia Jurídica" 
dqm__icon_index3_0 = 2 
dqm__url3_0 = "/CONAMU/portal/main.do?sectionCode=37" 
dqm__second_icon_index3_0 = 1 
//Sub Menu 3_0
dqm__sub_xy3_0 = "0,0" 
dqm__subdesc3_0_0 = "Requisitos de legalización de Organizaciones" 
dqm__icon_index3_0_0 = 2 
dqm__url3_0_0 = "/CONAMU/portal/main.do?sectionCode=83" 
dqm__subdesc3_1 = "Fondo Promujeres" 
dqm__icon_index3_1 = 2 
dqm__url3_1 = "/CONAMU/portal/main.do?sectionCode=87" 
dqm__subdesc3_2 = "Intercambio de Enlaces" 
dqm__icon_index3_2 = 2 
dqm__url3_2 = "/CONAMU/portal/main.do?sectionCode=148" 
dqm__subdesc3_3 = "Centro de Difusión" 
dqm__icon_index3_3 = 2 
dqm__url3_3 = "/CONAMU/portal/main.do?sectionCode=181" 
dqm__subdesc3_4 = "Cómo denunciar violencia intrafamiliar o sexual" 
dqm__icon_index3_4 = 2 
dqm__url3_4 = "/CONAMU/portal/main.do?sectionCode=38" 
dqm__second_icon_index3_4 = 1 
//Sub Menu 3_4
dqm__sub_xy3_4 = "0,0" 
dqm__subdesc3_4_0 = "Centros de apoyo" 
dqm__icon_index3_4_0 = 2 
dqm__url3_4_0 = "/CONAMU/portal/main.do?sectionCode=66" 
dqm__subdesc3_4_1 = "Juzgado Penal como espacio de denuncia de violencia sexual" 
dqm__icon_index3_4_1 = 2 
dqm__url3_4_1 = "/CONAMU/portal/main.do?sectionCode=70" 
dqm__subdesc3_4_2 = "Atención a mujeres victimas de violencia en las Asesorias Legales" 
dqm__icon_index3_4_2 = 2 
dqm__url3_4_2 = "/CONAMU/portal/main.do?sectionCode=71" 
dqm__subdesc3_4_3 = "Comisarias de la mujer" 
dqm__icon_index3_4_3 = 2 
dqm__url3_4_3 = "/CONAMU/portal/main.do?sectionCode=72" 
dqm__subdesc3_5 = "Asistencia Técnica" 
dqm__icon_index3_5 = 2 
dqm__url3_5 = "/CONAMU/portal/main.do?sectionCode=39" 
dqm__second_icon_index3_5 = 1 
//Sub Menu 3_5
dqm__sub_xy3_5 = "0,0" 
dqm__subdesc3_5_0 = "Ordenanzas" 
dqm__icon_index3_5_0 = 2 
dqm__url3_5_0 = "/CONAMU/portal/main.do?sectionCode=73" 
dqm__subdesc3_6 = "Cooperación Internacional" 
dqm__icon_index3_6 = 2 
dqm__url3_6 = "/CONAMU/portal/main.do?sectionCode=40" 
dqm__second_icon_index3_6 = 1 
//Sub Menu 3_6
dqm__sub_xy3_6 = "0,0" 
dqm__subdesc3_6_0 = "Agencias de cooperación género" 
dqm__icon_index3_6_0 = 2 
dqm__url3_6_0 = "/CONAMU/portal/main.do?sectionCode=76" 
dqm__subdesc3_6_1 = "Fondos MDG3" 
dqm__icon_index3_6_1 = 2 
dqm__url3_6_1 = "/CONAMU/portal/main.do?sectionCode=188" 
dqm__subdesc3_7 = "Comités de Usuarias" 
dqm__icon_index3_7 = 2 
dqm__url3_7 = "/CONAMU/portal/main.do?sectionCode=182" 
dqm__second_icon_index3_7 = 1 
//Sub Menu 3_7
dqm__sub_xy3_7 = "0,0" 
dqm__subdesc3_7_0 = "Ley y Reglamento Maternidad Gratuita" 
dqm__icon_index3_7_0 = 2 
dqm__url3_7_0 = "/CONAMU/portal/main.do?sectionCode=186" 
dqm__subdesc3_7_1 = "Eventos" 
dqm__icon_index3_7_1 = 2 
dqm__url3_7_1 = "/CONAMU/portal/main.do?sectionCode=187" 
dqm__subdesc3_7_2 = "Nacional" 
dqm__icon_index3_7_2 = 2 
dqm__url3_7_2 = "/CONAMU/portal/main.do?sectionCode=189" 
dqm__subdesc3_7_3 = "Zona Sur" 
dqm__icon_index3_7_3 = 2 
dqm__url3_7_3 = "/CONAMU/portal/main.do?sectionCode=183" 
dqm__subdesc3_7_4 = "Zona Centro" 
dqm__icon_index3_7_4 = 2 
dqm__url3_7_4 = "/CONAMU/portal/main.do?sectionCode=184" 
dqm__subdesc3_7_5 = "Zona Norte" 
dqm__icon_index3_7_5 = 2 
dqm__url3_7_5 = "/CONAMU/portal/main.do?sectionCode=185" 
//Main Menu 4
dqm__maindesc4 = "Empleo&nbsp;| " 
dqm__micon_index4 = 0 
dqm__url4 = "/CONAMU/portal/main.do?sectionCode=119" 
//Sub Menu 4
dqm__sub_xy4 = "0,0" 
dqm__subdesc4_0 = "Estudios y oportunidades" 
dqm__icon_index4_0 = 2 
dqm__url4_0 = "/CONAMU/portal/main.do?sectionCode=109" 
dqm__second_icon_index4_0 = 1 
//Sub Menu 4_0
dqm__sub_xy4_0 = "0,0" 
dqm__subdesc4_0_0 = "Cursos en Género" 
dqm__icon_index4_0_0 = 2 
dqm__url4_0_0 = "/CONAMU/portal/main.do?sectionCode=159" 
dqm__subdesc4_0_1 = "Congresos y Colóquios en Género" 
dqm__icon_index4_0_1 = 2 
dqm__url4_0_1 = "/CONAMU/portal/main.do?sectionCode=160" 
dqm__subdesc4_0_2 = "Talleres Internacionales" 
dqm__icon_index4_0_2 = 2 
dqm__url4_0_2 = "/CONAMU/portal/main.do?sectionCode=161" 
dqm__subdesc4_0_3 = "Becas y Subsidios" 
dqm__icon_index4_0_3 = 2 
dqm__url4_0_3 = "/CONAMU/portal/main.do?sectionCode=175" 
dqm__subdesc4_1 = "Oferta Laboral" 
dqm__icon_index4_1 = 2 
dqm__url4_1 = "/CONAMU/portal/main.do?sectionCode=131" 
//Main Menu 5
dqm__maindesc5 = "Ley de Transparencia&nbsp;| " 
dqm__main_width5 = 170
dqm__micon_index5 = 0 
dqm__url5 = "/CONAMU/portal/main.do?sectionCode=13" 
//Sub Menu 5
dqm__sub_xy5 = "-170,19" 
dqm__subdesc5_0 = "Organización Interna (a,b)" 
dqm__icon_index5_0 = 2 
dqm__url5_0 = "/CONAMU/portal/main.do?sectionCode=47" 
dqm__second_icon_index5_0 = 1 
//Sub Menu 5_0
dqm__sub_xy5_0 = "0,0" 
dqm__subdesc5_0_0 = "Estructura Orgánica (a)" 
dqm__icon_index5_0_0 = 2 
dqm__url5_0_0 = "/CONAMU/portal/main.do?sectionCode=43" 
dqm__subdesc5_0_1 = "Base Legal (a)" 
dqm__icon_index5_0_1 = 2 
dqm__url5_0_1 = "/CONAMU/portal/main.do?sectionCode=44" 
dqm__subdesc5_0_2 = "Metas y Objetivos (a)" 
dqm__icon_index5_0_2 = 2 
dqm__url5_0_2 = "/CONAMU/portal/main.do?sectionCode=45" 
dqm__subdesc5_0_3 = "Directorio (b)" 
dqm__icon_index5_0_3 = 2 
dqm__url5_0_3 = "/CONAMU/portal/main.do?sectionCode=46" 
dqm__subdesc5_1 = "Sueldos y Beneficios ( c,d,e,f )" 
dqm__icon_index5_1 = 2 
dqm__url5_1 = "/CONAMU/portal/main.do?sectionCode=54" 
dqm__second_icon_index5_1 = 1 
//Sub Menu 5_1
dqm__sub_xy5_1 = "0,0" 
dqm__subdesc5_1_0 = "Sueldos (c)" 
dqm__icon_index5_1_0 = 2 
dqm__url5_1_0 = "/CONAMU/portal/main.do?sectionCode=69" 
dqm__subdesc5_1_1 = "formularios (f)" 
dqm__icon_index5_1_1 = 2 
dqm__url5_1_1 = "/CONAMU/portal/main.do?sectionCode=125" 
dqm__subdesc5_1_2 = "Contratos Colectivos (e)" 
dqm__icon_index5_1_2 = 2 
dqm__url5_1_2 = "/CONAMU/portal/main.do?sectionCode=48" 
dqm__subdesc5_1_3 = "Servicios (d)" 
dqm__icon_index5_1_3 = 2 
dqm__url5_1_3 = "/CONAMU/portal/main.do?sectionCode=49" 
dqm__subdesc5_2 = "Presupuesto (g, h, k)" 
dqm__icon_index5_2 = 2 
dqm__url5_2 = "/CONAMU/portal/main.do?sectionCode=53" 
dqm__second_icon_index5_2 = 1 
//Sub Menu 5_2
dqm__sub_xy5_2 = "0,0" 
dqm__subdesc5_2_0 = "Programas (k)" 
dqm__icon_index5_2_0 = 2 
dqm__url5_2_0 = "/CONAMU/portal/main.do?sectionCode=68" 
dqm__subdesc5_2_1 = "Auditorias (h)" 
dqm__icon_index5_2_1 = 2 
dqm__url5_2_1 = "/CONAMU/portal/main.do?sectionCode=36" 
dqm__subdesc5_2_2 = "Presupuesto Anual (g)" 
dqm__icon_index5_2_2 = 2 
dqm__url5_2_2 = "/CONAMU/portal/main.do?sectionCode=35" 
dqm__subdesc5_3 = "Contratos ( i / k, j, l )" 
dqm__icon_index5_3 = 2 
dqm__url5_3 = "/CONAMU/portal/main.do?sectionCode=34" 
dqm__second_icon_index5_3 = 1 
//Sub Menu 5_3
dqm__sub_xy5_3 = "0,0" 
dqm__subdesc5_3_0 = "Contrataciones (i /k )" 
dqm__icon_index5_3_0 = 2 
dqm__url5_3_0 = "/CONAMU/portal/main.do?sectionCode=120" 
dqm__subdesc5_3_1 = "Contratos incumplidos (j)" 
dqm__icon_index5_3_1 = 2 
dqm__url5_3_1 = "/CONAMU/portal/main.do?sectionCode=121" 
dqm__subdesc5_3_2 = "Crédito Externo (l)" 
dqm__icon_index5_3_2 = 2 
dqm__url5_3_2 = "/CONAMU/portal/main.do?sectionCode=122" 
dqm__subdesc5_4 = "Rendiciones de Cuentas (m, n, o)" 
dqm__icon_index5_4 = 2 
dqm__url5_4 = "/CONAMU/portal/main.do?sectionCode=55" 
dqm__second_icon_index5_4 = 1 
//Sub Menu 5_4
dqm__sub_xy5_4 = "0,0" 
dqm__subdesc5_4_0 = "Viáticos (n)" 
dqm__icon_index5_4_0 = 2 
dqm__url5_4_0 = "/CONAMU/portal/main.do?sectionCode=123" 
dqm__subdesc5_4_1 = "Responsable de la Información (o)" 
dqm__icon_index5_4_1 = 2 
dqm__url5_4_1 = "/CONAMU/portal/main.do?sectionCode=124" 

