// 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,
		wmode: 'transparent',
		social_tools: false
	});
});

function showDepoimento() {
	$.prettyPhoto.open('cliente/listaDepoimentos.php?iframe=true&width=400&height=420', '', '');
}

function showTour() {
	$.prettyPhoto.open('tour/index.html?iframe=true&width=780&height=510', '', '');
}

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

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


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

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

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

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

function showNewsletter() {
	$.prettyPhoto.open('cliente/newsletter.php?iframe=true&width=400&height=200', '', '');
}

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


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

function showPolitica() {
	$.prettyPhoto.open('cliente/politica.php?iframe=true&width=440&height=380', '', '');
}

