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


 			   		
   			home_abouton = new Image(150,33);
  			home_abouton.src = "images/navigation/home_about_but_ovr.gif"
  			home_aboutoff = new Image(150,33);
 			home_aboutoff.src = "images/navigation/home_about_but.gif" 			
 			   		
   			home_inthenewson = new Image(150,33);
  			home_inthenewson.src = "images/navigation/home_inthenews_but_ovr.gif"
  			home_inthenewsoff = new Image(150,33);
 			home_inthenewsoff.src = "images/navigation/home_inthenews_but.gif" 			
   			
   			concierge_accommon = new Image(150,33);
  			concierge_accommon.src = "images/navigation/concierge_accomm_but_ovr.gif"
  			concierge_accommoff = new Image(150,33);
 			concierge_accommoff.src = "images/navigation/concierge_accomm_but.gif" 			
 			   		
   			concierge_cateringon = new Image(150,33);
  			concierge_cateringon.src = "images/navigation/concierge_catering_but_ovr.gif"
  			concierge_cateringoff = new Image(150,33);
 			concierge_cateringoff.src = "images/navigation/concierge_catering_but.gif" 	
 			   		
   			concierge_transportationon = new Image(150,33);
  			concierge_transportationon.src = "images/navigation/concierge_transportation_but_ovr.gif"
  			concierge_transportationoff = new Image(150,33);
 			concierge_transportationoff.src = "images/navigation/concierge_transportation_but.gif" 	
 			   		
   			ground_fuelon = new Image(150,33);
  			ground_fuelon.src = "images/navigation/ground_fuel_but_ovr.gif"
  			ground_fueloff = new Image(150,33);
 			ground_fueloff.src = "images/navigation/ground_fuel_but.gif" 	
 			   		
   			ground_lineon = new Image(150,33);
  			ground_lineon.src = "images/navigation/ground_line_but_ovr.gif"
  			ground_lineoff = new Image(150,33);
 			ground_lineoff.src = "images/navigation/ground_line_but.gif" 	
 			   		
   			ground_cateringon = new Image(150,33);
  			ground_cateringon.src = "images/navigation/ground_catering_but_ovr.gif"
  			ground_cateringoff = new Image(150,33);
 			ground_cateringoff.src = "images/navigation/ground_catering_but.gif" 	
 			   		
   			ground_charterson = new Image(150,33);
  			ground_charterson.src = "images/navigation/ground_charters_but_ovr.gif"
  			ground_chartersoff = new Image(150,33);
 			ground_chartersoff.src = "images/navigation/ground_charters_but.gif" 	
 			   		
   			ground_feeson = new Image(150,33);
  			ground_feeson.src = "images/navigation/ground_fees_but_ovr.gif"
  			ground_feesoff = new Image(150,33);
 			ground_feesoff.src = "images/navigation/ground_fees_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 --->