// JavaScript Document
$(document).ready(function(){$("#paginaCategoria .light a").lightbox();});
$(document).ready(function(){$(".lightbox").lightbox();});
function gerahit(banner)
{
	pagina="gerahit.asp?id="+banner
	ajaxGet(pagina,document.getElementById("divHits"),true)
}

function pega_dados_galeria(id)
{

	pagina="getGaleria.asp?id="+id+"&dado=descricao";
	ajaxGet(pagina,document.getElementById("galeriaDescricao"),true);
	pagina="getGaleria.asp?id="+id+"&dado=imagem";
	ajaxGet(pagina,document.getElementById("DivGaleriaFoto"),true);
	

}
function pageclear()
{
	document.getElementById('waitingg').style.display="none";
}

function filtrartodas()
{
	document.getElementById("localidade").selectedIndex =0; 
	document.getElementById("frmregiao").submit(); 
}

function fechar_janela()
{
	

	//document.getElementById("bannerflutuante").style.display='none';
	 $(document).ready(function () {
      $("#bannerflutuante").fadeOut(1000);
    });


}
$(document).ready(function(){$("hr").wrap("<div class='hrd'>&nbsp;</div>");});

document.write('<map name="Map" id="Map">');
document.write('<area shape="rect" coords="3,2,64,63" href="index.asp" alt="Casamento Rio" />');
document.write('<area shape="rect" coords="65,2,260,63" href="/p/arquivo.htm" alt="Arquivos de Casamento" />');
document.write('<area shape="rect" coords="261,2,552,63" href="/g/galeria/1/fotos-vestidos-de-noiva.htm" alt="Galeria de vestidos de noiva" />');
document.write('<area shape="rect" coords="553,2,652,63" href="/p/luademel.htm" alt="Lua de Mel" />');
document.write('<area shape="rect" coords="656,2,844,63" href="/p/orcamento.htm" alt="Orcamento inteligente" />');
document.write('<area shape="rect" coords="848,2,920,63" href="/p/contato.htm" alt="Contanto" />');document.write('</map>');

document.write('<map name="Mapbusca" id="Mapbusca">');
document.write('<area shape="rect" coords="3,8,137,31" href="/p/weddingspace.htm" alt="wedding space" />');
document.write('</map>');


document.write('<map name="Mapmenutopo" id="Mapmenutopo">');
document.write('<area shape="rect" coords="0,0,240,28" href="/p/weddingspace.htm" alt="wedding space" />');
document.write('<area shape="rect" coords="240,0,468,28" href="/p/planejamento.htm" alt="planejamento" />');
document.write('</map>');











