function initMenu() {
    var posQuery = document.URL.lastIndexOf('?');
    var longitudFin = document.URL.length;
    if (posQuery > 0) {
        longitudFin = posQuery;
    }
    var sUrl = document.URL.substring(document.URL.lastIndexOf('/') + 1, longitudFin);
    var sTexto;

    switch (sUrl) {        
        // MENU 'EL COLEGIO' (1).
        case 'CartaDelDecano.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('ItemCartaDelDecano').style.background = '#a4c2e9';
            document.getElementById('ItemCartaDelDecano').style.color = '#5481bb';
            document.getElementById('ItemCartaDelDecano').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemCartaDelDecano').style.paddingLeft = '15px';
            
            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'ActosSociales.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('ItemActosSociales').style.background = '#a4c2e9';
            document.getElementById('ItemActosSociales').style.color = '#5481bb';
            document.getElementById('ItemActosSociales').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemActosSociales').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'OrganigramaFuncional.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('ItemOrganigramaFuncional').style.background = '#a4c2e9';
            document.getElementById('ItemOrganigramaFuncional').style.color = '#5481bb';
            document.getElementById('ItemOrganigramaFuncional').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemOrganigramaFuncional').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'JuntaDeGobierno.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('ItemJuntaDeGobierno').style.background = '#a4c2e9';
            document.getElementById('ItemJuntaDeGobierno').style.color = '#5481bb';
            document.getElementById('ItemJuntaDeGobierno').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemJuntaDeGobierno').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'Comisiones.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';
            
            document.getElementById('ItemComposicionDeComision').style.background = '#a4c2e9';
            document.getElementById('ItemComposicionDeComision').style.color = '#5481bb';
            document.getElementById('ItemComposicionDeComision').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemComposicionDeComision').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'Origen.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioHistoria').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioHistoria').style.color = '#777777';
            document.getElementById('MenuSecundarioHistoria').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioHistoria').style.paddingLeft = '20px';

            document.getElementById('ItemHistoriaOrigen').style.background = '#a4c2e9';
            document.getElementById('ItemHistoriaOrigen').style.color = '#5481bb';
            document.getElementById('ItemHistoriaOrigen').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemHistoriaOrigen').style.paddingLeft = '15px';

            $(document.getElementById('MenuSecundarioHistoria')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');

            sTexto = document.getElementById('MenuSecundarioHistoria').innerHTML;
            document.getElementById('MenuSecundarioHistoria').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';
            break;
        case 'HistoriaAsociacion.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioHistoria').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioHistoria').style.color = '#777777';
            document.getElementById('MenuSecundarioHistoria').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioHistoria').style.paddingLeft = '20px';

            document.getElementById('ItemHistoriaAsociacion').style.background = '#a4c2e9';
            document.getElementById('ItemHistoriaAsociacion').style.color = '#5481bb';
            document.getElementById('ItemHistoriaAsociacion').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemHistoriaAsociacion').style.paddingLeft = '15px';

            $(document.getElementById('MenuSecundarioHistoria')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');

            sTexto = document.getElementById('MenuSecundarioHistoria').innerHTML;
            document.getElementById('MenuSecundarioHistoria').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';
            break;
        case 'HistoriaColegio.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioHistoria').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioHistoria').style.color = '#777777';
            document.getElementById('MenuSecundarioHistoria').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioHistoria').style.paddingLeft = '20px';

            document.getElementById('ItemHistoriaColegio').style.background = '#a4c2e9';
            document.getElementById('ItemHistoriaColegio').style.color = '#5481bb';
            document.getElementById('ItemHistoriaColegio').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemHistoriaColegio').style.paddingLeft = '15px';

            $(document.getElementById('MenuSecundarioHistoria')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');

            sTexto = document.getElementById('MenuSecundarioHistoria').innerHTML;
            document.getElementById('MenuSecundarioHistoria').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';
            break;
        case 'FuncionesDelColegio.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('ItemFuncionesDelColegio').style.background = '#a4c2e9';
            document.getElementById('ItemFuncionesDelColegio').style.color = '#5481bb';
            document.getElementById('ItemFuncionesDelColegio').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemFuncionesDelColegio').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');        
            break;
        case 'LegislacionColegialBasica.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('ItemLegislacionColegialBasica').style.background = '#a4c2e9';
            document.getElementById('ItemLegislacionColegialBasica').style.color = '#5481bb';
            document.getElementById('ItemLegislacionColegialBasica').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemLegislacionColegialBasica').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');        
            break;
        case 'ComisionDeCultura.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioActosYActividades').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioActosYActividades').style.color = '#777777';
            document.getElementById('MenuSecundarioActosYActividades').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioActosYActividades').style.paddingLeft = '20px';

            document.getElementById('ItemComisionDeCultura').style.background = '#a4c2e9';
            document.getElementById('ItemComisionDeCultura').style.color = '#5481bb';
            document.getElementById('ItemComisionDeCultura').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemComisionDeCultura').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioActosYActividades').innerHTML;
            document.getElementById('MenuSecundarioActosYActividades').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioActosYActividades')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'Conferencias.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioActosYActividades').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioActosYActividades').style.color = '#777777';
            document.getElementById('MenuSecundarioActosYActividades').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioActosYActividades').style.paddingLeft = '20px';

            document.getElementById('ItemConferencias').style.background = '#a4c2e9';
            document.getElementById('ItemConferencias').style.color = '#5481bb';
            document.getElementById('ItemConferencias').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemConferencias').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioActosYActividades').innerHTML;
            document.getElementById('MenuSecundarioActosYActividades').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioActosYActividades')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'JornadasDeEnergia.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioActosYActividades').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioActosYActividades').style.color = '#777777';
            document.getElementById('MenuSecundarioActosYActividades').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioActosYActividades').style.paddingLeft = '20px';

            document.getElementById('ItemJornadasDeEnergia').style.background = '#a4c2e9';
            document.getElementById('ItemJornadasDeEnergia').style.color = '#5481bb';
            document.getElementById('ItemJornadasDeEnergia').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemJornadasDeEnergia').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioActosYActividades').innerHTML;
            document.getElementById('MenuSecundarioActosYActividades').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioActosYActividades')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'PoliticaDeCalidad.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('ItemPoliticaDeCalidad').style.background = '#a4c2e9';
            document.getElementById('ItemPoliticaDeCalidad').style.color = '#5481bb';
            document.getElementById('ItemPoliticaDeCalidad').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemPoliticaDeCalidad').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');    
            break;
        case 'GaleriaMultimedia.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('ItemGaleriaMultimedia').style.background = '#a4c2e9';
            document.getElementById('ItemGaleriaMultimedia').style.color = '#5481bb';
            document.getElementById('ItemGaleriaMultimedia').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemGaleriaMultimedia').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'Instalaciones.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('ItemInstalaciones').style.background = '#a4c2e9';
            document.getElementById('ItemInstalaciones').style.color = '#5481bb';
            document.getElementById('ItemInstalaciones').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemInstalaciones').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'Localizacion.aspx?Sede=Seleccion':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioLocalizacion').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioLocalizacion').style.color = '#777777';
            document.getElementById('MenuSecundarioLocalizacion').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioLocalizacion').style.paddingLeft = '20px';

            sTexto = document.getElementById('MenuSecundarioLocalizacion').innerHTML;
            document.getElementById('MenuSecundarioLocalizacion').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioLocalizacion')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'Localizacion.aspx?Sede=Zaragoza':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioLocalizacion').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioLocalizacion').style.color = '#777777';
            document.getElementById('MenuSecundarioLocalizacion').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioLocalizacion').style.paddingLeft = '20px';

            document.getElementById('ItemLocalizacionZaragoza').style.background = '#a4c2e9';
            document.getElementById('ItemLocalizacionZaragoza').style.color = '#5481bb';
            document.getElementById('ItemLocalizacionZaragoza').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemLocalizacionZaragoza').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioLocalizacion').innerHTML;
            document.getElementById('MenuSecundarioLocalizacion').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioLocalizacion')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'Localizacion.aspx?Sede=Huesca':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioLocalizacion').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioLocalizacion').style.color = '#777777';
            document.getElementById('MenuSecundarioLocalizacion').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioLocalizacion').style.paddingLeft = '20px';

            document.getElementById('ItemLocalizacionHuesca').style.background = '#a4c2e9';
            document.getElementById('ItemLocalizacionHuesca').style.color = '#5481bb';
            document.getElementById('ItemLocalizacionHuesca').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemLocalizacionHuesca').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioLocalizacion').innerHTML;
            document.getElementById('MenuSecundarioLocalizacion').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioLocalizacion')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'Localizacion.aspx?Sede=Teruel':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioLocalizacion').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioLocalizacion').style.color = '#777777';
            document.getElementById('MenuSecundarioLocalizacion').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioLocalizacion').style.paddingLeft = '20px';

            document.getElementById('ItemLocalizacionTeruel').style.background = '#a4c2e9';
            document.getElementById('ItemLocalizacionTeruel').style.color = '#5481bb';
            document.getElementById('ItemLocalizacionTeruel').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemLocalizacionTeruel').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioLocalizacion').innerHTML;
            document.getElementById('MenuSecundarioLocalizacion').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioLocalizacion')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
        case 'Contacto.aspx':
            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

            document.getElementById('ItemContacto').style.background = '#a4c2e9';
            document.getElementById('ItemContacto').style.color = '#5481bb';
            document.getElementById('ItemContacto').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemContacto').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
            break;
