	url=location.href.split('?');
	seccion=url[1].split('=');
	capa=seccion[1];
	switch (capa)
	{
	case 'inicio':
		document.getElementById('inicio').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_inicio2.gif";		
		break;
	case 'reservasempresas':
		document.getElementById('reservasempresas').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_reservasempresas2.gif";		
		break;
	case 'personalizado':
		document.getElementById('personalizado').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_personalizado2.gif";
		break;
	case 'servicios':
		document.getElementById('servicios').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_servicios2.gif";
		break;
	case 'estadisticas':
		document.getElementById('estadisticas').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_estadisticas2.gif";
		break;	
	case 'congresos':
		document.getElementById('congresos').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_congresos2.gif";
		break;	
	case 'incentivos':
		document.getElementById('incentivos').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_incentivos2.gif";
		break;	
	case 'eventosdeportivos':
		document.getElementById('eventosdeportivos').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_eventosdeportivos2.gif";
		break;	
	case 'efactura':
		document.getElementById('efactura').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_efactura2.gif";
		break;	
	default: 	
		document.getElementById('inicio').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_inicio.gif";
		document.getElementById('reservasempresas').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_reservasempresas.gif";
		document.getElementById('personalizado').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_personalizado.gif";
		document.getElementById('servicios').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_servicios.gif";
		document.getElementById('estadisticas').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_estadisticas.gif";
		document.getElementById('congresos').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_congresos.gif";
		document.getElementById('incentivos').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_incentivos.gif";
		document.getElementById('eventosdeportivos').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_eventosdeportivos.gif";
		document.getElementById('efactura').src="http://www3.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/pymes/cabnew_efactura.gif";
	} 

