// JavaScript Document
bgcolor='#91260F';
bgcolor2='#91260F';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#ffffff; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFAC2F; 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;
//Sous menu 1
zlien[0][0] = '<A HREF=# CLASS=ejsmenu></A>';
//zlien[0][1] = '<A HREF="12.htm" CLASS=ejsmenu>Ses Terrasses</A>';
//zlien[0][2] = '<A HREF="13.htm" CLASS=ejsmenu>Ses Cuisines</A>';
//zlien[0][3] = '<A HREF="14.htm" CLASS=ejsmenu>Ses Menus</A>';
//zlien[0][4] = '<A HREF="15.thm" CLASS=ejsmenu>Sa Carte</A>';
//zlien[0][5] = '<A HREF="16.thm" CLASS=ejsmenu>Réservations</A>';
//zlien[0][6] = '<A HREF="17.thm" CLASS=ejsmenu>Contacts</A>';
//Sous menu 2
//zlien[1][0] = '<A HREF="" CLASS=ejsmenu>21</A>';
//zlien[1][1] = '<A HREF="" CLASS=ejsmenu>22</A>';
//zlien[1][2] = '<A HREF="444.htm" CLASS=ejsmenu>23</A>';
//zlien[1][3] = '<A HREF="" CLASS=ejsmenu>24</A>';
//zlien[1][4] = '<A HREF="" CLASS=ejsmenu>25</A>';
//zlien[1][5] = '<A HREF="" CLASS=ejsmenu>31</A>';
//zlien[1][6] = '<A HREF="" CLASS=ejsmenu>32</A>';
//zlien[1][7] = '<A HREF="" CLASS=ejsmenu>33</A>';
//zlien[1][8] = '<A HREF="" CLASS=ejsmenu>34</A>';
//Sous menu 3
//zlien[2][0] = '<A HREF="" CLASS=ejsmenu>31</A>';
//zlien[2][1] = '<A HREF="" CLASS=ejsmenu>32</A>';
//zlien[2][2] = '<A HREF="" CLASS=ejsmenu>33</A>';
//zlien[2][3] = '<A HREF="" CLASS=ejsmenu>34</A>';
//Sous menu 4
//zlien[3][0] = '<A HREF="" CLASS=ejsmenu>41</A>';
//zlien[3][1] = '<A HREF="" CLASS=ejsmenu>42</A>';
//zlien[3][2] = '<A HREF="" CLASS=ejsmenu>43</A>';
//zlien[3][3] = '<A HREF="" CLASS=ejsmenu>44</A>';
//Sous menu 5
zlien[4][0] = '<A HREF=# CLASS=ejsmenu></A>';
//zlien[4][1] = '<A HREF="" CLASS=ejsmenu>52</A>';
//zlien[4][2] = '<A HREF="" CLASS=ejsmenu>53</A>';
//zlien[4][3] = '<A HREF="" CLASS=ejsmenu>54</A>';
//zlien[4][4] = '<A HREF=# CLASS=ejsmenu></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 = 35;  //espace entre menu et sous menu

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
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=5 FACE=\"French Script MT\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";  //couleur du texte sous menu survolé
	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=645><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],-8)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(True)" onMouseOver="pop(zlien[0],-8)" href="../Bistrot/Bistrot.htm" CLASS=ejsmenu><FONT SIZE=6 FACE="French Script MT">Son&nbsp;restaurant</FONT></a></TD>')
document.write('<TD WIDTH=140 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],148)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(True)" onMouseOver="pop(zlien[1],148)" href="../Epicerie/Epicerie.htm" CLASS=ejsmenu><FONT SIZE=6 FACE="French Script MT">Son&nbsp;épicerie</FONT></a></TD>')
document.write('<TD WIDTH=140 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],278)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(True)" onMouseOver="pop(zlien[2],278)" href="../Produits/Biasses.htm" CLASS=ejsmenu><FONT SIZE=6 FACE="French Script MT">Ses&nbsp;Biasses</FONT></a></TD>')
document.write('<TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],408)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],408)" href=# CLASS=ejsmenu><FONT SIZE=6 FACE="French Script MT">Son&nbsp;village</FONT></a></TD>')
document.write('<TD WIDTH=130 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],535)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[4],535)" href="../Contacts/Contacts.htm" CLASS=ejsmenu><FONT SIZE=6 FACE="French Script MT">Contacts</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
