bgcolor='#DFD928';
bgcolor2='#C0BA0C';
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:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:10"><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[0][0] = '<A HREF="cie-qui.html" CLASS=ejsmenu>Qui sommes nous ?</A>';
zlien[0][1] = '<A HREF="cie-historique.html" CLASS=ejsmenu>Notre historique</A>';
zlien[0][2] = '<A HREF="cie-traditions.html" CLASS=ejsmenu>Nos traditions</A>';
zlien[0][3] = '<A HREF="cie-mem-actif.html" CLASS=ejsmenu>Nos membres</A>';
zlien[0][4] = '<A HREF="cie-mem-roys.html" CLASS=ejsmenu>Nos Roys</A>';
zlien[0][5] = '<A HREF="cie-mem-honneur.html" CLASS=ejsmenu>Membres d honneur</A>';
zlien[0][6] = '<A HREF="cie-mem-eternel.html" CLASS=ejsmenu>Compagnons eternels</A>';
zlien[0][7] = '<A HREF="cie-mem-trognes.html" CLASS=ejsmenu>La galerie des Trognes</A>';
zlien[0][8] = '<A HREF="cie-presse.html" CLASS=ejsmenu>Dans la presse</A>';

zlien[1][0] = '<A HREF="activ-entrainements.html" CLASS=ejsmenu>Les entrainements</A>';
zlien[1][1] = '<A HREF="activ-camps.html" CLASS=ejsmenu>Les campements</A>';
zlien[1][2] = '<A HREF="activ-representation.html" CLASS=ejsmenu>Les representations</A>';
zlien[1][3] = '<A HREF="galerie/index.php" CLASS=ejsmenu>album photo</A>';

zlien[2][0] = '<A HREF="off-initiations.html" CLASS=ejsmenu>Initiations au tir</A>';
zlien[2][1] = '<A HREF="off-spectacles.html" CLASS=ejsmenu>Spectacles</A>';
zlien[2][2] = '<A HREF="off-dinner.html" CLASS=ejsmenu>Dinner festif</A>';
zlien[2][3] = '<A HREF="off-reconstitution.html" CLASS=ejsmenu>Reconstitutions</A>';
zlien[2][4] = '<A HREF="off-tirfeu.html" CLASS=ejsmenu>Tirs enflammés</A>';
zlien[2][5] = '<A HREF="off-bolasse.html" CLASS=ejsmenu>jongleurs de feu</A>';

zlien[3][0] = '<A HREF="rens-comms.html" CLASS=ejsmenu>Communications</A>';
//zlien[3][1] = '<A HREF="activ-agenda10.html" CLASS=ejsmenu>Calendrier</A>';
zlien[3][1] = '<A HREF="rens-admission.html" CLASS=ejsmenu>Admission et reglement</A>';

zlien[4][0] = '<A HREF="fa-contact.html" CLASS=ejsmenu>Nous contacter</A>';
zlien[4][1] = '<A HREF="fa-acces.html" CLASS=ejsmenu>Ou nous trouver ?</A>';

zlien[5][0] = '<A HREF="doc-sebastien.html" CLASS=ejsmenu>Histoire de Saint Sebastien</A>';
zlien[5][1] = '<A HREF="doc-francarcher.html" CLASS=ejsmenu>Qu est ce qu un franc-archer ?</A>';
zlien[5][2] = '<A HREF="doc-crecy.html" CLASS=ejsmenu>Bataille de Crecy</A>';
zlien[5][3] = '<A HREF="doc-poitier.html" CLASS=ejsmenu>Bataille de Poitier</A>';
zlien[5][4] = '<A HREF="doc-azincourt.html" CLASS=ejsmenu>Bataille d Azincourt</A>';
zlien[5][5] = '<A HREF="doc-guinegatte.html" CLASS=ejsmenu>Bataille de Guinegatte</A>';
zlien[5][6] = '<A HREF="doc-anglais.html" CLASS=ejsmenu>Un archer anglais</A>';
zlien[5][7] = '<A HREF="doc-spin.html" CLASS=ejsmenu>Calibrer une fleche</A>';
zlien[5][8] = '<A HREF="doc-fleche.html" CLASS=ejsmenu>Fabriquer une fleche</A>';

zlien[6][0] = '<A HREF="http://francs-archers.frbb.net/" CLASS=ejsmenu>Place de discussion</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 = 24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
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=\"Arial\">  "+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=#000000 WIDTH=505><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=505 HEIGHT=5><TR>')
document.write('<TD WIDTH=125 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="Arial">Notre Compagnie</FONT></a></TD>')
document.write('<TD WIDTH=85 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],100)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Nos activités</FONT></a></TD>')
document.write('<TD WIDTH=85 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],150)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],150)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Nos offres</FONT></a></TD>')
document.write('<TD WIDTH=85 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],200)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Renseignements</FONT></a></TD>')
document.write('<TD WIDTH=55 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],250)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],250)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Contacts</FONT></a></TD>')
document.write('<TD WIDTH=85 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],300)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Documentations</FONT></a></TD>')
document.write('<TD WIDTH=55 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],350)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],350)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Forum</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')// JavaScript Document
