
function MM_preloadImages() {
	var d=document; 
	if(d.images){ 
		if(!d.MM_p) 
			d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; 
	for(i=0; i<a.length; i++)
		if (a[i].indexOf("#")!=0){ 
			d.MM_p[j]=new Image; 
			d.MM_p[j++].src=a[i];
		}
	}
}


function desactivarMenuSuperior(id){
	document.getElementById(id).style.visibility = 'hidden';
}

function activarMenuSuperior(id){

	document.getElementById('alcaudete').style.visibility = 'hidden';	
	document.getElementById('ayuntamiento').style.visibility = 'hidden';		
	document.getElementById('turismoydesarrollo').style.visibility = 'hidden';	
	document.getElementById('culturayocio').style.visibility = 'hidden';	
	document.getElementById('servicios').style.visibility = 'hidden';
	
	document.getElementById(id).style.visibility = 'visible';
	
	if(id == 'alcaudete'){
		document.getElementById(id).style.left = '455px';
		document.getElementById(id).style.top = '103px';
		document.getElementById(id).style.height = '150px';
		document.getElementById(id).style.width = '110px';
	}else if(id == 'ayuntamiento'){
		document.getElementById(id).style.left = '490px';
		document.getElementById(id).style.top = '103px';
		document.getElementById(id).style.width = '160px';
	}else if(id == 'turismoydesarrollo'){
		document.getElementById(id).style.left = '540px';
		document.getElementById(id).style.top = '103px';	
		document.getElementById(id).style.height = '153px';
		document.getElementById(id).style.width = '115px';
	}else if(id == 'culturayocio'){
		document.getElementById(id).style.left = '500px';
		document.getElementById(id).style.top = '195px';	
		document.getElementById(id).style.height = '145px';
		document.getElementById(id).style.width = '155px';
	}else if(id == 'servicios'){			
		document.getElementById(id).style.left = '495px';
		document.getElementById(id).style.top = '50px';	
		document.getElementById(id).style.width = '160px';
		document.getElementById(id).style.height = '230px';
	}
	
}

function selMenuIzquierdaAlcaudete(){
	document.getElementById('botonAlcaudete').style.backgroundImage = 'url(css/img/botonMenuIzquierdaOn1.gif)';
	
	document.getElementById('botonAyuntamiento').style.backgroundImage = 'url(css/img/botonAyuntamientoOff.gif)';
	document.getElementById('botonServicios').style.backgroundImage = 'url(css/img/botonServiciosOff.gif)';
	document.getElementById('botonTurismoyDesarrollo').style.backgroundImage = 'url(css/img/botonTurismoyDesarrolloOff.gif)';	
	document.getElementById('botonCulturayOcio').style.backgroundImage = 'url(css/img/botonCulturayOcioOff.gif)';
}

function selMenuIzquierdaAyuntamiento(){
	document.getElementById('botonAyuntamiento').style.backgroundImage = 'url(css/img/botonMenuIzquierdaOn1.gif)';
	
	document.getElementById('botonServicios').style.backgroundImage = 'url(css/img/botonServiciosOff.gif)';
	document.getElementById('botonTurismoyDesarrollo').style.backgroundImage = 'url(css/img/botonTurismoyDesarrolloOff.gif)';	
	document.getElementById('botonCulturayOcio').style.backgroundImage = 'url(css/img/botonCulturayOcioOff.gif)';
	document.getElementById('botonAlcaudete').style.backgroundImage = 'url(css/img/botonAlcaudeteOff.gif)';
}

function selMenuIzquierdaServicios(){
	document.getElementById('botonServicios').style.backgroundImage = 'url(css/img/botonServiciosOn.gif)';
	
	document.getElementById('botonAyuntamiento').style.backgroundImage = 'url(css/img/botonAyuntamientoOff.gif)';	
	document.getElementById('botonTurismoyDesarrollo').style.backgroundImage = 'url(css/img/botonTurismoyDesarrolloOff.gif)';	
	document.getElementById('botonCulturayOcio').style.backgroundImage = 'url(css/img/botonCulturayOcioOff.gif)';
	document.getElementById('botonAlcaudete').style.backgroundImage = 'url(css/img/botonAlcaudeteOff.gif)';
}

function selMenuIzquierdaTurismoyDesarrollo(){
	document.getElementById('botonTurismoyDesarrollo').style.backgroundImage = 'url(css/img/botonMenuIzquierdaOn2.gif)';
	
	document.getElementById('botonAyuntamiento').style.backgroundImage = 'url(css/img/botonAyuntamientoOff.gif)';
	document.getElementById('botonServicios').style.backgroundImage = 'url(css/img/botonServiciosOff.gif)';
	document.getElementById('botonCulturayOcio').style.backgroundImage = 'url(css/img/botonCulturayOcioOff.gif)';
	document.getElementById('botonAlcaudete').style.backgroundImage = 'url(css/img/botonAlcaudeteOff.gif)';	
}

