if (document.images) {
	image1on = new Image
	image1off = new Image
	image2on = new Image
	image2off = new Image
	image3on = new Image
	image3off = new Image
	image4on = new Image
	image4off = new Image
	image5on = new Image
	image5off = new Image
	image6on = new Image
	image6off = new Image
	image7on = new Image
	image7off = new Image
		
	image1on.src = 'images/home_button_up.gif'
	image1off.src = 'images/home_button.gif'
	image2on.src = 'images/winemaking_button_up.gif'
	image2off.src = 'images/winemaking_button.gif'
	image3on.src = 'images/beermaking_button_up.gif'
	image3off.src = 'images/beermaking_button.gif'
	image4on.src = 'images/vinegarmaking_button_up.gif'
	image4off.src = 'images/vinegarmaking_button.gif'
	image5on.src = 'images/contact_button_up.gif'
	image5off.src = 'images/contact_button.gif'
	image6on.src = 'images/close_window_up.gif'
	image6off.src = 'images/close_window.gif'
		
}
	
else {
		
	image1on = ""
	image1off = ""
	document.image = ""
		
}

function menu(list) 
{ 
location.href = list.options[list.selectedIndex].value
}
	function bannerpop()  {
		userMessage = window.open("user_message.html ",
			'userMessage', 'scrollbars=no,width=500,height=270')
	}

function Privacy() {

newwin=window.open('privacy.html','newwin','height=400,width=620,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no');
  
}

function Terms() {

newwin=window.open('terms_of_usage.html','newwin','height=400,width=620,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no');
  
}

function Returns() {

newwin=window.open('return_policy.html','newwin','height=400,width=620,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no');
  
}

function Map() {

newwin=window.open('map_image.html','newwin','height=535,width=620,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no');
  
}

function Grapes05() {

newwin=window.open('../winemaking/grape_listing05.html','newwin','height=610,width=750,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no');
  
}

function Grapes06() {

newwin=window.open('../winemaking/grape_listing.html','newwin','height=610,width=750,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no');
  
}
