function foto(imagem){
	window.open('/foto.asp?imagem=/imagens/'+imagem+'_grd.gif','foto','width=440,height=340');
}
function mapa(){
	window.open('/localizacao/zoom.asp','foto','width=440,height=440');
}