// JavaScript Document
<!--
function Rollover(Imagen,Nombre)
	{
	window.document.getElementById(Nombre).src = Imagen;
	}
function Rollout(Imagen,Nombre)
	{
	window.document.getElementById(Nombre).src = Imagen;
	}
	

function Abrir_Mapa()
	{
	izquierda = 250;//(screen.width) ? (screen.width-700)/2 : 100
    arriba = 150;//(screen.height) ? (screen.height-550)/2 : 100
	opciones = "height=504,width=504,left=" + izquierda + ",top=" + arriba;
	window.open('./Mapa.html','Mapa',opciones).focus();
	}
	
function Abrir_Ubicaciones()
		{
		window.open("Ubicaciones.html",'_self','pantalla')
		}
function Abrir_Quienes_somos()
		{
		window.open("Quienes_somos.html",'_self','pantalla')
		}
function Abrir_Mapaweb()
		{
		window.open("Mapa_Web.html",'_self','pantalla')
		}
function Abrir_Tarifas()
		{
		window.open("Tarifas.html",'_self','pantalla')
		}
function Abrir_Servicios()
		{
		window.open("Servicios.html",'_self','pantalla')
		}
function Abrir_Contacto()
		{
		window.open("Contacto.php",'_self','pantalla')
		}
function Abrir_Seguridad()
		{
		window.open("Servicios_seguridad.html",'_self','pantalla')
		}
function Abrir_Instalaciones()
		{
		window.open("Servicios_instalaciones.html",'_self','pantalla')
		}
function Abrir_Habitaciones()
		{
		window.open("Servicios_habitaciones.html",'_self','pantalla')
		}
function Abrir_Sanitarios()
		{
		window.open("Servicios_sanitaria.html",'_self','pantalla')
		}
function Abrir_Ocio()
		{
		window.open("Servicios_ocio.html",'_self','pantalla')
		}		
function Abrir_Extra()
		{
		window.open("Servicios_extra.html",'_self','pantalla')
		}
//-->