<!--
function WLink(){
   	Select = document.Winery.WN.selectedIndex;
   	getURL = document.Winery.WN.options[Select].value;
   	location.href=getURL;
}

function MLink(){
   Select = document.Winery.MN.selectedIndex;
   getURL = document.Winery.MN.options[Select].value;
   location.href=getURL;
}

function WindOpen(){
	param = "height=120,width=350,top=50,left=50";
	popup = window.open("autumn2001.html","event",param);
}
// -->
