bgcolor='#e9b100';
bgcolor2='#3cc5ff';
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:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25px"><DIV class=popper id=topdeck>feefe</DIV>');
document.write('<div style="position:relative;height:25px"><DIV class=popper id=moid>dddfdfdfdf</DIV>');
document.getElementById("moid").innerHTML="xxxxxxxxxxxxxxxxx";

/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;

zlien[4][0] = '<A HREF="index.php?Article=4" CLASS=ejsmenu <FONT SIZE=1 FACE>Contact </font></A>';
zlien[4][1] = '<A HREF="index.php?Article=9" CLASS=ejsmenu ><FONT SIZE=1 FACE>Jeu</font></A>';
zlien[4][2] = '<A HREF="index.php?Article=6" CLASS=ejsmenu ><FONT SIZE=1 FACE>Faq</font></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 = 26+'px';

function pop(msg,pos)
{
skn.visibility = "hidden";


a=true
skn.left = 800+'px';
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=130><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=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
//alert(content);
if (nava)
  {
     document.getElementById("topdeck").innerHTML = content;
	  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";
  }
  else
  
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
  
  
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=912><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=22 Align=Center><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"> <A HREF="index.php" CLASS=ejsmenu ><FONT SIZE=1 FACE="Verdana">Accueil</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"> <A HREF="index.php?Article=2" CLASS=ejsmenu ><FONT SIZE=1 FACE="Verdana">S\'inscrire</FONT></a></TD>')

document.write('<TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"> <A HREF="index.php?Article=3" CLASS=ejsmenu ><FONT SIZE=1 FACE="Verdana">Déposer petite annonce</FONT></a></TD>')

document.write('<TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"> <A HREF="index.php?art=S" CLASS=ejsmenu ><FONT SIZE=1 FACE="Verdana">Les petites annonces</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'"> <a href="http://toutmayotte.fr/tinc?key=B5ZZHiDZ&amp;channel=212895"  target="_blank" CLASS=ejsmenu ><FONT SIZE=1 FACE="Verdana">Chat</FONT></a></TD>')

document.write('<TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'"> <A HREF="index.php?Article=1" CLASS=ejsmenu ><FONT SIZE=1 FACE="Verdana">Se connecter</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],235)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],300)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Les Plus</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')