function selMenuIzquierdaCulturayOcio(){
	document.getElementById('botonCulturayOcio').style.backgroundImage = 'url(css/img/botonMenuIzquierdaOn2.gif)';
	
	document.getElementById('botonAyuntamiento').style.backgroundImage = 'url(css/img/botonAyuntamientoOff.gif)';
	document.getElementById('botonServicios').style.backgroundImage = 'url(css/img/botonServiciosOff.gif)';
	document.getElementById('botonTurismoyDesarrollo').style.backgroundImage = 'url(css/img/botonTurismoyDesarrolloOff.gif)';	
	document.getElementById('botonAlcaudete').style.backgroundImage = 'url(css/img/botonAlcaudeteOff.gif)';	
}

function selMenuSuperiorAlcaudete(idDiv, idEnlace){
	/*document.getElementById('botonPresentacion').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';
	document.getElementById('botonSituacion').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';
	document.getElementById('botonHistoria').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';
	document.getElementById('botonGuiaTuristica').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';
	document.getElementById('botonImagenes').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';*/
	
	document.getElementById('enlaceBotonPresentacion').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonPresentacionImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonPresentacionImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonSituacion').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonSituacionImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonSituacionImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonHistoria').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonHistoriaImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonHistoriaImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonGuiaTuristica').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonGuiaTuristicaImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonGuiaTuristicaImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonImagenes').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonImagenesImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonImagenesImgOn').style.zIndex = 1;
	
	/*document.getElementById(idDiv).style.backgroundImage = 'url(css/img/botonMenuSuperiorOn.gif)';*/
	document.getElementById(idEnlace).style.color = '#FFC600';
	document.getElementById(idEnlace + 'ImgOn').style.zIndex = 2;
	document.getElementById(idEnlace + 'ImgOff').style.zIndex = 1;
}


function selMenuSuperiorAyuntamiento(idDiv, idEnlace){
	/*document.getElementById('botonDireccionesyTelefonos').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonOrganizacion').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonAlcaldiayConcejalias').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonPlenodelaCorporacion').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonAreas').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonNormativa').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonTablondeAnuncios').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	*/
	
	document.getElementById('enlaceBotonDireccionesyTelefonos').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonDireccionesyTelefonosImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonDireccionesyTelefonosImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonOrganizacion').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonOrganizacionImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonOrganizacionImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonAlcaldiayConcejalias').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonAlcaldiayConcejaliasImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonAlcaldiayConcejaliasImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonPlenodelaCorporacion').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonPlenodelaCorporacionImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonPlenodelaCorporacionImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonAreas').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonAreasImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonAreasImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonNormativa').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonNormativaImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonNormativaImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonTablondeAnuncios').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonTablondeAnunciosImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonTablondeAnunciosImgOn').style.zIndex = 1;
	
	/*document.getElementById(idDiv).style.backgroundImage = 'url(css/img/botonMenuSuperiorOn.gif)';*/
	document.getElementById(idEnlace).style.color = '#FFC600';	
	document.getElementById(idEnlace + 'ImgOn').style.zIndex = 2;
	document.getElementById(idEnlace + 'ImgOff').style.zIndex = 1;
}

function selMenuSuperiorServicios(idDiv, idEnlace){
	/*document.getElementById('botoneAdministracion').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonNoticias').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonEmpleo').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonParticipacionCiudadana').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonCursosyJornadas').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonAlertas').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonEnlaces').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';*/
	
	document.getElementById('enlaceBotoneAdministracion').style.color = '#E7DBB3';
	document.getElementById('enlaceBotoneAdministracionImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotoneAdministracionImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonNoticias').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonNoticiasImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonNoticiasImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonEmpleo').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonEmpleoImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonEmpleoImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonParticipacionCiudadana').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonParticipacionCiudadanaImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonParticipacionCiudadanaImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonCursosyJornadas').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonCursosyJornadasImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonCursosyJornadasImgOn').style.zIndex = 1;
	//document.getElementById('enlaceBotonAlertas').style.color = '#E7DBB3';
	//document.getElementById('enlaceBotonAlertasImgOff').style.zIndex = 2;
	//document.getElementById('enlaceBotonAlertasImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonEnlaces').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonEnlacesImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonEnlacesImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonLibro').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonLibroImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonLibroImgOn').style.zIndex = 1;
		
	/*document.getElementById(idDiv).style.backgroundImage = 'url(css/img/botonMenuSuperiorOn.gif)';*/
	document.getElementById(idEnlace).style.color = '#FFC600';	
	document.getElementById(idEnlace + 'ImgOn').style.zIndex = 2;
	document.getElementById(idEnlace + 'ImgOff').style.zIndex = 1;		
}

