var a;
function fotos(a) {
                text = ("<HEAD><TITLE>Esporte Clube Sírio</TITLE></head>");
                text = (" <BODY BGCOLOR='#ffffff' TEXT='#000000' LINK='red' ALINK='#cococo' VLINK='red' bottommargin=0 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 OnLoad='focus()' background=imagens/back_popup.gif> ");
                text = (text + "<center><A HREF='javascript:self.close ()'><IMG SRC=imagens/" + a + " BORDER=0 vspace=5></a></font></CENTER><font size=1 face=verdana color=#949393><strong> </font></BODY>");
                msgWindow=window.open("","displayWindow","toolbar=no,width=415,height=550,directories=no,status=no,location=no,scrollbars=0,resize=no,menubar=no")
                msgWindow.document.write(text)
                msgWindow.document.close()
	}
function fotosH(a) {
                text = ("<HEAD><TITLE>Esporte Clube Sírio</TITLE></head>");
                text = (" <BODY BGCOLOR='#ffffff' TEXT='#000000' LINK='red' ALINK='#cococo' VLINK='red' bottommargin=0 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 OnLoad='focus()' background=imagens/back_popup.gif> ");
                text = (text + "<center><A HREF='javascript:self.close ()'><IMG SRC=imagens/" + a + " BORDER=0 vspace=5></a></font></CENTER><font size=1 face=verdana color=#949393><strong> </font></BODY>");
                msgWindow=window.open("","displayWindow","toolbar=no,width=550,height=415,directories=no,status=no,location=no,scrollbars=0,resize=no,menubar=no")
                msgWindow.document.write(text)
                msgWindow.document.close()
	}