// 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 showAcomodacoes() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/galeria/index.html?iframe=true&width=100%&height=100%', '', '');
}

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

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

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

function showHome() {
	$.prettyPhoto.open('dados/imagens/home/galeria/index.html?iframe=true&width=100%&height=100%', '', '');
}
function showPolitica() {
	$.prettyPhoto.open('politica.html?iframe=true&width=650&height=300', '', '');
}
