bgcolor='#4B0156';
bgcolor2='#872E7E';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topcentre { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:28"><DIV class=popper id=topdeck></DIV>');

zlien = new Array;
zlien[0] = new Array;
zlien[0][0] = '<A HREF="http://www.euro-2012-football.fr/qualification-euro-2012/calendrier-resultats" CLASS=ejsmenu>Retour &agrave; la page des r&eacute;sultats</A>';
zlien[0][1] = '<A HREF="http://www.euro-2012-football.fr/qualification-euro-2012/calendrier-resultats/classement-groupe-a-001103.html" CLASS=ejsmenu>Groupe A</A>';
zlien[0][2] = '<A HREF="http://www.euro-2012-football.fr/qualification-euro-2012/calendrier-resultats/classement-groupe-b-001109.html" CLASS=ejsmenu>Groupe B</A>';
zlien[0][3] = '<A HREF="http://www.euro-2012-football.fr/qualification-euro-2012/calendrier-resultats/classement-groupe-c-001114.html" CLASS=ejsmenu>Groupe C</A>';
zlien[0][4] = '<A HREF="http://www.euro-2012-football.fr/qualification-euro-2012/calendrier-resultats/classement-groupe-d-001089.html" CLASS=ejsmenu>Groupe D</A>';
zlien[0][5] = '<A HREF="http://www.euro-2012-football.fr/qualification-euro-2012/calendrier-resultats/classement-groupe-e-001121.html" CLASS=ejsmenu>Groupe E</A>';
zlien[0][6] = '<A HREF="http://www.euro-2012-football.fr/qualification-euro-2012/calendrier-resultats/classement-groupe-f-001191.html" CLASS=ejsmenu>Groupe F</A>';
zlien[0][7] = '<A HREF="http://www.euro-2012-football.fr/qualification-euro-2012/calendrier-resultats/classement-groupe-g-001205.html" CLASS=ejsmenu>Groupe G</A>';
zlien[0][8] = '<A HREF="http://www.euro-2012-football.fr/qualification-euro-2012/calendrier-resultats/classement-groupe-h-001193.html" CLASS=ejsmenu>Groupe H</A>';
zlien[0][9] = '<A HREF="http://www.euro-2012-football.fr/qualification-euro-2012/calendrier-resultats/classement-groupe-i-001197.html" CLASS=ejsmenu>Groupe I</A>';
var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 ALIGN=center CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFFFFF WIDTH=230><TR><TD><TABLE WIDTH=100% ALIGN=center BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" td style=\"font-family: Trebuchet MS; font-size: 10pt; color: #FFFFFF; font-weight: bold\" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=27>&nbsp;&nbsp;"+msg[pass]+"</TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topcentre><TABLE BORDER=0 ALIGN=center CELLPADDING=0 CELLSPACING=0 BGCOLOR=#872E7E WIDTH=230><TR><TD><TABLE CELLPADING=0 ALIGN=center CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=23><TR>')
document.write('<TD WIDTH=600 ALIGN=center td style="font-family: Trebuchet MS; font-size: 11pt; color: #FFFFFF; font-weight: bold" BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><font color="#FFFFFF">S&eacute;lectionnez un groupe</font></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
