function AbrirMapa(endereco,cooperado){
	var topo = (((self.screen.height-67) - 400) / 2);
	var esquerda = (((self.screen.width-10) - 500) / 2);
	window.open("mapa_dentista.php?endereco=" + endereco + "&cooperado=" + cooperado, 'Mapa',"width=500,height=400,top=" + topo + ",left=" + esquerda + ",resizable=0,scrollbars=0");
}