	posYmenu = 20;
bgcolor='#000000';
bgcolor2='#000000';
posXmenu = 2;
document.write('<style type="text/css">');
document.write('.poppervert { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:11; }')
document.write('A:hover.ejsmenu {font color:#000000; text-decoration:none;}')
document.write('A.ejsmenu {font color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=poppervert id=topdeckvert></DIV>');
/*
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[0][0] = '<A HREF="./index.php"         CLASS=ejsmenu> Les dernieres news ...   </A>';
zlien[1][0] = '<A HREF="./team.html"               CLASS=ejsmenu> La Team...                </A>';
zlien[2][0] = '<A HREF="./histoire.html"           CLASS=ejsmenu> L Histoire et la Doc... </A>';
zlien[3][0] = '<A HREF="./armes.html"         CLASS=ejsmenu> Armes                     </A>';
zlien[3][1] = '<A HREF="./dessins.html"      CLASS=ejsmenu> 2D Dessins              </A>';
zlien[3][2] = '<A HREF="./maps.html"      CLASS=ejsmenu> Maps                    </A>';
zlien[3][3] = '<A HREF="./perso.html"           CLASS=ejsmenu> Perso                   </A>';
zlien[3][4] = '<A HREF="./divers.html"           CLASS=ejsmenu> In Game et Divers      </A>';
zlien[4][0] = '<A HREF="http://www.expert-gamers.com/planetemods/xmb/index.php"       CLASS=ejsmenu> Forum...               </A>';
zlien[5][0] = '<A HREF="./alex_livreor_ebs/alex_livre_or.php"       CLASS=ejsmenu> Livre d or...      </A>';
zlien[6][0] = '<A HREF="./article.php"       CLASS=ejsmenu> Article      </A>';


var nava = (document.layers);

var dom = (document.getElementById);
var iex = (document.all);
if (nava) { sknvert = document.topdeckvert }
else if (dom) { sknvert = document.getElementById("topdeckvert").style }
else if (iex) { sknvert = topdeckvert.style }
sknvert.left = posXmenu+99;

function pop(msg,pos)
{
sknvert.visibility = "hidden";
sknvert.top = posYmenu+pos;
a=true
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><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)
  {
    sknvert.document.write(content);
	  sknvert.document.close();
	  sknvert.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
}
function kill()
{
	sknvert.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=100><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],1)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25>Index et News</TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],26)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25>L\'equipe</TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],53)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25>Histoire..Doc</TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],83)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25>Screen</TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],108)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25>Forum</TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],132)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25>Livre d or</TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],158)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25>Article</TD></TR>')



document.write('</TABLE></TD></TR></TABLE></DIV>')


document.write('</TABLE></TD></TR></TABLE></DIV>')


