bgcolor='#ffffff';
bgcolor2='#EAF0E9';
document.write('<div style="position:absolute;" onmouseover="display()" onmouseout="hide()" ><DIV class=popper id=topdeck></DIV>');

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;	//Présentation
zlien[1] = new Array;	//Les coutumes
zlien[2] = new Array;	//La cuisine
zlien[3] = new Array;	//Les visites
zlien[4] = new Array;	//Photos
zlien[5] = new Array;	//Contact

zlien[1][0] = new Array;
zlien[1][1] = new Array;

zlien[2][0] = new Array;
zlien[2][1] = new Array;
//zlien[2][2] = new Array;

zlien[4][0] = new Array;
zlien[4][1] = new Array;
zlien[4][2] = new Array;

zlien[1][0][0] = 'traditions.html';
zlien[1][0][1] = 'Les traditions';

zlien[1][1][0] = 'savoir.html';
zlien[1][1][1] = 'Ce qu\'il faut savoir';

zlien[2][0][0] = 'recette.html';
zlien[2][0][1] = 'Les Recettes';

zlien[2][1][0] = 'restaurations.html';
zlien[2][1][1] = 'Restaurations au Japon';


//zlien[2][2][0] = 'restaurants.html';
//zlien[2][2][1] = 'Restaurants en France';

zlien[4][0][0] = 'lieux.html';
zlien[4][0][1] = 'Lieux à visiter';

zlien[4][1][0] = 'marrant.html';
zlien[4][1][1] = 'Photos marrantes';

zlien[4][2][0] = 'plat.html';
zlien[4][2][1] = 'Nourriture';

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 = "28px";

function pop(msg,pos)
{
	skn.visibility = "hidden";
	a=true;
	skn.left = pos+"px";
	if(msg.length > 0)
		var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
	else
		var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
	pass = 0;
	while (pass < msg.length)
	{
		content += "<tr><td onclick='location.href=\""+ msg[pass][0] +"\"' style='cursor:pointer;background-color:"+bgcolor+";height:20px;' onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\"><span class='sousmenu'>&nbsp;&nbsp;"+msg[pass][1]+"</span></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 hide()
{
	document.getElementById("topdeck").style.visibility="hidden";
}

function display()
{
	document.getElementById("topdeck").style.visibility='visible';
}
document.onclick = hide;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=600><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=28><TR>');
document.write('<TD WIDTH=100 ALIGN=center style="border:2px solid #E2E6D5;border-top:0px;border-bottom:0px; border-left:0px;" onMouseOver="pop(zlien[0],0)"><A onMouseOver="pop(zlien[0],0)" href="presentation.html" CLASS=ejsmenu><span class="grosmenu">Pr&eacute;sentation</span></a></TD>');
document.write('<TD WIDTH=100 ALIGN=center style="border:2px solid #E2E6D5;border-top:0px;border-bottom:0px; border-left:0px;" onMouseOver="pop(zlien[1],100)"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><span class="grosmenu">Les coutumes</span></a></TD>');
document.write('<TD WIDTH=100 ALIGN=center style="border:2px solid #E2E6D5;border-top:0px;border-bottom:0px; border-left:0px;"  onMouseOver="pop(zlien[2],200)"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><span class="grosmenu">La cuisine</span></a></TD>');
document.write('<TD WIDTH=100 ALIGN=center style="border:2px solid #E2E6D5;border-top:0px;border-bottom:0px; border-left:0px;"  onMouseOver="pop(zlien[3],300)"><A onMouseOver="pop(zlien[3],300)" href="visites.html" CLASS=ejsmenu><span class="grosmenu">Les visites</span></a></TD>');
document.write('<TD WIDTH=100 ALIGN=center style="border:2px solid #E2E6D5;border-top:0px;border-bottom:0px; border-left:0px;"  onMouseOver="pop(zlien[4],400)"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu><span class="grosmenu">Photos</span></a></TD>');
document.write('<TD WIDTH=100 ALIGN=center style="border:2px solid #E2E6D5;border-top:0px;border-bottom:0px; border-left:0px;"  onMouseOver="pop(zlien[5],500)"><A onMouseOver="pop(zlien[5],500)" href="contact.html" CLASS=ejsmenu><span class="grosmenu">Contact</span></a></TD>');
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>');