bgcolor='#FFF0E1';
bgcolor1='#993300';
bgcolor2='#CC0000';
bgcolor3='#FFDCB9';
bgcolor5='#941818';
document.write('<style type="text/css">');
document.write('.popper2 { POSITION:absolute;margin-top:180px; 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:visited.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A:hover.ejsmenu2 {color:#000000; font-weight: bold; text-decoration:none;}')
document.write('A:visited.ejsmenu2 {color:#000000; font-weight: bold; text-decoration:none;}')
document.write('A.ejsmenu2 {color:#000000; font-weight: bold; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:53"><DIV class=popper2 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[0][0] = '<A HREF="?Include=The Appellation Wines" CLASS=ejsmenu>> The Appellation Wines</A>';

zlien[0][1] = '<A HREF="?Include=The Wines of Higher Quality" CLASS=ejsmenu>> The Wines of Higher Quality</A>';

zlien[0][2] = '<A HREF="?Include=Our Agencies in Morocco" CLASS=ejsmenu>> Our Agencies in Morocco</A>';

zlien[1][0] = '<A HREF="?Include=Our Wines in the world" CLASS=ejsmenu>> Our Wines in the world</A>';

zlien[1][1] = '<A HREF="?Include=Our Distributors in the World" CLASS=ejsmenu>> Our Distributors in the World</A>';
zlien[2][0] = '<A HREF="?Include=The chairman s word" CLASS=ejsmenu>> The chairman\'s word</A>';
zlien[2][1] = '<A HREF="?Include=2007 Edition" CLASS=ejsmenu>> 2007 Edition</A>';
zlien[2][2] = '<A HREF="?Include=2008 Edition" CLASS=ejsmenu>> 2008 Edition</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 = 12;

function pop(msg,pos,pos2)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
skn.top = pos2;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFDCB9 WIDTH=220><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor1+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor1+"'\" HEIGHT=20>&nbsp;&nbsp;"+msg[pass]+"</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=topgauche2><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=220><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=25>')
document.write('<TR HEIGHT=20></TR><TR><TD WIDTH=220 ALIGN=center BGCOLOR='+bgcolor5+' onMouseOver="this.style.background=\''+bgcolor5+'\';pop(zlien[2],220,172)" onMouseOut="this.style.background=\''+bgcolor5+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],220,172)" href=# CLASS=ejsmenu2><img src="img/butgolf.jpg" width="220" height="24" border="0"></a></TD></TR>')
document.write('</TABLE></TD></TR></TABLE></DIV></div>')