
posYmenu = 50;
bgcolor='#DFC578';
bgcolor2='#7B7B7B';
needcenter =false;
if(!needcenter)
	posXmenu = 13;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(600/2);
	else
		posXmenu = (window.innerWidth/2)-(600/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:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');

/*
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[5] = new Array;
zlien[0][1] = '<A HREF="alsaceor.htm" CLASS=ejsmenu>Alsace (présentation)</A>';
zlien[0][2] = '<A HREF="grdcrual.htm" CLASS=ejsmenu>Alsace Grand Cru</A>';
zlien[0][3] = '<A HREF="cremanta.htm" CLASS=ejsmenu>Crémant d\'Alsace</A>';
zlien[1][1] = '<A HREF="deftrad.htm" CLASS=ejsmenu>Définition</A>';
zlien[2][1] = '<A HREF="vinterr.htm" CLASS=ejsmenu>Qu\'est ce qu\'un vin de Terroir?</A>';
zlien[2][2] = '<A HREF="grasberg.htm" CLASS=ejsmenu>Lieu-dit Grasberg</A>';
zlien[2][3] = '<A HREF="plaenzer.htm" CLASS=ejsmenu>Lieu-dit Pflaenzer</A>';
zlien[2][4] = '<A HREF="burg.htm" CLASS=ejsmenu>Lieu-dit Burg</A>';
zlien[2][5] = '<A HREF="schofweg.htm" CLASS=ejsmenu>Lieu-dit Schofweg</A>';
zlien[2][6] = '<A HREF="goldesch.htm" CLASS=ejsmenu>Lieu-dit Goldesch</A>';
zlien[3][1] = '<A HREF="altenber.htm" CLASS=ejsmenu>Le Grand Cru Altenberg de Bergheim</A>';
zlien[4][1] = '<A HREF="cp.htm" CLASS=ejsmenu>Les Cuvées Particulières</A>';
zlien[4][2] = '<A HREF="vt.htm" CLASS=ejsmenu>Les Vendanges Tardives</A>';
zlien[4][3] = '<A HREF="sgn.htm" CLASS=ejsmenu>Les Sélection de Grains Nobles</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+24;

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=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=15><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=600><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=40><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Les Appellations d\'Origine Contrôlées</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],120)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],119)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Les vins de Tradition</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],240)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],238)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Les Vins de Terroir</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],360)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],357)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Les Grands Crus</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],479)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],476)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Les Cuvées de Prestige</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')
