bgcolor='#FFFFFF';
bgcolor2='#EAEAEA';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#6F6F6F; text-decoration:none;}')
document.write('A.ejsmenu {color:#6F6F6F; text-decoration:none;}')
document.write('A:hover.ejsmenu2 {color:#000000; font-weight: bold; text-decoration:none;}')
document.write('A.ejsmenu2 {color:#000000; font-weight: bold; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:20" 30" onmouseover="display()" onmouseout="hide()"><DIV class=popper id=topdeck></DIV>');

zlien = new Array;
zlien[0] = new Array;
zlien[0][0] = '<A HREF="jeuxflash/index.php" CLASS=ejsmenu2>Jeux flash</A>';
zlien[0][1] = '<A HREF="jeuxflash/action/action.php" CLASS=ejsmenu>....... action</A>';
zlien[0][2] = '<A HREF="jeuxflash/adresse/adresse.php" CLASS=ejsmenu>....... adresse</A>';
zlien[0][3] = '<A HREF="jeuxflash/arcade/arcade.php" CLASS=ejsmenu>....... arcade</A>';
zlien[0][4] = '<A HREF="jeuxflash/aventure/aventure.php" CLASS=ejsmenu>....... aventure</A>';
zlien[0][5] = '<A HREF="jeuxflash/casino/casino.php" CLASS=ejsmenu>....... casino</A>';
zlien[0][6] = '<A HREF="jeuxflash/classics/classics.php" CLASS=ejsmenu>....... classics</A>';
zlien[0][7] = '<A HREF="jeuxflash/combats/combats.php" CLASS=ejsmenu>....... combats</A>';
zlien[0][8] = '<A HREF="jeuxflash/courses/courses.php" CLASS=ejsmenu>....... courses</A>';
zlien[0][9] = '<A HREF="jeuxflash/humour/humour.php" CLASS=ejsmenu>....... humour</A>';
zlien[0][10] = '<A HREF="jeuxflash/multijoueur/multijoueur.php" CLASS=ejsmenu>....... multijoueur</A>';
zlien[0][11] = '<A HREF="jeuxflash/plateau/plateau.php" CLASS=ejsmenu>....... plateau</A>';
zlien[0][12] = '<A HREF="jeuxflash/plate-forme/plateforme.php" CLASS=ejsmenu>....... plate-forme</A>';
zlien[0][13] = '<A HREF="jeuxflash/puzzles/puzzles.php" CLASS=ejsmenu>....... puzzles</A>';
zlien[0][14] = '<A HREF="jeuxflash/reflexion/reflexion.php" CLASS=ejsmenu>....... réflexion</A>';
zlien[0][15] = '<A HREF="jeuxflash/sport/sport.php" CLASS=ejsmenu>....... sport</A>';
zlien[0][16] = '<A HREF="sudoku/index.php" CLASS=ejsmenu2>Sudoku</A>';
zlien[0][17] = '<A HREF="sudoku/presentation.php" CLASS=ejsmenu>....... présentation</A>';
zlien[0][18] = '<A HREF="sudoku/regles.php" CLASS=ejsmenu>....... règles</A>';
zlien[0][19] = '<A HREF="sudoku/facile.php" CLASS=ejsmenu>....... facile</A>';
zlien[0][20] = '<A HREF="sudoku/moyen.php" CLASS=ejsmenu>....... moyen</A>';
zlien[0][21] = '<A HREF="sudoku/difficile.php" CLASS=ejsmenu>....... difficile</A>';
zlien[0][22] = '<A HREF="sudoku/diabolique.php" CLASS=ejsmenu>....... diabolique</A>';
zlien[0][23] = '<A HREF="sudoku/kakuro.php" CLASS=ejsmenu>....... kakuro</A>';
zlien[0][24] = '<A HREF="lettres/index.php" CLASS=ejsmenu2>Jeux de lettres</A>';
zlien[0][25] = '<A HREF="lettres/motsfleches.php" CLASS=ejsmenu>....... mots fléchés</A>';
zlien[0][26] = '<A HREF="lettres/motscroises.php" CLASS=ejsmenu>....... mots croisés</A>';
zlien[0][27] = '<A HREF="lettres/motscaches.php" CLASS=ejsmenu>....... mots cachés</A>';
zlien[0][28] = '<A HREF="lettres/anagrammes.php" CLASS=ejsmenu>....... anagrammes</A>';
zlien[0][29] = '<A HREF="mobiles/index.php" CLASS=ejsmenu2>Jeux mobiles</A>';
zlien[0][30] = '<A HREF="partenaires/index.php" CLASS=ejsmenu2>Partenaires</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 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#CCCCCC WIDTH=100><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Arial\">&nbsp;&nbsp;"+msg[pass]+"</FONT></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 hide()
{
document.getElementById("topdeck").style.visibility="hidden";
}

function display()
{
document.getElementById("topdeck").style.visibility='visible';
}
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#CCCCCC WIDTH=100><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=100 ALIGN=center 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)" CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Aller à ...</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
