//:::::::::::::::::::::::: BANCO DE IMAGENS ::::::::::::::::::::::::://    
function mostra_foto(foto)
	{
	window.open("mostra_foto.asp?Codigo="+foto,"Foto","toolbar=no,menubar=no,resizable=yes,status=no,scrollbars=yes,width=650,height=450")
	}
	
function mostra_foto_noticia(foto)
	{
	window.open("mostra_foto.asp?Foto="+foto,"Foto","toolbar=no,menubar=no,resizable=yes,status=no,scrollbars=yes,width=650,height=450")
	}
//::::::::::::::::::::::::FIM BANCO DE IMAGENS ::::::::::::::::::::::::://