bgcolor='#006699';
bgcolor2='#FFCC00';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:relative;  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 style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');

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="http://www.cnn-nyon.ch/~natation/index.html" CLASS=ejsmenu>Page d\'accueil</A>';
zlien[0][1] = '<A HREF="http://www.cnn-nyon.ch/~natation/archives_news.htm" CLASS=ejsmenu>Anciennes news</A>';
zlien[0][2] = '<A HREF="http://www.cnn-nyon.ch/~natation/qui est qui.htm" CLASS=ejsmenu>Comité technique natation</A>';
zlien[0][3] = '<A HREF="http://www.cnn-nyon.ch/Membres/frameMembres.php?argTableSection=MembresNat" CLASS=ejsmenu>Membres</A>';
zlien[1][0] = '<A HREF="http://www.cnn-nyon.ch/~natation/presentation groupes.htm" CLASS=ejsmenu>Présentation</A>';
zlien[1][1] = '<A HREF="http://www.cnn-nyon.ch/~natation/agenda.htm" CLASS=ejsmenu>Agenda</A>';
zlien[1][2] = '<A HREF="http://www.cnn-nyon.ch/~natation/galerie photos.htm" CLASS=ejsmenu>Galerie photos</A>';
zlien[1][3] = '<A HREF="http://www.cnn-nyon.ch/~natation/articles presse.htm" CLASS=ejsmenu>Articles de presse</A>';
zlien[1][4] = '<A HREF="http://www.cnn-nyon.ch/~natation/telechargements.htm" CLASS=ejsmenu>Téléchargements</A>';
zlien[1][5] = '<A HREF="http://www.cnn-nyon.ch/~natation/portraits.htm" CLASS=ejsmenu>Portraits</A>';
zlien[1][6] = '<A HREF="http://www.cnn-nyon.ch/~natation/resultats.htm" CLASS=ejsmenu>Résultats</A>';
zlien[1][7] = '<A HREF="http://www.cnn-nyon.ch/~natation/sponsors.htm" CLASS=ejsmenu>Sponsors</A>';
zlien[1][8] = '<A HREF="http://www.cnn-nyon.ch/~natation/Memorial Michel Bally/michelbally.htm" CLASS=ejsmenu>Mémorial Michel Bally</A>';
zlien[1][9] = '<A HREF="http://www.cnn-nyon.ch/~natation/romands Nyon.htm" CLASS=ejsmenu>Romands d\'été ŕ Nyon</A>';
zlien[2][0] = '<A HREF="http://www.cnn-nyon.ch/~natation/masters - presentation.htm" CLASS=ejsmenu>Présentation</A>';
zlien[2][1] = '<A HREF="http://www.cnn-nyon.ch/~natation/agenda.htm" CLASS=ejsmenu>Agenda</A>';
zlien[2][2] = '<A HREF="http://www.cnn-nyon.ch/~natation/masters - galerie photos.htm" CLASS=ejsmenu>Galerie photos</A>';
zlien[2][3] = '<A HREF="http://www.cnn-nyon.ch/~natation/masters - resultats.htm" CLASS=ejsmenu>Résultats</A>';
zlien[3][0] = '<A HREF="http://www.cnn-nyon.ch/~natation/records clubs individuels.pdf" CLASS=ejsmenu>...du club individuels</A>';
zlien[3][1] = '<A HREF="http://www.cnn-nyon.ch/~natation/records clubs relais.pdf" CLASS=ejsmenu>...du club en relais</A>';
zlien[3][2] = '<A HREF="http://rankings.fsn.ch/index.php?page=recordDetail&recordListId=4200488" CLASS=ejsmenu>...de Suisse</A>';
zlien[3][3] = '<A HREF="http://www.ffnatation.fr/webffn/nat_records.php?idact=nat" CLASS=ejsmenu>...de France</A>';
zlien[3][4] = '<A HREF="http://www.swimrankings.net/index.php?page=recordDetail&recordListId=4221916" CLASS=ejsmenu>...d\'Europe</A>';
zlien[3][5] = '<A HREF="http://www.swimrankings.net/index.php?page=recordDetail&recordListId=1" CLASS=ejsmenu>...du Monde</A>';
zlien[3][6] = '<A HREF="http://www.swimrankings.net/index.php?page=recordSelect" CLASS=ejsmenu>...divers</A>';
zlien[4][0] = '<A HREF="http://www.cnn-nyon.ch/~natation/temps limites.htm" CLASS=ejsmenu>Temps limites</A>';
zlien[4][1] = '<A HREF="http://www.cnn-nyon.ch/~natation/materiel.htm" CLASS=ejsmenu>Matériel</A>';
zlien[4][2] = '<A HREF="http://www.cnn-nyon.ch/~natation/liens.htm" CLASS=ejsmenu>Liens</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

if(iex)
  skn.left = pos + document.getElementById("tablemenuiex").offsetLeft;
else
  skn.left = pos + document.getElementById("tablemenu").offsetLeft;

var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=160><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 id="tablemenuiex" align="center" BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=960><tbody id="tablemenu" ><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=22<TR>')
document.write('<TD WIDTH=160 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">Accueil</FONT></a></TD>')
document.write('<TD WIDTH=160 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],160)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Natation sportive</FONT></a></TD>')
document.write('<TD WIDTH=160 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],320)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Masters</FONT></a></TD>')
document.write('<TD WIDTH=160 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],480)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Records...</FONT></a></TD>')
document.write('<TD WIDTH=160 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],800)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Divers</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR><tbody></TABLE></DIV></div>')
