posYmenu = 50;
bgcolor='#ffffff';
bgcolor2='#7CD082'
needcenter =false;
if(!needcenter)
	posXmenu = 32;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(300/2);
	else
		posXmenu = (window.innerWidth/2)-(300/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:#ffffff; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');

zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;

zlien[1][0] = '<img src=\"../images/feuille_roux.gif\" border=\"0\" width=\"15\" height=\"15\" align=top>&nbsp;<A HREF="offre.html" CLASS=ejsmenu>Our offer of construction</A>';
zlien[1][1] = '&nbsp;<A HREF="etude.html" CLASS=ejsmenu>&nbsp;&nbsp;&nbsp;- Feasibility Analysis</A>';
zlien[1][2] = '&nbsp;<A HREF="realisation.html" CLASS=ejsmenu>&nbsp;&nbsp;&nbsp;- Park Construction</A>';
zlien[1][3] = '<img src=\"../images/feuille_roux.gif\" border=\"0\" width=\"15\" height=\"15\" align=top>&nbsp;<A HREF="assistance.html" CLASS=ejsmenu>Other Services</A>';




zlien[2][0] = '<img src=\"../images/feuille_verte2.gif\" border=\"0\" width=\"15\" height=\"15\" align=top>&nbsp;<A HREF="engagement.html" CLASS=ejsmenu>Our commitment</A>';
zlien[2][1] = '<img src=\"../images/feuille_verte2.gif\" border=\"0\" width=\"15\" height=\"15\" align=top>&nbsp;<A HREF="fondateur.html" CLASS=ejsmenu>The team</A>';
zlien[2][2] = '<img src=\"../images/feuille_verte2.gif\" border=\"0\" width=\"15\" height=\"15\" align=top>&nbsp;<A HREF="reference.html" CLASS=ejsmenu>Our references</A>';
zlien[2][3] = '<img src=\"../images/feuille_verte2.gif\" border=\"0\" width=\"15\" height=\"15\" align=top>&nbsp;<A HREF="contact.htm" CLASS=ejsmenu>How to contact us</A>';

zlien[0][0] = '<img src=\"../images/feuille_verte.gif\" border=\"0\" width=\"15\" height=\"15\" align=top>&nbsp;<A HREF="parc.html" CLASS=ejsmenu>What is an adventure park?</A>';
zlien[0][1] = '<img src=\"../images/feuille_verte.gif\" border=\"0\" width=\"15\" height=\"15\" align=top>&nbsp;<A HREF="succes.html" CLASS=ejsmenu>Success Factors</A>';
zlien[0][2] = '<img src=\"../images/feuille_verte.gif\" border=\"0\" width=\"15\" height=\"15\" align=top>&nbsp;<A HREF="presentation.html" CLASS=ejsmenu>What you need to get started</A>';
zlien[0][3] = '<img src=\"../images/feuille_verte.gif\" border=\"0\" width=\"15\" height=\"15\" align=top>&nbsp;<A HREF="image.html" CLASS=ejsmenu>Parks in images</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+52;

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=210><TR><td><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor2+" 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=300><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=149 ALIGN=center bgcolor=white><A onClick="return(false)" onMouseOver="MM_swapImage(\'Image23\',\'\',\'images/bas1_off.gif\');pop(zlien[0],6)" href=#><IMG  border=0 SRC="../images/produits_en.gif" width="149"></a></TD>')
document.write('<TD WIDTH=149 ALIGN=center bgcolor=white><A onClick="return(false)" onMouseOver="pop(zlien[1],157)" href=#><IMG  border=0 SRC="../images/services_en.gif" width="149"></a></TD>')
document.write('<TD WIDTH=149 ALIGN=center bgcolor=white><A onClick="return(false)" onMouseOver="MM_swapImage(\'Image23\',\'\',\'images/bas1_off.gif\');pop(zlien[2],307)" href=#><IMG BORDER="0" SRC="../images/entreprise_en.gif"  width="149"></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')

