	function abre_mapa(caminho){
		Wwidth  = 450;
		Wheight = 500;

		tamW = screen.width;
		tamH = screen.height;

		posW = (tamW/2) - (Wwidth/2);
		posH = (tamH/2) - (Wheight/2);	

		params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=0,status=0";
	
		window.open(caminho,'Procura',params);
	}
	
	function abre_foto(caminho){
		Wwidth  = 500;
		Wheight = 405;

		tamW = screen.width;
		tamH = screen.height;

		posW = (tamW/2) - (Wwidth/2);
		posH = (tamH/2) - (Wheight/2);

		params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=0,status=0";

		window.open(caminho,'Procura',params);
	}


	function contato(caminho){
		Wwidth  = 450;
		Wheight = 430;

		tamW = screen.width;
		tamH = screen.height;

		posW = (tamW/2) - (Wwidth/2);
		posH = (tamH/2) - (Wheight/2);	

		params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=0,status=0";
	
		window.open(caminho,'contato',params);
	}
		
  function abreBlog(){

	Wwidth  = 750;
	Wheight = 550;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",status=1,scrollbars=0";

	window.open('livro_recados/index_blog.php','blog',params);
  }

function galeria(caminho){
	Wwidth  = 780;
	Wheight = 550;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=0,status=0";

	window.open(caminho,'galeria',params);
}
