var image1 = "images/bouton1.gif";
var image2 = "images/bouton2.gif";
var image3 = "images/bouton3.gif";
var image4 = "images/bouton4.gif";
var image5 = "images/bouton5.gif";
var image6 = "images/bouton6.gif";
var image7 = "images/bouton7.gif";
var image8 = "images/bouton8.gif";
bgcolor='#0099ff';
bgcolor2='yellow';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }');
document.write('.bg1 { background-image : url("'+image1+'"); }');
document.write('.bg2 { background-image : url("'+image2+'"); }');
document.write('.bg3 { background-image : url("'+image3+'"); }');
document.write('.bg4 { background-image : url("'+image4+'"); }');
document.write('.bg5 { background-image : url("'+image5+'"); }');
document.write('.bg6 { background-image : url("'+image6+'"); }');
document.write('.bg7 { background-image : url("'+image7+'"); }');
document.write('.bg8 { background-image : url("'+image8+'"); }');
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:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE PAR Editeur Javascript et retravaillé par Damien Franc
http://www.editeurjavascript.com
http://www.webgraphic-conception.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[0][0] = '<A HREF="cursus.html" target="_blank" CLASS=ejsmenu>Le Cursus</A>';
zlien[0][1] = '<A HREF="charte.html" target="_blank" CLASS=ejsmenu>La Charte</A>';
zlien[0][2] = '<A HREF="asso.html" target="_blank" CLASS=ejsmenu>L\'objet associatif</A>';
zlien[0][3] = '<A HREF="missions.html" target="_blank" CLASS=ejsmenu>Nos missions</A>';
zlien[0][4] = '<A HREF="aeronet.html" target="_blank" CLASS=ejsmenu>L\'aeronet</A>';
zlien[0][5] = '<A HREF="fondateur.html" target="_blank" CLASS=ejsmenu>Le Fondateur</A>';
zlien[1][0] = '<A HREF="organiser.html" target="_blank" CLASS=ejsmenu>Organiser un spectacle</A>';
zlien[2][0] = '<A HREF="http://www.charlestrenet.net/php/rubrique.php3?id_rubrique=17" CLASS=ejsmenu>Nous contacter</A>';
zlien[3][0] = '<A HREF="faq.html" CLASS=ejsmenu>La Foire aux Questions</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 = 30;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=200><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
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\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
content += "<TR><TD class='bg1' onMouseOver=\"this.className='bg2'\" onMouseOut=\"this.className='bg1'\" </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=673><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=673 HEIGHT=31><TR>')
document.write('<TD WIDTH=209 ALIGN=center class="bg1" onMouseOver="this.className=\"bg2\";pop(zlien[0],0)" onMouseOut="this.className=\"bg1\""><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=2 color="white" FACE="Arial">Vous souhaitez nous connaître?</FONT></a></TD>')
document.write('<TD WIDTH=232 ALIGN=center class="bg3" onMouseOver="this.className=\"bg4\";pop(zlien[1],209)" onMouseOut="this.className=\"bg1\""><A onClick="return(false)" onMouseOver="pop(zlien[1],209)" href=# CLASS=ejsmenu><FONT SIZE=2 color="white" FACE="Arial">Vous désirez organiser un spectacle?</FONT></a></TD>')
document.write('<TD WIDTH=183 ALIGN=center class="bg5" onMouseOver="this.className=\"bg6\";pop(zlien[2],441)" onMouseOut="this.className=\"bg1\""><A onClick="return(false)" onMouseOver="pop(zlien[2],441)" href=# CLASS=ejsmenu><FONT SIZE=2 color="white" FACE="Arial">Vous voulez nous contacter?</FONT></a></TD>')
document.write('<TD WIDTH=47 ALIGN=center class="bg7" onMouseOver="this.className=\"bg8\";pop(zlien[3],451)" onMouseOut="this.className=\"bg1\""><A onClick="return(false)" onMouseOver="pop(zlien[3],451)" href=# CLASS=ejsmenu><FONT SIZE=2 color="white" FACE="Arial">FAQ</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
