var a;

function fotos(a,b,c) {

                text = ("<head><title>Lar Escola Cairbal Schutel</title></head>");

                text = (" <body bgcolor='#FFFFFF' text='#000000' link='#000000' alink='#000000' vlink='#000000' bottommargin=5 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 onload='focus()'> ");

                text = (text + " <center><table width='90%'><tr><td align='center'><img src='imagens/logo_popup.gif' align='left' vspace=10 /><a href='javascript:self.close ()'><img src=../img/" + a + " style='border: 20px solid #ebebeb;' 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()

	}
