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

function showAmbientes() {
	$.prettyPhoto.open('dados/imagens/ambientes/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/ambientes/gallery.xml', '', '');
}

function showCafe() {
	$.prettyPhoto.open('dados/imagens/cafe/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/cafe/gallery.xml', '', '');
}

function showComemora() {
		$.prettyPhoto.open('dados/imagens/comemoracoes/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/comemoracoes/gallery.xml', '', '');
}




function showMapa() {
	$.prettyPhoto.open('dados/imagens/localizacao/index.html?iframe=true&width=1020&height=661', '', '');
}
function showContato() {
	$.prettyPhoto.open('contato.php?iframe=true&width=750&height=550', '', '');
}
function showInfo() {
	$.prettyPhoto.open('info.html?iframe=true&width=860&height=600', '', '');
}

function showEventos() {
	$.prettyPhoto.open('eventos.html?iframe=true&width=860&height=600', '', '');
}


function showComemoracoes() {
	$.prettyPhoto.open('comemoracoes.html?iframe=true&width=860&height=600', '', '');
}
function showReservas() {
	$.prettyPhoto.open('reservas.html?iframe=true&width=860&height=650', '', '');
}



function showGaleria01() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/01/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/acomodacoes/01/gallery.xml', '', '');
}

function showGaleria02() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/02/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/acomodacoes/02/gallery.xml', '', '');
}

function showGaleria03() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/03/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/acomodacoes/03/gallery.xml', '', '');
}

function showGaleria04() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/04/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/acomodacoes/04/gallery.xml', '', '');
}

function showGaleria05() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/05/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/acomodacoes/05/gallery.xml', '', '');
}

function showGaleria06() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/06/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/acomodacoes/06/gallery.xml', '', '');
}

function showGaleria07() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/07/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/acomodacoes/07/gallery.xml', '', '');
}

function showGaleria08() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/08/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/acomodacoes/08/gallery.xml', '', '');
}

function showGaleria09() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/09/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/acomodacoes/09/gallery.xml', '', '');
}

function showGaleria10() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/10/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/acomodacoes/10/gallery.xml', '', '');
}

function showGaleria11() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/11/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/acomodacoes/11/gallery.xml', '', '');
}

function showGaleria12() {
	$.prettyPhoto.open('dados/imagens/acomodacoes/12/viewer.swf?width=980&height=680&flashvars=xmlDataPath=dados/imagens/acomodacoes/12/gallery.xml', '', '');
}
