<!--
document.write("<script language=\"JavaScript1.2\" src=\"menu/menusettings.js\"></script>");
document.write("<script language=\"JavaScript1.2\" src=\"menu/dqm_script.js\"></script>");

function photos(loc,w,h) {
	popup = window.open(loc,"photo","toolbar=no,location=no,status=no,width="+w+",height="+h+",menubar=no,resizable=no,scrollbars=no");
}

function photosPopUp(nomPic,w,h) {
	WinName = nomPic+"_"+w+"_"+h;
	popup = window.open("popupotos.html", WinName, "toolbar=no,location=no,status=no,width="+w+",height="+(h+16)+",menubar=no,resizable=no,scrollbars=no");
}

function fermer()
{
	window.close();
}

document.write("<TABLE WIDTH=\"1000\" BORDER=\"0\" CELLSPACING=\"0\" CELLPADDING=\"0\" ALIGN=\"CENTER\">");
document.write("<TR>");
	document.write("<TD><A href=\"../index.htm\"><IMG SRC=\"../img/01.gif\" WIDTH=144 HEIGHT=77 BORDER=\"0\"></A></TD>");
	document.write("<TD><IMG SRC=\"../img/02.gif\" WIDTH=523 HEIGHT=77 BORDER=\"0\"></TD>");
	document.write("<TD><IMG SRC=\"../img/03.gif\" WIDTH=333 HEIGHT=77 BORDER=\"0\"></TD>");
document.write("</TR>");
document.write("<TR>");
	document.write("<TD><A href=\"../index.htm\"><IMG SRC=\"../img/07.gif\" WIDTH=144 HEIGHT=22 BORDER=\"0\"></A></TD>");
	document.write("<TD COLSPAN=\"2\">");
	
	
// MENU


	document.write("<TABLE WIDTH=\"856\" BORDER=\"1\" CELLSPACING=\"0\" CELLPADDING=\"0\" BGCOLOR=\"#034b07\" BORDERCOLOR=\"#94b295\" HEIGHT=\"22\">");
	document.write("<TR>");
//début code OK
		document.write("<TD ALIGN=\"CENTER\" VALIGN=\"MIDDLE\">");
		document.write("<A onmouseover=\"showMenu(event)\" onmouseout=\"hideMenu(event)\" class=\"barItem\" name=\"menu0\" id=\"menu0\" href=\"history.html\">History</A>");
		document.write("</TD>");
		
		document.write("<TD ALIGN=\"CENTER\" VALIGN=\"MIDDLE\">");
		document.write("<A onmouseover=\"showMenu(event)\" onmouseout=\"hideMenu(event)\" class=\"barItem\" name=\"menu1\" id=\"menu1\" href=\"news.html\">News</A>");
		document.write("</TD>");
		
		document.write("<TD ALIGN=\"CENTER\" VALIGN=\"MIDDLE\">");
		document.write("<A onmouseover=\"showMenu(event)\" onmouseout=\"hideMenu(event)\" class=\"barItem\" name=\"menu2\" id=\"menu2\" href=\"cellar_pres.html\">Cellars</A>");
		document.write("</TD>");
		
		document.write("<TD ALIGN=\"CENTER\" VALIGN=\"MIDDLE\">");
		document.write("<A onmouseover=\"showMenu(event)\" onmouseout=\"hideMenu(event)\" class=\"barItem\" name=\"menu3\" id=\"menu3\" href=\"vineyards_pres.html\">Vineyards</A>");
		document.write("</TD>");
						
		document.write("<TD ALIGN=\"CENTER\" VALIGN=\"MIDDLE\">");
		document.write("<A onmouseover=\"showMenu(event)\" onmouseout=\"hideMenu(event)\" class=\"barItem\" name=\"menu4\" id=\"menu4\" href=\"wines.html\">Our Wines</A>");
		document.write("</TD>");
						
		document.write("<TD ALIGN=\"CENTER\" VALIGN=\"MIDDLE\">");
		document.write("<A onmouseover=\"showMenu(event)\" onmouseout=\"hideMenu(event)\" class=\"barItem\" name=\"menu5\" id=\"menu5\" href=\"beliefs.html\">We Believe</A>");
		document.write("</TD>");
										
		document.write("<TD ALIGN=\"CENTER\" VALIGN=\"MIDDLE\">");
		document.write("<A onmouseover=\"showMenu(event)\" onmouseout=\"hideMenu(event)\" class=\"barItem\" name=\"menu6\" id=\"menu6\" href=\"distributors.html\">Distributors</A>");
		document.write("</TD>");
		
		document.write("<TD ALIGN=\"CENTER\" VALIGN=\"MIDDLE\">");
		document.write("<A onmouseover=\"showMenu(event)\" onmouseout=\"hideMenu(event)\" class=\"barItem\" name=\"menu7\" id=\"menu7\" href=\"aboutus.html\">Press</A>");
		document.write("</TD>");
				
	//for(i=8;i<9;i++){
		document.write("<TD ALIGN=\"CENTER\" VALIGN=\"MIDDLE\">");
		document.write("<A onmouseover=\"showMenu(event)\" onmouseout=\"hideMenu(event)\" class=\"barItem\" name=\"menu8\" id=\"menu8\" href=\"contact.html\">Contact Us</A>");
		document.write("</TD>");
	//}
		
//fin code OK
	document.write("</TR>");
	document.write("</TABLE>");
	document.write("</TD>");
document.write("</TR>");
document.write("<TR>");
	document.write("<TD><IMG SRC=\"../img/10.gif\" WIDTH=144 HEIGHT=23 BORDER=\"0\"></TD>");
	document.write("<TD><IMG SRC=\"../img/11.gif\" WIDTH=523 HEIGHT=23 BORDER=\"0\"></TD>");
	document.write("<TD><IMG SRC=\"../img/12.gif\" WIDTH=333 HEIGHT=23 BORDER=\"0\"></TD>");
document.write("</TR>");
document.write("</TABLE>");
//-->