bgcolor='#006699';
bgcolor2='#6699CC';
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:#ffffff; 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[0][0] = '<A HREF="http://www.iwsf.com" CLASS=ejsmenu>Fédération internationale de ski nautique</A>';
zlien[0][1] = '<A HREF="http://www.nicolasleforestier.com" CLASS=ejsmenu>Nicolas le Forestier</A>';
zlien[0][2] = '<A HREF="http://www.waterski.ch/news/home.php" CLASS=ejsmenu>Fédération Suisse de Ski Nautique</A>';
zlien[0][3] = '<A HREF="http://www.ffsn.asso.fr/home1024/home.htm" CLASS=ejsmenu>Fédération Française de Ski Nautique</A>';
zlien[0][4] = '<A HREF="http://www.skinautiqueinfo.online.fr" CLASS=ejsmenu>Informations sur ski nautique France et Europe</A>';
zlien[0][5] = '<A HREF="http://www.waterskieame.org" CLASS=ejsmenu>Fédération Européenne de ski nautique </A>';
zlien[1][0] = '<A HREF="http://www.valplongee.ch" CLASS=ejsmenu>Club plongée Vallée de Joux</A>';
zlien[1][1] = '<A HREF="http://www.cnvj.ch" CLASS=ejsmenu>Club voile Vallée de Joux</A>';
zlien[1][2] = '<A HREF="http://www.iconcept.ch" CLASS=ejsmenu>Dépannage PC à domicile et webdesign</A>';
zlien[2][0] = '<A HREF="http://www.myvalleedejoux.ch" CLASS=ejsmenu>Office du Tourisme Vallée de Joux</A>';
zlien[2][1] = '<A HREF="http://www.le-levant.ch" CLASS=ejsmenu>La cabane Le Levant</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 99;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=380><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\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></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=#000000 WIDTH=100 HEIGHT=60><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=60>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Ski Nautique</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Divers</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],40)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Vallée de joux</B></FONT></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');
