if (TransMenu.isSupported()) { var ms=new TransMenuSet(TransMenu.direction.down,1,0, TransMenu.reference.bottomLeft); var desplegable0 = ms.addMenu(document.getElementById('desplegable0')); var desplegable1 = ms.addMenu(document.getElementById('desplegable1')); var desplegable2 = ms.addMenu(document.getElementById('desplegable2')); desplegable2.addItem('ULTIMAS NORMAS PUBLICADAS','http://www.municiudadnueva.gob.pe/portaltransparencia/publicaciones/normas_paginando.php'); desplegable2.addItem('CONVOCATORIA DE PERSONAL','http://www.municiudadnueva.gob.pe/convocatoria.php'); desplegable2.addItem('DECLARACIONES JURADAS','http://www.municiudadnueva.gob.pe/portaltransparencia/declaraciones/normas_paginando.php?buscar=si'); desplegable2.addItem('CONTRATACIONES','http://www.municiudadnueva.gob.pe/contrataciones.php'); desplegable2.addItem('PROCESOS / LICITACIONES','http://www.municiudadnueva.gob.pe/portaltransparencia/licitaciones/normas_paginando.php?buscar=si'); desplegable2.addItem('INSTRUMENTOS DE GESTION','http://www.municiudadnueva.gob.pe/instrumentos'); var desplegable3 = ms.addMenu(document.getElementById('desplegable3')); desplegable3.addItem('HIMNO AL DISTRITO','http://www.municiudadnueva.gob.pe/distrito/himno.php'); desplegable3.addItem('ORIGEN HISTORICO','http://www.municiudadnueva.gob.pe/distrito/origenhistorico.php'); desplegable3.addItem('UBICACION GEOGRAFICA','http://www.municiudadnueva.gob.pe/distrito/ubicaciongeo.php'); var desplegable4 = ms.addMenu(document.getElementById('desplegable4')); desplegable4.addItem('COMISION DE REGIDORES','http://www.municiudadnueva.gob.pe/institucional/comisionregidores.php'); desplegable4.addItem('CONSEJO MUNICIPAL','http://www.municiudadnueva.gob.pe/institucional/consejomunicipal.php'); desplegable4.addItem('REGLAMENTO INTERNO DEL CONCEJO','http://www.municiudadnueva.gob.pe/institucional/ric.php'); desplegable4.addItem('DIRECTORIO MUNICIPAL','http://www.municiudadnueva.gob.pe/institucional/directoriomunicipal.php'); desplegable4.addItem('DIRECTORIO DE REGIDORES','http://www.municiudadnueva.gob.pe/institucional/directorioregidores.php'); desplegable4.addItem('ORGANIGRAMA','http://www.municiudadnueva.gob.pe/institucional/organigrama.php'); desplegable4.addItem('VISION Y MISION','http://www.municiudadnueva.gob.pe/institucional/visionmision.php'); desplegable4.addItem('HOJA DE VIDA DEL ALCALDE','http://www.municiudadnueva.gob.pe/institucional/hojadevidaalcalde.php'); var desplegable5 = ms.addMenu(document.getElementById('desplegable5')); desplegable5.addItem('TRIBUTOS MUNICIPALES','http://www.municiudadnueva.gob.pe/servicios/tributosmunicipales.php'); desplegable5.addItem('LICENCIAS DE FUNCIONAMIENTO','http://www.municiudadnueva.gob.pe/servicios/licenciasfuncionamiento.php'); desplegable5.addItem('LICENCIAS DE EDIFICACION','http://www.municiudadnueva.gob.pe/servicios/licenciasedificacion.php'); desplegable5.addItem('REGISTRO CIVIL','http://www.municiudadnueva.gob.pe/servicios/registrocivil.php'); desplegable5.addItem('DEMUNA','http://www.municiudadnueva.gob.pe/servicios/demuna.php'); desplegable5.addItem('OMAPED','http://www.municiudadnueva.gob.pe/servicios/omaped.php'); desplegable5.addItem('CULTURA Y DEPORTE','http://www.municiudadnueva.gob.pe/servicios/culturadeporte.php'); desplegable5.addItem('DEFENSA CIVIL','http://www.municiudadnueva.gob.pe/servicios/defensacivil.php'); desplegable5.addItem('VASO DE LECHE','http://www.municiudadnueva.gob.pe/servicios/vasodeleche.php'); desplegable5.addItem('PANADERIA','http://www.municiudadnueva.gob.pe/servicios/panaderia.php'); desplegable5.addItem('RENTAS','http://www.municiudadnueva.gob.pe/servicios/rentas.php'); desplegable5.addItem('ASISTENCIA SOCIAL','http://www.municiudadnueva.gob.pe/servicios/asistencissocial.php'); desplegable5.addItem('ARCHIVO CENTRAL','http://www.municiudadnueva.gob.pe/servicios/archivocentral.php'); desplegable5.addItem('SANEAMIENTO AMBIENTAL','http://www.municiudadnueva.gob.pe/servicios/saneambiental.php'); desplegable5.addItem('SEGURIDAD CIUDADANA','http://www.municiudadnueva.gob.pe/servicios/seguridadciudadana.php'); TransMenu.renderAll(); }