var a;
function fotos(a,b,c) {
                text = ("<head><title>Aquário do Brasil</title></head>");
                text = (" <body style='background-color: #000000;' bgcolor='#FFFFFF' text='#FFFFFF' link='#FFFFFF' alink='#FFFFFF' vlink='#919191' bottommargin=5 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 onload='focus()'> ");
                text = (text + " <center><table width='90%'><tr><td align='center'><a href='javascript:self.close ()'><img src=acara-discus/" + a + " style='border: 5px solid #115258;' vspace=10></a><br><font face='Tahoma, Arial' size='1'>"+ b +"<br>"+ c +"</font></td></tr></table></center></body>");
                msgwindow=window.open("","displaywindow","toolbar=no,width=750, height=550, directories=no,status=no,location=no,scrollbars=yes,resize=no,menubar=no")
                msgwindow.document.write(text)
                msgwindow.document.close()
	}