bgcolor='#eeffbb';
bgcolor2='#ffffdd';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px; } ')
document.write('#topgauche {}')
document.write('A:hover.ejsmenu {color:#FF9900; text-decoration:none;}')
document.write('.ejsmenu {color:#FF9900; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:180px;"><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="index2.html" CLASS=ejsmenu>Home</A>';
zlien[1][0] = '<A HREF="eau.html" CLASS=ejsmenu>Jeux d\'eau</A>';
zlien[3][0] = '<A HREF="resto.html" CLASS=ejsmenu>Espace Brasserie</A>';
zlien[3][1] = '<A HREF="pic.html" CLASS=ejsmenu>Aire de pique-nique</A>';
zlien[1][1] = '<A HREF="roue.html" CLASS=ejsmenu>Roues et roulettes</A>';
zlien[1][2] = '<A HREF="man.html" CLASS=ejsmenu>Manèges et autres</A>';
zlien[2][0] = '<A HREF="fort.html" CLASS=ejsmenu>Fort river</A>';
zlien[4][0] = '<A HREF="ou.html" CLASS=ejsmenu>Emplacement de la vallée</A>';
zlien[4][1] = '<A HREF="ouvert.html" CLASS=ejsmenu>Ouverture</A>';
zlien[4][2] = '<A HREF="contact.html" CLASS=ejsmenu>nous contacter</A>';
zlien[4][3] = '<A HREF="form.html" CLASS=ejsmenu>demande de brochure</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 75;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = 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=30><FONT SIZE=2 FACE=\"Arial\">&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=#000000 WIDTH=150><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=155>')
document.write('<tr><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Accueil</FONT></TD></tr>')
document.write('<tr><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],30)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Attractions</FONT></TD></tr>')
document.write('<tr><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Fort River</FONT></TD></tr>')
document.write('<tr><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],90)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Restauration</FONT></TD></tr>')
document.write('<tr><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],120)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Infos pratiques</FONT></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');