function doblenlace(nr){ 
	
if (nr==1){ 
	document.location.href="reservas.htm" 

} 
if (nr==2){ 
	
	document.location.href="valladolid.htm" 
} 
if (nr==3){ 
	document.location.href="reservas.htm" 
	
} 
if (nr==4){ 
	document.location.href="filosofia.htm" 
} 
if (nr==5){ 
	document.location.href="localizacion.htm" 
} 
if (nr==6){ 
	document.location.href="ocio_tiempo.htm" 
} 

if (nr==7){ 
	document.location.href="escapadas.htm"  
}

if (nr==8){ 
	document.location.href="ficha_tecnica.htm"  
} 

if (nr==9){ 
	document.location.href="nuestra_mision.htm"  
} 
if (nr==10){ 
	document.location.href="buscamos.htm"  
} 
if (nr==11){ 
	document.location.href="day_use.htm"  
} 
if (nr==12){ 
	document.location.href="boutique_amenities.htm"  
} 
if (nr==13){ 
	document.location.href="boutique_amenities.htm"  
} 
} 