// JavaScript Document
$(document).ready(function(){
	
});

function reservaciones(){
	//alert("call");
	jQuery.fancybox(
		{
			'width'				: 450,
			'height'			: 520,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'href'				: 'reserva.php',
			'type'				: 'iframe',
			'titleShow'			: false,
			'autoScale'			: false,
			'autoDimensions'	: true
		}
	);
}

function reservaciones_en(){
	//alert("call");
	jQuery.fancybox(
		{
			'width'				: 450,
			'height'			: 520,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'href'				: 'reserva_en.php',
			'type'				: 'iframe',
			'titleShow'			: false,
			'autoScale'			: false,
			'autoDimensions'	: true
		}
	);
}

function resizeFancyBox(w,h){
      
		var iFrameContentHeight = h;
		var iFrameContentWidth = w;

        var outer = $('#fancybox-wrap');
        var inner = $('#fancybox-inner');
        var paddingTotal = 2;
        var extra = 20; // some extra space to avoid Scrollbars

        if(iFrameContentHeight > 0 && iFrameContentWidth > 0){
                outer.animate({
                        height: iFrameContentHeight + paddingTotal + extra,
                        width: iFrameContentWidth + paddingTotal + extra
                });
                inner.animate({
                        height: iFrameContentHeight + extra,
                        width: iFrameContentWidth + extra
                });
                jQuery.fancybox.center();
        }
} 

function contacto(){
jQuery.fancybox(
		{
			'width'				: 550,
			'height'			: 500,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'href'				: 'contacto.php',
			'type'				: 'iframe',
			'titleShow'			: false,
			'autoScale'			: false,
			'autoDimensions'	: true
		}
	);
}

function contacto_en(){

jQuery.fancybox(
		{
			'width'				: 550,
			'height'			: 500,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'href'				: 'contacto_en.php',
			'type'				: 'iframe',
			'titleShow'			: false,
			'autoScale'			: false,
			'autoDimensions'	: true
		}
	);

}

function mapa(){
jQuery.fancybox(
		{
			'width'				: 800,
			'height'			: 550,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'href'				: 'map.php',
			'type'				: 'iframe',
			'titleShow'			: false,
			'autoScale'			: false,
			'autoDimensions'	: true
		}
	);
}
function mapa_en(){
jQuery.fancybox(
		{
			'width'				: 800,
			'height'			: 550,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'href'				: 'map_en.php',
			'type'				: 'iframe',
			'titleShow'			: false,
			'autoScale'			: false,
			'autoDimensions'	: true
		}
	);
}
function paquetes(){
jQuery.fancybox(
		{
			'width'				: 550,
			'height'			: 500,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'href'				: 'paquetes.php',
			'type'				: 'iframe',
			'titleShow'			: false,
			'autoScale'			: false,
			'autoDimensions'	: true
		}
	);
}

function paquetes_en(){
jQuery.fancybox(
		{
			'width'				: 550,
			'height'			: 500,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'href'				: 'paquetes_en.php',
			'type'				: 'iframe',
			'titleShow'			: false,
			'autoScale'			: false,
			'autoDimensions'	: true
		}
	);

}
