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

   			
   		profileon = new Image(106,32);
  			profileon.src = "images/navigation/profile_but_ovr.gif"
  			profileoff = new Image(106,32);
 			profileoff.src = "images/navigation/profile_but.gif"
 			
  			contactuson = new Image(84,32);
  			contactuson.src = "images/navigation/contactus_but_ovr.gif"
  			contactusoff = new Image(84,32);
  			contactusoff.src = "images/navigation/contactus_but.gif"
 			
  			warehouseon = new Image(111,32);
			warehouseon.src = "images/navigation/warehouse_but_ovr.gif"
 			warehouseoff = new Image(111,32);
 			warehouseoff.src = "images/navigation/warehouse_but.gif"
 			
  			wineclubon = new Image(111,32);
			wineclubon.src = "images/navigation/wineclub_but_ovr.gif"
 			winecluboff = new Image(111,32);
 			winecluboff.src = "images/navigation/wineclub_but.gif" 			

  			newson = new Image(111,32);
			newson.src = "images/navigation/news_but_ovr.gif"
 			newsoff = new Image(111,32);
 			newsoff.src = "images/navigation/news_but.gif" 
 			
  			galleryon = new Image(111,32);
			galleryon.src = "images/navigation/gallery_but_ovr.gif"
 			galleryoff = new Image(111,32);
 			galleryoff.src = "images/navigation/gallery_but.gif" 
 						
  			homeon = new Image(111,32);
			homeon.src = "images/navigation/home_but_ovr.gif"
 			homeoff = new Image(111,32);
 			homeoff.src = "images/navigation/home_but.gif" 
 			
  			loginon = new Image(111,32);
			loginon.src = "images/navigation/login_but_ovr.gif"
 			loginoff = new Image(111,32);
 			loginoff.src = "images/navigation/login_but.gif" 
 						
  			viewcarton = new Image(111,32);
			viewcarton.src = "images/navigation/viewcart_but_ovr.gif"
 			viewcartoff = new Image(111,32);
 			viewcartoff.src = "images/navigation/viewcart_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 --->