// JavaScript Document
function reserv(){
	window.open("reservacion.php","newWin","height=267,width=550")
}
function contacto(){
		window.open("contacto.html","newWin","height=200,width=380")
}
function galeHotel(){
	window.open("galeriaHotel.html","newWin","height=325,width=400")
}
function galeHab(){
	window.open("galeriaHab.html","newWin","height=325,width=400")
}