function info(data1,gols1,data2,gols2, penal)
{

if (penal != "#"){ alt = "300" }
else
{
 if (gols2 != "#"){ alt = "290" }
 else
 {
  if (gols1 != "#"){ alt = "250" }
  else { alt = "200" }
 }
}

pop = window.open('','','width=300,height='+alt+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=0,menubar=no');

pop.document.write('<head><title>UOL Esporte - Futebol</title></head><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
pop.document.write('<img src="http://e.i.uol.com.br/futebol/2002/pop_libertadores.gif" width="300" height="37" border="0"><br><img src=http://img.uol.com.br/x.gif width=1 height=15 border=0><br>');
pop.document.write('<table width="300" border="0" cellspacing="0" cellpadding="3" align="center">');
if (data1 != "#"){ pop.document.write('<tr valign="top"><td width="55" align="right"><font face="Arial" size="2"><b>IDA:</b></font></td><td width="245" class="tittexto"><font face="Arial" size="2">'+data1+'</font></td></tr>'); }
if (gols1 != "#"){ pop.document.write('<tr valign="top"><td align="right"><font face="Arial" size="2"><b>Gols:</b></font></td><td><font face="Arial" size="2">'+gols1+'</font></td></tr>');}

if (data2 != "#"){ pop.document.write('<tr><td colspan="2"><hr size="1" color="#000000" noshade></td></tr>');
                   pop.document.write('<tr valign="top"><td align="right"><font face="Arial" size="2"><b>VOLTA:</b></font></td><td><font face="Arial" size="2">'+data2+'</font></td></tr>'); }
if (gols2 != "#"){ pop.document.write('<tr valign="top"><td align="right"><font face="Arial" size="2"><b>Gols:</b></font></td><td><font face="Arial" size="2">'+gols2+'</font></td></tr>'); }
if (penal != "#"){ pop.document.write('<tr><td colspan="2"><img src=http://img.uol.com.br/x.gif width=1 height=1 border=0></td></tr>');
                   pop.document.write('<tr valign="top"><td align="right"><font face="Arial" size="2"><b>P&ecirc;naltis:</b></font></td><td><font face="Arial" size="2">'+penal+'</font></td></tr>'); }
pop.document.write('<tr><td height="40" colspan="2" align="center" valign="bottom"><br><font face="Arial" size="2"><a href="javascript:window.close()">Fechar</a></font></td></tr></table>');
}