/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu/docs/index.html#hierarchy

*/

var TREE_ITEMS = [
	['LEY DE TRANSPARENCIA', 'home.php', 
	    ['Marco Normativo', 'normativa/normas.php', ],
	    ['Estructura Orgánica', 'bypass.php', ],
	    ['Manual de Funciones', 'textos/MANUAL DE FUNCIONES.pdf'],
	    ['Números Telefónicos', 'personal/TELEFONOS MUNICIPALES 2011.pdf' ],
		['Cuenta Pública', 'cuenta_publica.php'], 
		['Pladeco 2012 - 2017', 'pladeco.php'], 
    	['Transferencias (19.862)', 'http://www.registros19862.cl/institucion/69190900'],
	    ['Concejo Municipal', 'home.php',
			['ACTAS y ACUERDOS', 'http://www.munifreire.cl/textos/index.php'],
			['Cuerpo de Concejales', 'textos/Concejales.pdf'],
			['Acta de Instalación', 'textos/ACTA INSTALACION CONCEJO.pdf'],
			['Reglamento Interno', 'textos/REGLAMENTO INTERNO CONCEJO.pdf'],
			['Escrutinios', 'textos/RESULTADOS ESCRUTINIO.pdf']
		],
		['Ordenanzas', 'home.php', 
			['Aseo Domiciliario', 'textos/ORDENANZA ASEO DOMICILIARIO.pdf'],
			['Derechos Municipales', 'textos/ORDENANZA DERECHOS MUNICIPALES.pdf'],
			['Medio Ambiente', 'textos/ORDENANZA MEDIO AMBIENTE.pdf'],
			['Participación Ciudadana', 'textos/ORDENANZA MUNICIPAL DE PARTICIPACION CIUDADANA.pdf'],
			['Traslado Material Arido', 'textos/REGLAMENTO TRASLADO MATERIAL ARIDO.pdf']
		],
		['Reglamentos', 'home.php',
			['Cesco', 'textos/REGLAMENTO%20CESCO.pdf'],
    	    ['Consejo Org. Sociedad Civil', 'textos/REGLAMENTO CONSEJO COMUNAL DE ORGANIZACIONES DE LA SOCIEDAD CIVIL.pdf'],
    	    ['Interno Municipal', 'textos/REGLAMENTO DE ORGANIZACION INTERNA.pdf'],
    	    ['Interno Municipal - Modif', 'textos/MODIFICACION DE REGLAMENTO.pdf']
		],
        ['AREA MUNICIPAL', 'home.php',		
    	    ['Licitaciones Públicas', 'normativa/licitaciones.php', ],
            ['Escala de Remuneraciones', 'personal/ESCALA_UNICA_MUNICIPAL.pdf'],
            ['Sueldos Del Personal','programas/sueldos_municipales.php'],
            ['Decretos', 'home.php',
				['De pago','programas/dp_municipales.php'],
    			['Exentos','home.php',
        			['Of.Personal','programas/de_municipales.php'],
    		    	['Adquisiciones','programas/eam_municipales.php'],
         			['Dideco','programas/edm_municipales.php'],
         			['Dpto. Social','programas/ems_municipales.php'],
    	    		['Rentas y Patentes','programas/erm_municipales.php'],
    	    		['Secpla','programas/esm_municipales.php'],
				],	
   		    ], 
            ['Presupuesto', 'home.php',
				['Presupuesto Inicial', 'programas/presupuestos.php'],
				['Ingresos Percibidos', 'programas/ing_mun.php']
			], 
		],
        ['AREA EDUCACION', 'home.php',		
            ['Sueldos Del Personal','programas/sueldos_educacion.php'],
            ['Decretos', 'home.php',
				['De pago', 'programas/dp_educacion.php'],
    			['Exentos', 'programas/de_educacion.php'],
   		    ], 
            ['Presupuesto', 'home.php',
				['Ingresos', 'home.php'],
				['Presupuesto Inicial', 'home.php']
			], 
		],
        ['AREA SALUD', 'home.php',		
            ['Sueldos Del Personal','programas/sueldos_salud.php'],
            ['Decretos', 'home.php',
				['De pago', 'programas/dp_salud.php'],
    			['Exentos', 'home.php',
    				['Of. de Personal', 'programas/de_salud.php'],
    				['Adquisiciones','programas/eas_salud.php'],
				],	
   		    ], 
            ['Presupuesto', 'home.php',
				['Ingresos', 'home.php'],
				['Presupuesto Inicial', 'home.php']
			], 
		],
					
		['Buscar Decretos de Pago','programas/index_buscar.php'],
		['Buscar Decretos Exentos','programas/index_buscar_exentos.php'],
	]
];
