// JavaScript Document
$(document).ready(function() {
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme: 'light_square', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
		animation_speed: 'normal', /* fast/slow/normal */
		slideshow: false, /* false OR interval time in ms */
		autoplay_slideshow: false, /* true/false */
		allow_resize: false, /* Resize the photos bigger than viewport. true/false */
		overlay_gallery: false,
		opacity:0.8,
		//hideflash: true,
		wmode: 'transparent'
	});
});

function showAmbientes() {
	$.prettyPhoto.open('dados/imagens/ambientes/index.html?iframe=true&width=100%&height=100%', '', '');
}
function showSuites() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/index.html?iframe=true&width=100%&height=100%', '', '');
}
function showBistro() {
	$.prettyPhoto.open('dados/imagens/bistro/index.html?iframe=true&width=100%&height=100%', '', '');
}
function showCafe() {
	$.prettyPhoto.open('dados/imagens/cafe/index.html?iframe=true&width=100%&height=100%', '', '');
}

// Dinamicos 
function showEventos() {
	$.prettyPhoto.open('cliente/listaEventos.php?iframe=true&width=100%&height=100%', '', '');
}

function showPromo() {
	$.prettyPhoto.open('cliente/listaPromo.php?iframe=true&width=100%&height=100%', '', '');
}

function showGaleria() {
	$.prettyPhoto.open('cliente/galeria/index.html?iframe=true&width=100%&height=100%', '', '');
}

function showContato() {
	$.prettyPhoto.open('cliente/reserva.php?iframe=true&width=500&height=500', '', '');
}


function showDepoimentos() {
	$.prettyPhoto.open('cliente/listaDepoimentos.php?iframe=true&width=500&height=350', '', '');
}

function showPostal() {
	$.prettyPhoto.open('cliente/postal.php?iframe=true&width=800&height=300', '', '');
}

function showMapa() {
	$.prettyPhoto.open('mapa2012.html?iframe=true&width=980&height=600', '', '');
}

