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

   			
   			homeon = new Image(118,55);
  			homeon.src = "images/navigation/home_but_ovr.gif"
 
  			homeoff = new Image(118,55);
 			homeoff.src = "images/navigation/home_but.gif"
 			
  			historyon = new Image(118,56);
 			historyon.src = "images/navigation/history_but_ovr.gif"

 			historyoff = new Image(118,56);
 			historyoff.src = "images/navigation/history_but.gif"
 
   			galleryon = new Image(118,55);
  			galleryon.src = "images/navigation/gallery_but_ovr.gif"
 
  			galleryoff = new Image(118,55);
 			galleryoff.src = "images/navigation/gallery_but.gif"
 			 
			menuson = new Image(118,49);
			menuson.src = "images/navigation/menus_but_ovr.gif"
			 
			menusoff = new Image(118,49);
 			menusoff.src = "images/navigation/menus_but.gif"
 			
			cateringon = new Image(104,68);
			cateringon.src = "images/navigation/catering_but_ovr.gif"
			 
			cateringoff = new Image(104,68);
 			cateringoff.src = "images/navigation/catering_but.gif" 			
  			
 			recipeson = new Image(104,68);
 			recipeson.src = "images/navigation/recipes_but_ovr.gif"
 			 
 			recipesoff = new Image(104,68);
 			recipesoff.src = "images/navigation/recipes_but.gif" 	
 			
   			contacton = new Image(118,55);
  			contacton.src = "images/navigation/contact_but_ovr.gif"
 
  			contactoff = new Image(118,55);
 			contactoff.src = "images/navigation/contact_but.gif" 			
 			
   			pasoorderon = new Image(118,55);
  			pasoorderon.src = "images/home_paso_order_ovr.gif"
 
  			pasoorderoff = new Image(118,55);
 			pasoorderoff.src = "images/home_paso_order.gif" 	
 			
   			sloorderon = new Image(118,55);
  			sloorderon.src = "images/home_slo_order_ovr.gif"
 
  			sloorderoff = new Image(118,55);
 			sloorderoff.src = "images/home_slo_order.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 --->