posYmenuhaut =130;
bgcolor='#FCEDC2'; 
bgcolor2='#FCEDC2'; 
posXmenuhaut = 230;

document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
/* document.write('#topgauche { position:absolute; top:'+posYmenuhaut+'px; left:'+posXmenuhaut+'px; z-index:2; }') */
document.write('#cadresousmenu { background-color: #F7E7BD; border: 1px solid; border-color: #7B0810; z-index:2; }')
document.write('A:hover.ejsmenu { color:#000000; text-decoration:underline;}')
document.write('A.ejsmenu { color:#000000; text-decoration:underline;}')
/*document.write('A.ejsmenu { color:#000000; background-color: #F7E7BD; border: 1px solid; border-color: #7B0810;cursor: hand;}')*/
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);

if (nava) { skn2 = document.topdeck }
else if (dom) { skn2 = document.getElementById("topdeck").style }
else if (iex) { skn2 = topdeck.style }

skn2.top = posYmenuhaut;
skn2.left = posXmenuhaut+80;

/*racine="http://localhost/brac/";*/
racine="http://www.bracdelaperriere.com/"; 
/* racine="http://www.bracdelaperriere.com/secure/"; */

function popmenu(msg,pos,long)
{
skn2.visibility = "hidden";
a=true
skn2.top = posYmenuhaut+pos;
var content ="<TABLE id=cadresousmenu BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="+long+"><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD HEIGHT=10>"+msg[pass]+"</TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn2.document.write(content);
	  skn2.document.close();
	  skn2.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn2.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn2.visibility = "visible";
  }
}


function kill2()
{
	skn2.visibility = "hidden";
}


/* LIENS */

zlienmenu = new Array;
zlienmenu[0] = new Array;

zlienmenu[0][0] = "&nbsp;&nbsp;&nbsp;<a href='"+racine+"english/presentation/cray.htm' CLASS='ejsmenu'><font size='-1'><i>Burgundy</i></font></A>&nbsp;&nbsp;&nbsp;";
zlienmenu[0][1] = "&nbsp;&nbsp;&nbsp;<a href='"+racine+"english/presentation/macon-beaujo.htm' CLASS='ejsmenu'><font size='-1'><i>Mâconnais</i></font></A>&nbsp;&nbsp;&nbsp;";
zlienmenu[0][2] = "&nbsp;&nbsp;&nbsp;<a href='"+racine+"english/presentation/macon-beaujo.htm' CLASS='ejsmenu'><font size='-1'><i>Beaujolais</i></font></A>&nbsp;&nbsp;&nbsp;";
zlienmenu[0][3] = "&nbsp;&nbsp;&nbsp;<a href='"+racine+"english/presentation/joanny.htm' CLASS='ejsmenu'><font size='-1'><i>Côtes du Rhône</i></font></A>&nbsp;&nbsp;&nbsp;";

document.onclick = kill2;
document.write("<center>")
document.write("<DIV>")
document.write("<a href='"+racine+"index-en.php'><img src='"+racine+"images/english/menu/home.gif' border='0'></a>")
document.write("<a href='"+racine+"english/presentation/brac.htm'><img src='"+racine+"images/english/menu/introduction.gif' border='0'></a>")
document.write('<a onClick="return(false)" onMouseOver="popmenu(zlienmenu[0],0,115)" href="#"><img src="'+racine+'images/english/menu/wines.gif" border="0"></a>')
document.write("<a href='"+racine+"english/wines/wines.htm'><img src='"+racine+"images/english/menu/situation.gif' border='0'></a>")
document.write("<a href='"+racine+"english/gallery/gallery.htm'><img src='"+racine+"images/english/menu/gallery.gif' border='0'></a>")
document.write("<a href='"+racine+"english/contact/contact.htm'><img src='"+racine+"images/english/menu/contact.gif' border='0'></a>")
document.write("</div>")
document.write("</center>")