bgcolor='#333366';
bgcolor2='#F7C936';
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:#333366; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');

/*
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[10] = new Array;
/*
zlien[0][0] = '<A HREF="index.php?cPath=24" CLASS=ejsmenu>Chaussure</A>';
zlien[1][0] = '<A HREF="index.php?cPath=25" CLASS=ejsmenu>Ballons</A>';
*/

zlien[2][0] = '<A HREF="index.php?cPath=47_21" CLASS=ejsmenu>Maillots</A>';
zlien[2][1] = '<A HREF="index.php?cPath=47_22" CLASS=ejsmenu>Shorts</A>';
zlien[2][2] = '<A HREF="index.php?cPath=47_23" CLASS=ejsmenu>Maillots-Shorts</A>';
zlien[2][3] = '<A HREF="index.php?cPath=47_27" CLASS=ejsmenu>Survêtements</A>';
zlien[2][4] = '<A HREF="index.php?cPath=47_32" CLASS=ejsmenu>Sweats</A>';
zlien[2][5] = '<A HREF="index.php?cPath=47_31" CLASS=ejsmenu>Pantalons</A>';
zlien[2][6] = '<A HREF="index.php?cPath=37" CLASS=ejsmenu>Tee shirt-polos</A>';
zlien[2][7] = '<A HREF="index.php?cPath=47_34" CLASS=ejsmenu>Vestes-Gilets</A>';
zlien[2][8] = '<A HREF="index.php?cPath=47_41" CLASS=ejsmenu>Arbitre</A>';
zlien[2][9] = '<A HREF="index.php?cPath=47_43" CLASS=ejsmenu>Gardien</A>';
zlien[2][10] = '<A HREF="index.php?cPath=47_84" CLASS=ejsmenu>Produits officiels</A>';
/*
zlien[3][0] = '<A HREF="index.php?cPath=47_68" CLASS=ejsmenu>Pour Elle</A>';
zlien[4][0] = '<A HREF="index.php?cPath=47_69" CLASS=ejsmenu>Pour Eux</A>';
*/


zlien[5][0] = '<A HREF="index.php?cPath=28_26" CLASS=ejsmenu>Bagagerie</A>';
zlien[5][1] = '<A HREF="index.php?cPath=28_48" CLASS=ejsmenu>Casquettes</A>';
zlien[5][2] = '<A HREF="index.php?cPath=28_50" CLASS=ejsmenu>Chaussettes</A>';
zlien[5][3] = '<A HREF="index.php?cPath=28_42" CLASS=ejsmenu>Chasubles</A>';
zlien[5][4] = '<A HREF="index.php?cPath=28_54" CLASS=ejsmenu>Poignets Eponges</A>';
zlien[5][5] = '<A HREF="index.php?cPath=28_53" CLASS=ejsmenu>Sandales</A>';
zlien[5][6] = '<A HREF="index.php?cPath=28_49" CLASS=ejsmenu>Serviettes</A>';
zlien[5][7] = '<A HREF="index.php?cPath=64" CLASS=ejsmenu>La médiathèque</A>';
zlien[5][8] = '<A HREF="index.php?cPath=51_65" CLASS=ejsmenu>Soin</A>';
zlien[5][9] = '<A HREF="index.php?cPath=51_66" CLASS=ejsmenu>Protection</A>';
zlien[5][10] = '<A HREF="index.php?cPath=28_81" CLASS=ejsmenu>Entraînement</A>';
zlien[5][11] = '<A HREF="index.php?cPath=28_70" CLASS=ejsmenu>Chèques Cadeaux</A>';
/*
zlien[6][0] = '<A HREF="index.php?cPath=63" CLASS=ejsmenu>La Mode chez Hand-sport</A>';
zlien[7][0] = '<A HREF="index.php?cPath=62" CLASS=ejsmenu>Nos Offres Clubs</A>';
zlien[8][0] = '<A HREF="specials.php" CLASS=ejsmenu>Promotions</A>';
*/
zlien[7][0] = '<A HREF="index.php?cPath=62_76" CLASS=ejsmenu>Bagagerie</A>';
zlien[7][1] = '<A HREF="index.php?cPath=62_77" CLASS=ejsmenu>Maillots-Shorts</A>';
zlien[7][2] = '<A HREF="index.php?cPath=62_78" CLASS=ejsmenu>Survêtements</A>';
zlien[7][3] = '<A HREF="index.php?cPath=62_79" CLASS=ejsmenu>Ballons</A>';
zlien[7][4] = '<A HREF="index.php?cPath=62_80" CLASS=ejsmenu>Matériel</A>';
zlien[7][5] = '<A HREF="demande_devis.php" CLASS=ejsmenu>Demande de devis</A>';
zlien[7][6] = '<A HREF="index.php?cPath=62_82" CLASS=ejsmenu>Récompenses</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 = 25;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#F8CA36 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)
  {
    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 kill()
{
   skn.visibility = "hidden"; 
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#F8CA37 WIDTH=900><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=900 HEIGHT=25><TR>')
document.write('<TD WIDTH=82 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="index.php?cPath=24" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Chaussures</FONT></A></TD>')
document.write('<TD WIDTH=82 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],82)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="index.php?cPath=25" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Ballons</FONT></A></TD>')
document.write('<TD WIDTH=82 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],164)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],180)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Textile</FONT></a></TD>')
document.write('<TD WIDTH=82 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],246)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="index.php?cPath=47_68" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Femme</FONT></A></TD>')
document.write('<TD WIDTH=82 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],328)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="index.php?cPath=47_69" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Junior</FONT></A></TD>')
document.write('<TD WIDTH=82 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],410)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],450)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Divers</FONT></a></TD>')
document.write('<TD WIDTH=82 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],492)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="index.php?cPath=63" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Sportswear</FONT></A></TD>')
document.write('<TD WIDTH=82 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],574)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[7],640)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Club</FONT></a></TD>')
document.write('<TD WIDTH=82 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[8],656)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="specials.php" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Promotions</FONT></A></TD>')
document.write('<TD WIDTH=82 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[9],738)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="index.php?cPath=83" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Vente Flash</FONT></A></TD>')
document.write('<TD WIDTH=82 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[10],820)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="contact_us.php" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Nous contacter</FONT></A></TD>')

document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')

