var a;
function fotos(a) {
                text = ("<head><title>yoga ananda : escola de yoga em santana - são paulo</title></head>");
                text = (" <body bgcolor='#000000' bottommargin=0 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 onload='focus()'> ");
                text = (text + " <center><a href='javascript:self.close ()'><img src=imagens/" + a + " border=0></a></center></body>");
                msgwindow=window.open("","displaywindow","toolbar=no,width=250,height=250,directories=no,status=no,location=no,scrollbars=no,resize=no,menubar=no")
                msgwindow.document.write(text)
                msgwindow.document.close()
	}