posYmenu = 120;
bgcolor='#006699';
bgcolor2='#7B7B7B';
needcenter = true;
if(!needcenter)
	posXmenu = 100;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(500/2);
	else
		posXmenu = (window.innerWidth/2)-(500/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { 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:#FFFF00; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFF00; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=popper id=topdeck></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[0][0] = '<A HREF="bureau.htm" CLASS=ejsmenu>Le Bureau</A>';
zlien[0][1] = '<A HREF="equipe_moniteurs.htm" CLASS=ejsmenu>Vos Moniteurs</A>';
zlien[0][2] = '<A HREF="adresse_piscine.htm" CLASS=ejsmenu>La Piscine</A>';
zlien[0][3] = '<A HREF="restreint/Annuaire_0607.htm" CLASS=ejsmenu>Annuaire</A>';
zlien[0][4] = '<A HREF="restreint/trombinoscope.php" CLASS=ejsmenu>Trombi</A>';
zlien[1][0] = '<A HREF="formation_plongeur.htm" CLASS=ejsmenu>Plongeur</A>';
zlien[1][1] = '<A HREF="formation_secourisme.htm" CLASS=ejsmenu>Secourisme</A>';
zlien[1][2] = '<A HREF="formation_nitrox.htm" CLASS=ejsmenu>Plongée Nitrox</A>';
zlien[1][3] = '<A HREF="moniteur/bio" CLASS=ejsmenu>Biologie sous-marine</A>';
zlien[2][0] = '<A HREF="sortie_fosse.php" CLASS=ejsmenu>Sortie Fosse</A>';
zlien[2][1] = '<A HREF="sortie_naturel.htm" CLASS=ejsmenu>Sortie Mer</A>';
zlien[2][2] = '<A HREF="fetes_subaquacool.htm" CLASS=ejsmenu>Les Fêtes</A>';
zlien[2][3] = '<A HREF="restreint/planning_pots.php" CLASS=ejsmenu>Planning des pots</A>';
zlien[3][0] = '<A HREF="http://www.ffessm-cif.fr/med/framemed.html" CLASS=ejsmenu TARGET=_blank>Médecins Fédéraux</A>';
zlien[3][1] = '<A HREF="certificat_medical.htm" CLASS=ejsmenu>Le certificat médical</A>';
zlien[3][2] = '<A HREF="contreindic.htm" CLASS=ejsmenu>Les contre-indications</A>';
zlien[3][3] = '<A HREF="sujets_techniques.htm" CLASS=ejsmenu>La Législation</A>';
zlien[3][4] = '<A HREF="sujets_techniques.htm" CLASS=ejsmenu>Sujets Techniques</A>';
zlien[3][5] = '<A HREF="liens_utiles.htm" CLASS=ejsmenu>Liens</A>';
zlien[4][0] = '<A HREF="historique.htm" CLASS=ejsmenu>Histo des modifs</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 = posYmenu+24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+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=\"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=#000000 WIDTH=500><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=100 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="Verdana">Présentation du Club</FONT></a></TD>')
document.write('<TD WIDTH=100 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="Verdana">Les Formations</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Les Activités</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Coin Pratique</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Nouveautés</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')

