
	homeon = new Image(77,11);
	homeon.src = "images/nav/Nav_HOME_Over.gif";
	currenton = new Image(160,11);
	currenton.src = "images/nav/Nav_CURRENT_Over.gif";
	paston = new Image(131,11);
	paston.src = "images/nav/Nav_PAST_Over.gif";
	vineyardon = new Image(101,11);
	vineyardon.src = "images/nav/Nav_VINEYARD_Over.gif";
	abouton = new Image(105,11);
	abouton.src = "images/nav/Nav_ABOUT_Over.gif";
	visiton = new Image(70,11);
	visiton.src = "images/nav/Nav_VISIT_Over.gif";
	tradeon = new Image(81,11);
	tradeon.src = "images/nav/Nav_Trade_Over.gif";
	mailingon = new Image(123,11);
	mailingon.src = "images/nav/Nav_MAILING_Over.gif";
	orderon = new Image(82,11);
	orderon.src = "images/nav/Nav_ORDER_Over.gif";

	homeoff = new Image(77,11);
	homeoff.src = "images/nav/Nav_HOME_Normal.gif";
	currentoff = new Image(160,11);
	currentoff.src = "images/nav/Nav_CURRENT_Normal.gif";
	pastoff = new Image(131,11);
	pastoff.src = "images/nav/Nav_PAST_Normal.gif";
	vineyardoff = new Image(101,11);
	vineyardoff.src = "images/nav/Nav_VINEYARD_Normal.gif";
	aboutoff = new Image(105,11);
	aboutoff.src = "images/nav/Nav_ABOUT_Normal.gif";
	visitoff = new Image(70,11);
	visitoff.src = "images/nav/Nav_VISIT_Normal.gif";
	tradeoff = new Image(81,11);
	tradeoff.src = "images/nav/Nav_Trade_Normal.gif";
	mailingoff = new Image(123,11);
	mailingoff.src = "images/nav/Nav_MAILING_Normal.gif";
	orderoff = new Image(82,11);
	orderoff.src = "images/nav/Nav_ORDER_Normal.gif";

function img_act(imgName) {
   imgOn = eval(imgName + "on.src");
   document [imgName].src = imgOn;
}

function img_inact(imgName) {
   imgOff = eval(imgName + "off.src");
   document [imgName].src = imgOff;
}

		function doOpen( a, b, c )
		{
		   SListWin = window.open( a, b, c );
		}

	function SListPop() {
		var popup_page = 'current_list.html';

		doOpen(popup_page,'current_list','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=420,height=420,left=240,top=120');

	}

