var a;
function fotos(a,b,c) {
                text = ("<head><title>Jose Rolim</title></head>");
                text = (" <body bgcolor='#0457e1' 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><br><img src='imagens/logo_popup.gif' /><br><br><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=550, height=450, 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>Jose Rolim</title></head>");
                text = (" <body bgcolor='#0457e1' 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><br><img src='imagens/logo_popup.gif' /><br><br><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=550, height=450, directories=no,status=no,location=no,scrollbars=yes,resize=no,menubar=no")
                msgwindow.document.write(text)
                msgwindow.document.close()
	}