function selMenuSuperiorTurismoyDesarrollo(idDiv, idEnlace){
	/*document.getElementById('botonEmpresas').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonAgendaTurismo').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonTurismoActivo').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';
	document.getElementById('botonMedioAmbiente').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
        document.getElementById('botonAgenda').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';*/

	document.getElementById('enlaceBotonEmpresas').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonEmpresasImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonEmpresasImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonAgendaTurismo').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonAgendaTurismoImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonAgendaTurismoImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonTurismoActivo').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonTurismoActivoImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonTurismoActivoImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonMedioAmbiente').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonMedioAmbienteImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonMedioAmbienteImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonAgenda').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonAgendaImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonAgendaImgOn').style.zIndex = 1;

	/*document.getElementById(idDiv).style.backgroundImage = 'url(css/img/botonMenuSuperiorOn.gif)';*/
	document.getElementById(idEnlace).style.color = '#FFC600';
	document.getElementById(idEnlace + 'ImgOff').style.zIndex = 1;
	document.getElementById(idEnlace + 'ImgOn').style.zIndex = 2;
}

function selMenuSuperiorCulturayOcio(idDiv, idEnlace){
	/*document.getElementById('botonActividadesCulturales').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonDeporte').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonJuventud').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';
	
	document.getElementById('botonlaCasadelaCultura').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';	
	document.getElementById('botonlaBandaMunicipal').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';

	document.getElementById('botonForo').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';*/

	document.getElementById('enlaceBotonActividadesCulturales').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonActividadesCulturalesImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonActividadesCulturalesImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonDeporte').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonDeporteImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonDeporteImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonJuventud').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonJuventudImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonJuventudImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonCasaCultura').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonCasaCulturaImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonCasaCulturaImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonBandaMunicipal').style.color = '#E7DBB3';	
	document.getElementById('enlaceBotonBandaMunicipalImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonBandaMunicipalImgOn').style.zIndex = 1;
	document.getElementById('enlaceBotonForo').style.color = '#E7DBB3';
	document.getElementById('enlaceBotonForoImgOff').style.zIndex = 2;
	document.getElementById('enlaceBotonForoImgOn').style.zIndex = 1;	
	
	/*document.getElementById(idDiv).style.backgroundImage = 'url(css/img/botonMenuSuperiorOn.gif)';*/
	document.getElementById(idEnlace).style.color = '#FFC600';
	document.getElementById(idEnlace + 'ImgOff').style.zIndex = 1;
	document.getElementById(idEnlace + 'ImgOn').style.zIndex = 2;
}

function selMenuDerechaDatosUsuario(){
	document.getElementById('botonSalirCiudadano').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';
	document.getElementById('botonDatosCiudadano').style.backgroundImage = 'url(css/img/botonMenuSuperiorOn.gif)';
	document.getElementById('botonDatosCiudadano').style.color = '#FFC600';	
}

function selMenuDerechaSalir(){
	document.getElementById('botonDatosCiudadano').style.backgroundImage = 'url(css/img/botonMenuSuperiorOff.gif)';
	document.getElementById('botonSalirCiudadano').style.backgroundImage = 'url(css/img/botonMenuSuperiorOn.gif)';
	document.getElementById('botonSalirCiudadano').style.color = '#FFC600';	
}


function AbrirImagenVentana(ruta_imagen)
{

	img = new Image();
	img.src = ruta_imagen;

	alto = img.height;
	ancho = img.width;

	/*if(ancho>=screen.width)
    		ancho=screen.width*0.7;

	if(alto>=screen.height)
    		alto=screen.height*0.7;*/

	if(ancho >= screen.width && ancho >=alto){
    		ancho=screen.width*0.7;
		alto=alto*ancho/img.width;
	}

	if(alto >= screen.height && alto > ancho){
    		alto=screen.height*0.7;
		ancho=ancho*alto/img.height;
	}

	if(ancho == 0 || alto == 0)
		window.open(ruta_imagen, '_blank', 'toolbar=no, location=no, directories=no, status=no, scrollbars=auto, resizable=no, copyhistory=no, left=0,top=0');
	else
		window.open(ruta_imagen, '_blank', 'toolbar=no, location=no, directories=no, status=no, scrollbars=auto, resizable=no, copyhistory=no, width=' + ancho + ', height=' + alto + ', left=0,top=0');


	
}	