//        case 'MapaWeb.aspx':
//            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
//            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

//            document.getElementById('ItemMapaWeb').style.background = '#a4c2e9';
//            document.getElementById('ItemMapaWeb').style.color = '#5481bb';
//            document.getElementById('ItemMapaWeb').style.borderLeft = '5px #5481bb solid';
//            document.getElementById('ItemMapaWeb').style.paddingLeft = '15px';

//            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
//            break;
//        case 'AvisoLegal.aspx':
//            document.getElementById('MenuPrincipalElColegio').style.background = '#5481bb';
//            document.getElementById('MenuPrincipalElColegio').style.color = '#ffcf03';

//            document.getElementById('ItemAvisoLegal').style.background = '#a4c2e9';
//            document.getElementById('ItemAvisoLegal').style.color = '#5481bb';
//            document.getElementById('ItemAvisoLegal').style.borderLeft = '5px #5481bb solid';
//            document.getElementById('ItemAvisoLegal').style.paddingLeft = '15px';

//            $(document.getElementById('MenuPrincipalElColegio')).next().slideDown('normal');
//            break;
        // MENU 'COLEGIADOS' (2).
        case 'InformacionGeneral.aspx':
            document.getElementById('MenuPrincipalColegiados').style.background = '#5481bb';
            document.getElementById('MenuPrincipalColegiados').style.color = '#ffcf03';

            document.getElementById('ItemInformacionGeneral').style.background = '#a4c2e9';
            document.getElementById('ItemInformacionGeneral').style.color = '#5481bb';
            document.getElementById('ItemInformacionGeneral').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemInformacionGeneral').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalColegiados')).next().slideDown('normal');
            break;
        case 'Precolegiacion.aspx':
            document.getElementById('MenuPrincipalColegiados').style.background = '#5481bb';
            document.getElementById('MenuPrincipalColegiados').style.color = '#ffcf03';

            document.getElementById('ItemPrecolegiacion').style.background = '#a4c2e9';
            document.getElementById('ItemPrecolegiacion').style.color = '#5481bb';
            document.getElementById('ItemPrecolegiacion').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemPrecolegiacion').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalColegiados')).next().slideDown('normal');
            break;
        case 'GuiaProfesional.aspx':
            document.getElementById('MenuPrincipalColegiados').style.background = '#5481bb';
            document.getElementById('MenuPrincipalColegiados').style.color = '#ffcf03';

            document.getElementById('ItemGuiaProfesional').style.background = '#a4c2e9';
            document.getElementById('ItemGuiaProfesional').style.color = '#5481bb';
            document.getElementById('ItemGuiaProfesional').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemGuiaProfesional').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalColegiados')).next().slideDown('normal');
            break;
        case 'AltaDeColegiados.aspx':
            document.getElementById('MenuPrincipalColegiados').style.background = '#5481bb';
            document.getElementById('MenuPrincipalColegiados').style.color = '#ffcf03';

            document.getElementById('ItemAltaDeColegiados').style.background = '#a4c2e9';
            document.getElementById('ItemAltaDeColegiados').style.color = '#5481bb';
            document.getElementById('ItemAltaDeColegiados').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemAltaDeColegiados').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalColegiados')).next().slideDown('normal');
            $(document.getElementById('MenuSecundarioAlta')).next().slideDown('normal');
            break;
        case 'AltaDePreColegiados.aspx':
            document.getElementById('MenuPrincipalColegiados').style.background = '#5481bb';
            document.getElementById('MenuPrincipalColegiados').style.color = '#ffcf03';

            document.getElementById('ItemAltaDePreColegiados').style.background = '#a4c2e9';
            document.getElementById('ItemAltaDePreColegiados').style.color = '#5481bb';
            document.getElementById('ItemAltaDePreColegiados').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemAltaDePreColegiados').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalColegiados')).next().slideDown('normal');
            $(document.getElementById('MenuSecundarioAlta')).next().slideDown('normal');
            break;
        case 'RecordarDatosDeAcceso.aspx':
            document.getElementById('MenuPrincipalColegiados').style.background = '#5481bb';
            document.getElementById('MenuPrincipalColegiados').style.color = '#ffcf03';

            document.getElementById('ItemRecordarDatosDeAcceso').style.background = '#a4c2e9';
            document.getElementById('ItemRecordarDatosDeAcceso').style.color = '#5481bb';
            document.getElementById('ItemRecordarDatosDeAcceso').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemRecordarDatosDeAcceso').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalColegiados')).next().slideDown('normal');
            break;
        /*
        case 'ModificarDatosDeAcceso.aspx':
        document.getElementById('MenuPrincipalColegiados').style.background = '#5481bb';
        document.getElementById('MenuPrincipalColegiados').style.color = '#ffcf03';

            document.getElementById('ItemModificarDatosDeAcceso').style.background = '#a4c2e9';
        document.getElementById('ItemModificarDatosDeAcceso').style.color = '#5481bb';
        document.getElementById('ItemModificarDatosDeAcceso').style.borderLeft = '5px #5481bb solid';
        document.getElementById('ItemModificarDatosDeAcceso').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalColegiados')).next().slideDown('normal');
        break;
        */ 
        // MENU 'COLEGIADOS' (3).
        case 'AsesoriaJuridica.aspx':
            document.getElementById('MenuPrincipalServiciosOffline').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServiciosOffline').style.color = '#ffcf03';

            document.getElementById('ItemAsesoriaJuridica').style.background = '#a4c2e9';
            document.getElementById('ItemAsesoriaJuridica').style.color = '#5481bb';
            document.getElementById('ItemAsesoriaJuridica').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemAsesoriaJuridica').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalServiciosOffline')).next().slideDown('normal');
            break;
        case 'Publicaciones.aspx':
            document.getElementById('MenuPrincipalServiciosOffline').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServiciosOffline').style.color = '#ffcf03';

            document.getElementById('ItemPublicaciones').style.background = '#a4c2e9';
            document.getElementById('ItemPublicaciones').style.color = '#5481bb';
            document.getElementById('ItemPublicaciones').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemPublicaciones').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalServiciosOffline')).next().slideDown('normal');
            break;
        case 'MUPITI.aspx':
            document.getElementById('MenuPrincipalServiciosOffline').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServiciosOffline').style.color = '#ffcf03';

            document.getElementById('ItemMupiti').style.background = '#a4c2e9';
            document.getElementById('ItemMupiti').style.color = '#5481bb';
            document.getElementById('ItemMupiti').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemMupiti').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalServiciosOffline')).next().slideDown('normal');
            break;
        case 'SolicitudCorreoElectronico.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioCorreoElectronico').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioCorreoElectronico').style.color = '#777777';
            document.getElementById('MenuSecundarioCorreoElectronico').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioCorreoElectronico').style.paddingLeft = '20px';

            document.getElementById('ItemSolicitudCorreoElectronico').style.background = '#a4c2e9';
            document.getElementById('ItemSolicitudCorreoElectronico').style.color = '#5481bb';
            document.getElementById('ItemSolicitudCorreoElectronico').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemSolicitudCorreoElectronico').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioCorreoElectronico').innerHTML;
            document.getElementById('MenuSecundarioCorreoElectronico').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioCorreoElectronico')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'ConfigurarCorreoElectronico.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioCorreoElectronico').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioCorreoElectronico').style.color = '#777777';
            document.getElementById('MenuSecundarioCorreoElectronico').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioCorreoElectronico').style.paddingLeft = '20px';

            document.getElementById('ItemConfigurarCorreoElectronico').style.background = '#a4c2e9';
            document.getElementById('ItemConfigurarCorreoElectronico').style.color = '#5481bb';
            document.getElementById('ItemConfigurarCorreoElectronico').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemConfigurarCorreoElectronico').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioCorreoElectronico').innerHTML;
            document.getElementById('MenuSecundarioCorreoElectronico').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioCorreoElectronico')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'BolsaDeTrabajoDescripcion.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioBolsaDeTrabajo').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioBolsaDeTrabajo').style.color = '#777777';
            document.getElementById('MenuSecundarioBolsaDeTrabajo').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioBolsaDeTrabajo').style.paddingLeft = '20px';

            document.getElementById('ItemBolsaDeTrabajoDescripcion').style.background = '#a4c2e9';
            document.getElementById('ItemBolsaDeTrabajoDescripcion').style.color = '#5481bb';
            document.getElementById('ItemBolsaDeTrabajoDescripcion').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemBolsaDeTrabajoDescripcion').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioBolsaDeTrabajo').innerHTML;
            document.getElementById('MenuSecundarioBolsaDeTrabajo').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioBolsaDeTrabajo')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'CurriculumVitae.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioBolsaDeTrabajo').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioBolsaDeTrabajo').style.color = '#777777';
            document.getElementById('MenuSecundarioBolsaDeTrabajo').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioBolsaDeTrabajo').style.paddingLeft = '20px';

            document.getElementById('ItemCurriculumVitae').style.background = '#a4c2e9';
            document.getElementById('ItemCurriculumVitae').style.color = '#5481bb';
            document.getElementById('ItemCurriculumVitae').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemCurriculumVitae').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioBolsaDeTrabajo').innerHTML;
            document.getElementById('MenuSecundarioBolsaDeTrabajo').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioBolsaDeTrabajo')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'VerOfertas.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioBolsaDeTrabajo').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioBolsaDeTrabajo').style.color = '#777777';
            document.getElementById('MenuSecundarioBolsaDeTrabajo').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioBolsaDeTrabajo').style.paddingLeft = '20px';

            document.getElementById('ItemVerOfertas').style.background = '#a4c2e9';
            document.getElementById('ItemVerOfertas').style.color = '#5481bb';
            document.getElementById('ItemVerOfertas').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemVerOfertas').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioBolsaDeTrabajo').innerHTML;
            document.getElementById('MenuSecundarioBolsaDeTrabajo').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioBolsaDeTrabajo')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'DepartamentoDeProyectos.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('ItemDepartamentoDeProyectos').style.background = '#a4c2e9';
            document.getElementById('ItemDepartamentoDeProyectos').style.color = '#5481bb';
            document.getElementById('ItemDepartamentoDeProyectos').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemDepartamentoDeProyectos').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'MemoriasAnuales.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('ItemMemoriasAnuales').style.background = '#a4c2e9';
            document.getElementById('ItemMemoriasAnuales').style.color = '#5481bb';
            document.getElementById('ItemMemoriasAnuales').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemMemoriasAnuales').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'RevistaColegial.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('ItemRevistaColegial').style.background = '#a4c2e9';
            document.getElementById('ItemRevistaColegial').style.color = '#5481bb';
            document.getElementById('ItemRevistaColegial').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemRevistaColegial').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break; 
        case 'ConvenioAENOR.aspx':
            document.getElementById('MenuPrincipalServiciosOffline').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServiciosOffline').style.color = '#ffcf03';

            document.getElementById('ItemConvenioAenor').style.background = '#a4c2e9';
            document.getElementById('ItemConvenioAenor').style.color = '#5481bb';
            document.getElementById('ItemConvenioAenor').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemConvenioAenor').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalServiciosOffline')).next().slideDown('normal');
            break;
        case 'EquipamientoTecnico.aspx':
            document.getElementById('MenuPrincipalServiciosOffline').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServiciosOffline').style.color = '#ffcf03';

            document.getElementById('ItemEquipamientoTecnico').style.background = '#a4c2e9';
            document.getElementById('ItemEquipamientoTecnico').style.color = '#5481bb';
            document.getElementById('ItemEquipamientoTecnico').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemEquipamientoTecnico').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalServiciosOffline')).next().slideDown('normal');
            break;
        case 'VisadoOrdinario.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioVisado').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioVisado').style.color = '#777777';
            document.getElementById('MenuSecundarioVisado').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioVisado').style.paddingLeft = '20px';

            document.getElementById('ItemVisadoOrdinario').style.background = '#a4c2e9';
            document.getElementById('ItemVisadoOrdinario').style.color = '#5481bb';
            document.getElementById('ItemVisadoOrdinario').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemVisadoOrdinario').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioVisado').innerHTML;
            document.getElementById('MenuSecundarioVisado').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioVisado')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'FirmaDigital.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioVisado').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioVisado').style.color = '#777777';
            document.getElementById('MenuSecundarioVisado').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioVisado').style.paddingLeft = '20px';

            document.getElementById('ItemFirmaDigital').style.background = '#a4c2e9';
            document.getElementById('ItemFirmaDigital').style.color = '#5481bb';
            document.getElementById('ItemFirmaDigital').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemFirmaDigital').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioVisado').innerHTML;
            document.getElementById('MenuSecundarioVisado').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioVisado')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'BibliotecaVirtual.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioBibliotecaVirtual').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioBibliotecaVirtual').style.color = '#777777';
            document.getElementById('MenuSecundarioBibliotecaVirtual').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioBibliotecaVirtual').style.paddingLeft = '20px';

            document.getElementById('ItemDescripcionBibliotecaVirtual').style.background = '#a4c2e9';
            document.getElementById('ItemDescripcionBibliotecaVirtual').style.color = '#5481bb';
            document.getElementById('ItemDescripcionBibliotecaVirtual').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemDescripcionBibliotecaVirtual').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioBibliotecaVirtual').innerHTML;
            document.getElementById('MenuSecundarioBibliotecaVirtual').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioBibliotecaVirtual')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'BibliotecaZaragoza.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioBibliotecaVirtual').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioBibliotecaVirtual').style.color = '#777777';
            document.getElementById('MenuSecundarioBibliotecaVirtual').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioBibliotecaVirtual').style.paddingLeft = '20px';

            document.getElementById('ItemBibliotecaZaragoza').style.background = '#a4c2e9';
            document.getElementById('ItemBibliotecaZaragoza').style.color = '#5481bb';
            document.getElementById('ItemBibliotecaZaragoza').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemBibliotecaZaragoza').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioBibliotecaVirtual').innerHTML;
            document.getElementById('MenuSecundarioBibliotecaVirtual').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioBibliotecaVirtual')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'Convenios.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('ItemConvenios').style.background = '#a4c2e9';
            document.getElementById('ItemConvenios').style.color = '#5481bb';
            document.getElementById('ItemConvenios').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemConvenios').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;    
        case 'BibliotecaHuesca.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioBibliotecaVirtual').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioBibliotecaVirtual').style.color = '#777777';
            document.getElementById('MenuSecundarioBibliotecaVirtual').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioBibliotecaVirtual').style.paddingLeft = '20px';

            document.getElementById('ItemBibliotecaHuesca').style.background = '#a4c2e9';
            document.getElementById('ItemBibliotecaHuesca').style.color = '#5481bb';
            document.getElementById('ItemBibliotecaHuesca').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemBibliotecaHuesca').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioBibliotecaVirtual').innerHTML;
            document.getElementById('MenuSecundarioBibliotecaVirtual').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioBibliotecaVirtual')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'QuejasSugerencias.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioVentanillaUnica').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioVentanillaUnica').style.color = '#777777';
            document.getElementById('MenuSecundarioVentanillaUnica').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioVentanillaUnica').style.paddingLeft = '20px';

            document.getElementById('ItemQuejasSugerencias').style.background = '#a4c2e9';
            document.getElementById('ItemQuejasSugerencias').style.color = '#5481bb';
            document.getElementById('ItemQuejasSugerencias').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemQuejasSugerencias').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioVentanillaUnica').innerHTML;
            document.getElementById('MenuSecundarioVentanillaUnica').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioVentanillaUnica')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'VentanillaUnicaInfo.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('MenuSecundarioVentanillaUnica').style.background = '#ffcf03';
            document.getElementById('MenuSecundarioVentanillaUnica').style.color = '#777777';
            document.getElementById('MenuSecundarioVentanillaUnica').style.borderLeft = '0px #777777 solid';
            document.getElementById('MenuSecundarioVentanillaUnica').style.paddingLeft = '20px';

            document.getElementById('ItemVentanillaUnicaInfo').style.background = '#a4c2e9';
            document.getElementById('ItemVentanillaUnicaInfo').style.color = '#5481bb';
            document.getElementById('ItemVentanillaUnicaInfo').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemVentanillaUnicaInfo').style.paddingLeft = '15px';

            sTexto = document.getElementById('MenuSecundarioVentanillaUnica').innerHTML;
            document.getElementById('MenuSecundarioVentanillaUnica').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

            $(document.getElementById('MenuSecundarioVentanillaUnica')).next().slideDown('normal');
            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
            
            /* Menú Formación */
        case 'Formacion.aspx':
            var ini = document.URL.length - 2;
            var fin = document.URL.length;
            var totalRes = document.URL.substring(ini, fin);

            if (totalRes == "CP") {
                document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
                document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

                document.getElementById('MenuSecundarioFormacion').style.background = '#ffcf03';
                document.getElementById('MenuSecundarioFormacion').style.color = '#777777';
                document.getElementById('MenuSecundarioFormacion').style.borderLeft = '0px #777777 solid';
                document.getElementById('MenuSecundarioFormacion').style.paddingLeft = '20px';

                document.getElementById('SMCP').style.background = '#a4c2e9';
                document.getElementById('SMCP').style.color = '#5481bb';
                document.getElementById('SMCP').style.borderLeft = '5px #5481bb solid';
                document.getElementById('SMCP').style.paddingLeft = '15px';

                sTexto = document.getElementById('MenuSecundarioFormacion').innerHTML;
                document.getElementById('MenuSecundarioFormacion').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

                $(document.getElementById('MenuSecundarioFormacion')).next().slideDown('normal');
                $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
                break;

            } else if (totalRes == "CO") {
                document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
                document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

                document.getElementById('MenuSecundarioFormacion').style.background = '#ffcf03';
                document.getElementById('MenuSecundarioFormacion').style.color = '#777777';
                document.getElementById('MenuSecundarioFormacion').style.borderLeft = '0px #777777 solid';
                document.getElementById('MenuSecundarioFormacion').style.paddingLeft = '20px';

                document.getElementById('SMCO').style.background = '#a4c2e9';
                document.getElementById('SMCO').style.color = '#5481bb';
                document.getElementById('SMCO').style.borderLeft = '5px #5481bb solid';
                document.getElementById('SMCO').style.paddingLeft = '15px';

                sTexto = document.getElementById('MenuSecundarioFormacion').innerHTML;
                document.getElementById('MenuSecundarioFormacion').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

                $(document.getElementById('MenuSecundarioFormacion')).next().slideDown('normal');
                $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
                break;

            } else if (totalRes == "JT") {
                document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
                document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

                document.getElementById('MenuSecundarioFormacion').style.background = '#ffcf03';
                document.getElementById('MenuSecundarioFormacion').style.color = '#777777';
                document.getElementById('MenuSecundarioFormacion').style.borderLeft = '0px #777777 solid';
                document.getElementById('MenuSecundarioFormacion').style.paddingLeft = '20px';

                document.getElementById('SMJT').style.background = '#a4c2e9';
                document.getElementById('SMJT').style.color = '#5481bb';
                document.getElementById('SMJT').style.borderLeft = '5px #5481bb solid';
                document.getElementById('SMJT').style.paddingLeft = '15px';

                sTexto = document.getElementById('MenuSecundarioFormacion').innerHTML;
                document.getElementById('MenuSecundarioFormacion').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

                $(document.getElementById('MenuSecundarioFormacion')).next().slideDown('normal');
                $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
                break;
            }
            break;  
        case 'PaginaPersonal.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('ItemPaginaPersonal').style.background = '#a4c2e9';
            document.getElementById('ItemPaginaPersonal').style.color = '#5481bb';
            document.getElementById('ItemPaginaPersonal').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemPaginaPersonal').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'Enlaces.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('ItemEnlaces').style.background = '#a4c2e9';
            document.getElementById('ItemEnlaces').style.color = '#5481bb';
            document.getElementById('ItemEnlaces').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemEnlaces').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        case 'BajaColegiados.aspx':
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            document.getElementById('ItemBajColegiados').style.background = '#a4c2e9';
            document.getElementById('ItemBajColegiados').style.color = '#5481bb';
            document.getElementById('ItemBajColegiados').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemBajColegiados').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
        // MENU 'COLEGIADOS' (2).
        case 'NoticiasInformacionColegial.aspx':
            document.getElementById('MenuPrincipalNoticias').style.background = '#5481bb';
            document.getElementById('MenuPrincipalNoticias').style.color = '#ffcf03';

            document.getElementById('ItemNoticiasInformacionColegial').style.background = '#a4c2e9';
            document.getElementById('ItemNoticiasInformacionColegial').style.color = '#5481bb';
            document.getElementById('ItemNoticiasInformacionColegial').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemNoticiasInformacionColegial').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalNoticias')).next().slideDown('normal');
            
            break;
        case 'NoticiasCircularesEjercicioLibre.aspx':
            document.getElementById('MenuPrincipalNoticias').style.background = '#5481bb';
            document.getElementById('MenuPrincipalNoticias').style.color = '#ffcf03';

            document.getElementById('ItemNoticiasCircularesEjercicioLibre').style.background = '#a4c2e9';
            document.getElementById('ItemNoticiasCircularesEjercicioLibre').style.color = '#5481bb';
            document.getElementById('ItemNoticiasCircularesEjercicioLibre').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemNoticiasCircularesEjercicioLibre').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalNoticias')).next().slideDown('normal');
            
            break;
        case 'NoticiasLegislacion.aspx':
            document.getElementById('MenuPrincipalNoticias').style.background = '#5481bb';
            document.getElementById('MenuPrincipalNoticias').style.color = '#ffcf03';

            document.getElementById('ItemNoticiasLegislacion').style.background = '#a4c2e9';
            document.getElementById('ItemNoticiasLegislacion').style.color = '#5481bb';
            document.getElementById('ItemNoticiasLegislacion').style.borderLeft = '5px #5481bb solid';
            document.getElementById('ItemNoticiasLegislacion').style.paddingLeft = '15px';

            $(document.getElementById('MenuPrincipalNoticias')).next().slideDown('normal');
            
            break;
        // PAGINA PRINCIPAL (INICIO). 
        default:
            document.getElementById('MenuPrincipalServicios').style.background = '#5481bb';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffcf03';

            $(document.getElementById('MenuPrincipalServicios')).next().slideDown('normal');
            break;
    }

    $('#menu li a').click(
function() {
    var checkElement = $(this).next();
    var sTexto = document.getElementById(this.id).innerHTML; // Variable del texto a cambiar de los submenus desplegables.
    var iLongitudMenuPrincipal = 13; // Longitud de MenuPrincipalpara saber cuales son los menus desplegables.
    var iLongitudMenuSecundario = 14; // Longitud de MenuSecundario para saber cuales son los submenus desplegables.
    var sUrl = document.URL.substring(document.URL.lastIndexOf('/') + 1, document.URL.length)

    if ((this.id.substring(0, iLongitudMenuPrincipal)) == ('MenuPrincipal') && (checkElement.is(':visible'))) {
        return false;
    }

    if ((this.id.substring(0, iLongitudMenuSecundario)) == ('MenuSecundario') && (!checkElement.is(':visible'))) {
        document.getElementById(this.id).innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';

        checkElement.slideDown('normal');
        return false;
    }

    if ((this.id.substring(0, iLongitudMenuSecundario)) == ('MenuSecundario') && (checkElement.is(':visible'))) {
        document.getElementById(this.id).innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
        checkElement.slideUp('normal');
        return false;
    }

    if ((this.id.substring(0, iLongitudMenuPrincipal)) == ('MenuPrincipal') && (!checkElement.is(':visible'))) {
        if (this.id == 'MenuPrincipalElColegio') {
            // Menu El Colegio.
            document.getElementById(this.id).style.background = '#5481bb';
            document.getElementById(this.id).style.color = '#ffcf03';

            document.getElementById('MenuPrincipalColegiados').style.background = '#609be8';
            document.getElementById('MenuPrincipalColegiados').style.color = '#ffffff';

            document.getElementById('MenuPrincipalServicios').style.background = '#609be8';
            document.getElementById('MenuPrincipalServicios').style.color = '#ffffff';

            document.getElementById('MenuPrincipalServiciosOffline').style.background = '#609be8';
            document.getElementById('MenuPrincipalServiciosOffline').style.color = '#ffffff';

            document.getElementById('MenuPrincipalNoticias').style.background = '#609be8';
            document.getElementById('MenuPrincipalNoticias').style.color = '#ffffff';
            // -----------------------------------------------------------------------------

            sTexto = document.getElementById('MenuSecundarioCorreoElectronico').innerHTML;
            document.getElementById('MenuSecundarioCorreoElectronico').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioCorreoElectronico')).next().slideUp('normal');

            sTexto = document.getElementById('MenuSecundarioBolsaDeTrabajo').innerHTML;
            document.getElementById('MenuSecundarioBolsaDeTrabajo').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioBolsaDeTrabajo')).next().slideUp('normal');

            sTexto = document.getElementById('MenuSecundarioBibliotecaVirtual').innerHTML;
            document.getElementById('MenuSecundarioBibliotecaVirtual').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioBibliotecaVirtual')).next().slideUp('normal');

            sTexto = document.getElementById('MenuSecundarioVisado').innerHTML;
            document.getElementById('MenuSecundarioVisado').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioVisado')).next().slideUp('normal');
            // -----------------------------------------------------------------------------

            if (sUrl == 'Origen.aspx' || sUrl == 'HistoriaAsociacion.aspx' || sUrl == 'HistoriaColegio.aspx') {
                sTexto = document.getElementById('MenuSecundarioHistoria').innerHTML;
                document.getElementById('MenuSecundarioHistoria').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';
                $(document.getElementById('MenuSecundarioHistoria')).next().slideDown('normal');
            }

            if (sUrl == 'ComisionDeCultura.aspx' || sUrl == 'Conferencias.aspx' || sUrl == 'JornadasDeEnergia.aspx') {
                sTexto = document.getElementById('MenuSecundarioActosYActividades').innerHTML;
                document.getElementById('MenuSecundarioActosYActividades').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';
                $(document.getElementById('MenuSecundarioActosYActividades')).next().slideDown('normal');
            }

            if (sUrl == 'Localizacion.aspx?Sede=Seleccion' || sUrl == 'Localizacion.aspx?Sede=Zaragoza' || sUrl == 'Localizacion.aspx?Sede=Huesca' || sUrl == 'Localizacion.aspx?Sede=Teruel') {
                sTexto = document.getElementById('MenuSecundarioLocalizacion').innerHTML;
                document.getElementById('MenuSecundarioLocalizacion').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';
                $(document.getElementById('MenuSecundarioLocalizacion')).next().slideDown('normal');
            }
            // -----------------------------------------------------------------------------
        }

        if (this.id == 'MenuPrincipalColegiados' || this.id == 'MenuPrincipalServiciosOffline' || this.id == 'MenuPrincipalNoticias') {
            // Menu Colegiados. 
            // Menu ServiciosOffline.
            // Menu Noticias.

            document.getElementById(this.id).style.background = '#5481bb';
            document.getElementById(this.id).style.color = '#ffcf03';
            

            switch (this.id) {
                case 'MenuPrincipalColegiados':
                    document.getElementById('MenuPrincipalElColegio').style.background = '#609be8';
                    document.getElementById('MenuPrincipalElColegio').style.color = '#ffffff';

                    document.getElementById('MenuPrincipalServicios').style.background = '#609be8';
                    document.getElementById('MenuPrincipalServicios').style.color = '#ffffff';

                    document.getElementById('MenuPrincipalServiciosOffline').style.background = '#609be8';
                    document.getElementById('MenuPrincipalServiciosOffline').style.color = '#ffffff';

                    document.getElementById('MenuPrincipalNoticias').style.background = '#609be8';
                    document.getElementById('MenuPrincipalNoticias').style.color = '#ffffff';
                
                    break;
                case 'MenuPrincipalServiciosOffline':
                    document.getElementById('MenuPrincipalElColegio').style.background = '#609be8';
                    document.getElementById('MenuPrincipalElColegio').style.color = '#ffffff';

                    document.getElementById('MenuPrincipalColegiados').style.background = '#609be8';
                    document.getElementById('MenuPrincipalColegiados').style.color = '#ffffff';
                    
                    document.getElementById('MenuPrincipalServicios').style.background = '#609be8';
                    document.getElementById('MenuPrincipalServicios').style.color = '#ffffff';

                    document.getElementById('MenuPrincipalNoticias').style.background = '#609be8';
                    document.getElementById('MenuPrincipalNoticias').style.color = '#ffffff';
                    
                    break;
                case 'MenuPrincipalNoticias':
                    document.getElementById('MenuPrincipalElColegio').style.background = '#609be8';
                    document.getElementById('MenuPrincipalElColegio').style.color = '#ffffff';

                    document.getElementById('MenuPrincipalColegiados').style.background = '#609be8';
                    document.getElementById('MenuPrincipalColegiados').style.color = '#ffffff';

                    document.getElementById('MenuPrincipalServicios').style.background = '#609be8';
                    document.getElementById('MenuPrincipalServicios').style.color = '#ffffff';

                    document.getElementById('MenuPrincipalServiciosOffline').style.background = '#609be8';
                    document.getElementById('MenuPrincipalServiciosOffline').style.color = '#ffffff';
                    break;
            }
            // -----------------------------------------------------------------------------

            sTexto = document.getElementById('MenuSecundarioHistoria').innerHTML;
            document.getElementById('MenuSecundarioHistoria').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioHistoria')).next().slideUp('normal');

            sTexto = document.getElementById('MenuSecundarioActosYActividades').innerHTML;
            document.getElementById('MenuSecundarioActosYActividades').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioActosYActividades')).next().slideUp('normal');

            sTexto = document.getElementById('MenuSecundarioLocalizacion').innerHTML;
            document.getElementById('MenuSecundarioLocalizacion').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioLocalizacion')).next().slideUp('normal');

            sTexto = document.getElementById('MenuSecundarioCorreoElectronico').innerHTML;
            document.getElementById('MenuSecundarioCorreoElectronico').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioCorreoElectronico')).next().slideUp('normal');

            sTexto = document.getElementById('MenuSecundarioBolsaDeTrabajo').innerHTML;
            document.getElementById('MenuSecundarioBolsaDeTrabajo').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioBolsaDeTrabajo')).next().slideUp('normal');

            sTexto = document.getElementById('MenuSecundarioBibliotecaVirtual').innerHTML;
            document.getElementById('MenuSecundarioBibliotecaVirtual').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioBibliotecaVirtual')).next().slideUp('normal');

            sTexto = document.getElementById('MenuSecundarioVisado').innerHTML;
            document.getElementById('MenuSecundarioVisado').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioVisado')).next().slideUp('normal');
            // -----------------------------------------------------------------------------
        }

        if (this.id == 'MenuPrincipalServicios') {
            // Menu Servicios.
            document.getElementById(this.id).style.background = '#5481bb';
            document.getElementById(this.id).style.color = '#ffcf03';

            document.getElementById('MenuPrincipalElColegio').style.background = '#609be8';
            document.getElementById('MenuPrincipalElColegio').style.color = '#ffffff';

            document.getElementById('MenuPrincipalColegiados').style.background = '#609be8';
            document.getElementById('MenuPrincipalColegiados').style.color = '#ffffff';

            document.getElementById('MenuPrincipalServiciosOffline').style.background = '#609be8';
            document.getElementById('MenuPrincipalServiciosOffline').style.color = '#ffffff';

            document.getElementById('MenuPrincipalNoticias').style.background = '#609be8';
            document.getElementById('MenuPrincipalNoticias').style.color = '#ffffff';
            // -----------------------------------------------------------------------------
            sTexto = document.getElementById('MenuSecundarioHistoria').innerHTML;
            document.getElementById('MenuSecundarioHistoria').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioHistoria')).next().slideUp('normal');

            sTexto = document.getElementById('MenuSecundarioActosYActividades').innerHTML;
            document.getElementById('MenuSecundarioActosYActividades').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioActosYActividades')).next().slideUp('normal');

            sTexto = document.getElementById('MenuSecundarioLocalizacion').innerHTML;
            document.getElementById('MenuSecundarioLocalizacion').innerHTML = sTexto.substring(0, sTexto.length - 1) + '+';
            $(document.getElementById('MenuSecundarioLocalizacion')).next().slideUp('normal');
            // -----------------------------------------------------------------------------
            if (sUrl == 'SolicitudCorreoElectronico.aspx' || sUrl == 'ConfigurarCorreoElectronico.aspx') {
                sTexto = document.getElementById('MenuSecundarioCorreoElectronico').innerHTML;
                document.getElementById('MenuSecundarioCorreoElectronico').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';
                $(document.getElementById('MenuSecundarioCorreoElectronico')).next().slideDown('normal');
            }

            if (sUrl == 'BolsaDeTrabajoDescripcion.aspx' || sUrl == 'CurriculumVitae.aspx' || sUrl == 'VerOfertas.aspx') {
                sTexto = document.getElementById('MenuSecundarioBolsaDeTrabajo').innerHTML;
                document.getElementById('MenuSecundarioBolsaDeTrabajo').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';
                $(document.getElementById('MenuSecundarioBolsaDeTrabajo')).next().slideDown('normal');
            }

            if (sUrl == 'BibliotecaVirtual.aspx' || sUrl == 'BibliotecaZaragoza.aspx' || sUrl == 'BibliotecaHuesca.aspx') {
                sTexto = document.getElementById('MenuSecundarioBibliotecaVirtual').innerHTML;
                document.getElementById('MenuSecundarioBibliotecaVirtual').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';
                $(document.getElementById('MenuSecundarioBibliotecaVirtual')).next().slideDown('normal');
            }

            if (sUrl == 'QuejasSugerencias.aspx') {
                sTexto = document.getElementById('MenuSecundarioVentanillaUnica').innerHTML;
                document.getElementById('MenuSecundarioVentanillaUnica').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';
                $(document.getElementById('MenuSecundarioVentanillaUnica')).next().slideDown('normal');
            }

            if (sUrl == 'FirmaDigital.aspx' || sUrl == 'VisadoOrdinario.aspx') {
                sTexto = document.getElementById('MenuSecundarioVisado').innerHTML;
                document.getElementById('MenuSecundarioVisado').innerHTML = sTexto.substring(0, sTexto.length - 1) + '-';
                $(document.getElementById('MenuSecundarioVisado')).next().slideDown('normal');
            }
            // -----------------------------------------------------------------------------
        }

        $('#menu ul:visible').slideUp('normal'); // Enrollamos el menú que se pliega.        
        checkElement.slideDown('normal'); // Desplegamos el menu sobre el que hemos hecho click.

        return false;
    }
}
);
}
$(document).ready(function() { initMenu(); });
