bgcolor='#f84731';
bgcolor2='#f2e600';
bgcolor3='#f8e4cb';
posXmenu = 23;
posYmenu = 88;

document.write('<style type="text/css">');
document.write('.poppervert { font-size:12px; POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu {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[0][0] = '<A HREF="Accueil.htm" CLASS=ejsmenu>Accueil</A>';
zlien[0][1] = '<A HREF="Hebdomadaires.htm" CLASS=ejsmenu>Hebdomadaires</A>';
zlien[0][2] = '<A HREF="Albums.htm" CLASS=ejsmenu>Albums</A>';
zlien[1][0] = '<A HREF="Hebdos.php?album=1" CLASS=ejsmenu>Hebdos 1 &agrave; 1010</A>';
zlien[1][1] = '<A HREF="Hebdos.php?album=53" CLASS=ejsmenu>Hebdos 1011 &agrave; 1593</A>';
zlien[1][2] = '<A HREF="Hebdos.php?album=103" CLASS=ejsmenu>Hebdos 1594 &agrave; 1992</A>';
zlien[1][3] = '<A HREF="Hebdos.php?album=143" CLASS=ejsmenu>Hebdos 1993 &agrave; 2425</A>';
zlien[1][4] = '<A HREF="Hebdos.php?album=183" CLASS=ejsmenu>Hebdos 2426 &agrave; 2795</A>';
zlien[1][5] = '<A HREF="HS.htm" CLASS=ejsmenu>Editions sp&eacute;ciales - Hors-s&eacute;rie</A>';
zlien[1][6] = '<A HREF="Albums.php?page=1" CLASS=ejsmenu>Albums</A>';
zlien[1][7] = '<A HREF="Albums-couvbis.htm" CLASS=ejsmenu>Albums-bis</A>';
zlien[1][8] = '<A HREF="Almanachs1957-1964.htm" CLASS=ejsmenu>Almanachs</A>';
zlien[1][9] = '<A HREF="JDMGeant.htm" CLASS=ejsmenu>Sp&eacute;cial JDM G&eacute;ant</A>';
zlien[1][10] = '<A HREF="JDMMystere.htm" CLASS=ejsmenu>Le JDM Myst&egrave;re</A>';
zlien[1][11] = '<A HREF="JDMAventure.htm" CLASS=ejsmenu>Le JDM Aventure</A>';
zlien[2][0] = '<A HREF="SAS-ArcherBlanc.htm" CLASS=ejsmenu>L\'Archer Blanc</A>';
zlien[2][1] = '<A HREF="SAS-GuyL%27eclair.htm" CLASS=ejsmenu>Guy l\'Eclair</A>';
zlien[2][2] = '<A HREF="SAS-Mandrake.htm" CLASS=ejsmenu>Mandrake</A>';
zlien[2][3] = '<A HREF="SAS-MattLeSherif.htm" CLASS=ejsmenu>Matt le Sh&eacute;rif</A>';
zlien[2][4] = '<A HREF="SAS-MickeyATraversLesSiecles.htm" CLASS=ejsmenu>Mickey &agrave; travers les Si&egrave;cles</A>';
zlien[2][5] = '<A HREF="SAS-Onkr.htm" CLASS=ejsmenu>Onkr</A>';
zlien[2][6] = '<A HREF="SAS-RichardLeTemeraire.htm" CLASS=ejsmenu>Richard le T&eacute;m&eacute;raire</A>';
zlien[2][7] = '<A HREF="SAS-Zorro.htm" CLASS=ejsmenu>Zorro</A>';
zlien[3][0] = '<A HREF="HC.htm" CLASS=ejsmenu>Par n&deg; de JDM</A>';
zlien[4][0] = '<A HREF="CouverturesEcho.php" CLASS=ejsmenu>Couvertures en &eacute;cho</A>';
zlien[4][1] = '<A HREF="Datation.htm" CLASS=ejsmenu>Datation des albums</A>';
zlien[4][2] = '<A HREF="Supplements.htm" CLASS=ejsmenu>Suppl&eacute;ments/cadeaux</A>';
zlien[4][3] = '<A HREF="Personnages.htm" CLASS=ejsmenu>Personnages</A>';
zlien[4][4] = '<A HREF="21-10-1934.htm" CLASS=ejsmenu>21 Octobre 1934</A>';
zlien[4][5] = '<A HREF="Pub.htm" CLASS=ejsmenu>Mat&eacute;riel publicitaire</A>';
zlien[5][0] = '<A HREF="email.htm" CLASS=ejsmenu>E-mail</A>';
zlien[5][1] = '<A HREF="Liens.htm" CLASS=ejsmenu>Liens</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+149;

function pop(msg,pos)
{
sknvert.visibility = "hidden";
sknvert.top = posYmenu+pos;
a=true
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#f8e4cb WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD ALIGN=center 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=150><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=25>')
document.write('<TR><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],1)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[0],1)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Site JDM</b></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor3+' HEIGHT=10></TD></TR>')
document.write('<TR><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],36)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[1],26)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Couvertures</b></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor3+' HEIGHT=10></TD></TR>')
document.write('<TR><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],71)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[2],51)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>S&eacute;ries \'&agrave; suivre\'</b></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor3+' HEIGHT=10></TD></TR>')
document.write('<TR><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],106)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[3],76)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Histoires compl&egrave;tes</b></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor3+' HEIGHT=10></TD></TR>')
document.write('<TR><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],141)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[4],101)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Le JDM sous toutes ses coutures</b></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor3+' HEIGHT=10></TD></TR>')
document.write('<TR><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],176)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[5],126)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Contact</b></FONT></a></TD></TR>')
document.write('</TABLE></TD></TR></TABLE></DIV>')