var a;
function fotos(a,b,c) {
                text = ("<head><title>ADG Brasil</title></head>");
                text = (" <body bgcolor='#8a8ac3' text='white' link='white' alink='white' vlink='white' bottommargin=5 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 onload='focus()'> ");
                text = (text + " <center><img src='imagens/logotipo_adg_20anos.gif' align='left' style='margin-right: 15px;' vspace=10 /><a href='javascript:self.close ()'><img src=../img/" + a + " border=0 vspace=10></a><br><font face='Tahoma, Arial' size='1'>"+ b +"<br><strong>Crédito:</strong> "+ c +"</font></center></body>");
                msgwindow=window.open("","displaywindow","toolbar=no,width=650, height=600, directories=no,status=no,location=no,scrollbars=yes,resize=no,menubar=no")
                msgwindow.document.write(text)
                msgwindow.document.close()
	}
	
var a;
function fotos_noticia(a,b,c) {
                text = ("<head><title>ADG Brasil</title></head>");
                text = (" <body bgcolor='#8a8ac3' text='white' link='white' alink='white' vlink='white' bottommargin=5 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 onload='focus()'> ");
                text = (text + " <center><img src='imagens/logotipo_adg_20anos.gif' align='left' style='margin-right: 15px;' vspace=10 /><a href='javascript:self.close ()'><img src=../img/" + a + " border=0 vspace=10></a><br><font face='Tahoma, Arial' size='1'>"+ b +"<br><strong>Crédito:</strong> "+ c +"</font></center></body>");
                msgwindow=window.open("","displaywindow","toolbar=no,width=650, height=600, directories=no,status=no,location=no,scrollbars=yes,resize=no,menubar=no")
                msgwindow.document.write(text)
                msgwindow.document.close()
	}

