bgcolor='#888888';
bgcolor2='#B6B6B6';
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:25" onmouseover="display()" onmouseout="hide()"><DIV class=popper id=topdeck></DIV>');
/*document.write('<div style="position:absolute;top:0px;left:0px;height:30" onmouseover="display()" onmouseout="hide()" >... */
/*
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[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;
zlien[8] = new Array;
zlien[9] = new Array;
zlien[0][0] = '<A HREF="index.htm" CLASS=ejsmenu>Accueil Labyrinthe</A>';
zlien[0][1] = '<A HREF="http://www.eclipse-asbl.org" CLASS=ejsmenu>Accueil Eclipse</A>';
/* zlien[0][2] = '<A HREF="mettre ici autre lien (accueil)" CLASS=ejsmenu>autre lien (accueil)</A>'; */
zlien[1][0] = '<A HREF="l_news.htm" CLASS=ejsmenu>News</A>';
zlien[1][1] = '<A HREF="l_novice.htm" CLASS=ejsmenu>Pour les nouveaux</A>';
/* zlien[1][1] = '<A HREF="autre adresse lien (news)" CLASS=ejsmenu>autre lien (news)</A>';  */
zlien[2][0] = '<A HREF="l_rules.htm" CLASS=ejsmenu>Règles</A>';
 /* zlien[2][1] = '<A HREF="autre adresse lien (regles)" CLASS=ejsmenu>autre lien (regles)</A>';  */
zlien[3][0] = '<A HREF="l_inscr_off.htm" CLASS=ejsmenu>Inscription</A>';
/* zlien[3][1] = '<A HREF="autre chemin (inscription)" CLASS=ejsmenu>autre lien (inscription)</A>'; */
zlien[4][0] = '<A HREF="lti/sources/index.htm" CLASS=ejsmenu>Sources</A>';
zlien[4][1] = '<A HREF="lti/renica/index.htm" CLASS=ejsmenu>Renica</A>';
zlien[4][2] = '<A HREF="lti/lagunes/index.htm" CLASS=ejsmenu>Lagunes</A>';
zlien[4][3] = '<A HREF="lti/elma/index.htm" CLASS=ejsmenu>Elma</A>';
zlien[4][4] = '<A HREF="lti/sangs/index.htm" CLASS=ejsmenu>Sangs</A>';
zlien[4][5] = '<A HREF="lti/fondlo/index.htm" CLASS=ejsmenu>Fondlos</A>';
zlien[4][6] = '<A HREF="lti/caravane/index.htm" CLASS=ejsmenu>Caravane</A>';
/* zlien[4][5] = '<A HREF="autre chemin (origine)" CLASS=ejsmenu>autre lien (origine)</A>'; */
zlien[5][0] = '<A HREF="l_activites.htm" CLASS=ejsmenu>Futures</A>';
zlien[5][1] = '<A HREF="l_etapes.htm" CLASS=ejsmenu>Passées</A>';
zlien[6][0] = '<A HREF="http://eclipse-asbl.forumactif.com/viewforum.forum?f=1" target="_blank" CLASS=ejsmenu>Labyrinthe Time-in</A>'; 
zlien[6][1] = '<A HREF="http://eclipse-asbl.forumactif.com/viewforum.forum?f=2" target="_blank" CLASS=ejsmenu>Labyrinthe Time-out</A>';
zlien[6][2] = '<A HREF="http://eclipse-asbl.forumactif.com/portal.forum" target="_blank" CLASS=ejsmenu>Forums Eclipse</A>';
/* zlien[5][4] = '<A HREF="autre chemin (forum)" CLASS=ejsmenu>autre lien (forum)</A>'; */
zlien[7][0] = '<A HREF="l_contact.htm" CLASS=ejsmenu>Contacts</A>';
/* zlien[6][1] = '<A HREF="autre chemin (contact)" CLASS=ejsmenu>autre lien (contact)</A>'; */
zlien[8][0] = '<A HREF="l_xp_on.htm" CLASS=ejsmenu>Dépenses XP</A>';
zlien[8][1] = '<A HREF="l_xpsum.htm" CLASS=ejsmenu>XP / Activités</A>';
zlien[9][0] = '<A HREF="l_galerie.htm" CLASS=ejsmenu>Galerie</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 = 14;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=125><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>";
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';
}

function kill()
{
	skn.visibility = "hidden";
}

document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=900><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=15><TR>')
document.write('<TD WIDTH=90 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)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Accueil</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],90)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],90)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">News</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],180)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],180)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Règles</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],270)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],270)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Inscription</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],360)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],360)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Origine</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],450)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],450)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Activités</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],540)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],540)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Forums</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],630)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[7],630)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Contacts</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[8],720)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[8],720)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">PoEx</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[9],810)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[9],810)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Galerie</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')