<!--  Hide for Java Challenged Browsers
		if (document.images) {

   			home_abouton = new Image(133,26);
  			home_abouton.src = "images/navigation/home_about_but_ovr.gif"
  			home_aboutoff = new Image(133,26);
 			home_aboutoff.src = "images/navigation/home_about_but.gif"
 			
  			home_menuon = new Image(133,26);
 			home_menuon.src = "images/navigation/home_menu_but_ovr.gif"
 			home_menuoff = new Image(133,26);
 			home_menuoff.src = "images/navigation/home_menu_but.gif"
 
   			home_wineliston = new Image(133,26);
  			home_wineliston.src = "images/navigation/home_winelist_but_ovr.gif"
  			home_winelistoff = new Image(133,26);
 			home_winelistoff.src = "images/navigation/home_winelist_but.gif"

   			home_banquetson = new Image(133,26);
  			home_banquetson.src = "images/navigation/home_banquets_but_ovr.gif"
  			home_banquetsoff = new Image(133,26);
 			home_banquetsoff.src = "images/navigation/home_banquets_but.gif"

   			home_entertainmenton = new Image(133,26);
  			home_entertainmenton.src = "images/navigation/home_entertainment_but_ovr.gif"
  			home_entertainmentoff = new Image(133,26);
 			home_entertainmentoff.src = "images/navigation/home_entertainment_but.gif" 			
 			
  			home_contacton = new Image(133,26);
 			home_contacton.src = "images/navigation/home_contact_but_ovr.gif"
 			home_contactoff = new Image(133,26);
 			home_contactoff.src = "images/navigation/home_contact_but.gif"
 
   			home_joinclubon = new Image(133,26);
  			home_joinclubon.src = "images/navigation/home_joinclub_but_ovr.gif"
  			home_joincluboff = new Image(133,26);
 			home_joincluboff.src = "images/navigation/home_joinclub_but.gif"
 			
 			}

		function img_act(imgName) {
			if (document.images) {
				imgOn = eval(imgName + "on.src");
				document [imgName].src = imgOn;
			}
		}

		function img_inact(imgName) {
			if (document.images) {
				imgOff = eval(imgName + "off.src");
				document [imgName].src = imgOff;
			}
	}
// END --->