bgcolor='#FFFFFF';
bgcolor2='#008000';
bgcolor3='#000000';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><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[5] = new Array;
zlien[0][0] = '<A HREF="horaire.htm" CLASS=ejsmenu>Horaire d\'entraînement</A>';
zlien[0][1] = '<A HREF="comiteetcontact.htm" CLASS=ejsmenu>Comité et contact</A>';
zlien[1][0] = '<A HREF="equipe.htm" CLASS=ejsmenu>Equipe</A>';
zlien[1][1] = '<A HREF="resultatsbcr1.htm" CLASS=ejsmenu>Résultats</A>';
zlien[1][2] = '<A HREF="calendrierbcr1.htm" CLASS=ejsmenu>Calendrier 2010-2011</A>';
zlien[1][3] = '<A HREF="circuitjuniors.htm" CLASS=ejsmenu>Circuit juniors</A>';
zlien[2][0] = '<A HREF="date.htm" CLASS=ejsmenu>Dates</A>';
zlien[2][1] = '<A HREF="resultatstournois.htm" CLASS=ejsmenu>Résultats</A>';
zlien[2][2] = '<A HREF="archivesresultatstournois.htm" CLASS=ejsmenu>Archives Résultats</A>';
zlien[3][0] = '<A HREF="piquenique.htm" CLASS=ejsmenu>Pique-nique</A>';
zlien[3][1] = '<A HREF="tournoiinterne.htm" CLASS=ejsmenu>Tournoi interne</A>';
zlien[3][2] = '<A HREF="sortieaski.htm" CLASS=ejsmenu>Sortie à ski</A>';
zlien[3][3] = '<A HREF="societelocales.htm" CLASS=ejsmenu>Sociétés locales</A>';
zlien[4][0] = '<A HREF="piquenique.htm" CLASS=ejsmenu>Pique-nique</A>';
zlien[4][1] = '<A HREF="20ans.htm" CLASS=ejsmenu>20 ans</A>';
zlien[4][2] = '<A HREF="photosortieaski2007.htm" CLASS=ejsmenu>Sortie à ski</A>';
zlien[5][0] = '<A HREF="swissbad.htm" CLASS=ejsmenu>Swissbadminton</A>';
zlien[5][1] = '<A HREF="international.htm" CLASS=ejsmenu>International</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left =140 ;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#008000 WIDTH=170><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=2 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFFFFF WIDTH=120 HEIGHT=120><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=120>')
document.write('<tr><TD WIDTH=100 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><b><FONT SIZE=3 FACE="Verdana">CLUB</FONT></b></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><b><FONT SIZE=3 FACE="Verdana">CHAMPIONNAT</FONT></b></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],40)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><b><FONT SIZE=3 FACE="Verdana">TOURNOIS</FONT></b></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><b><FONT SIZE=3 FACE="Verdana">ACTIVITES</FONT></b></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],80)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><b><FONT SIZE=3 FACE="Verdana">PHOTOS</FONT></b></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],100)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><b><FONT SIZE=3 FACE="Verdana">LIENS</FONT></b></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');
