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


 			   		
   			homeon = new Image(150,33);
  			homeon.src = "images/navigation/home_but_ovr.gif"
  			homeoff = new Image(150,33);
 			homeoff.src = "images/navigation/home_but.gif" 			
 			
  			infoon = new Image(110,27);
  			infoon.src = "images/navigation/info_but_ovr.gif"
  			infooff = new Image(110,27);
  			infooff.src = "images/navigation/info_but.gif"
 			
  			groundserviceson = new Image(110,51);
			groundserviceson.src = "images/navigation/groundservices_but_ovr.gif"
 			groundservicesoff = new Image(110,51);
 			groundservicesoff.src = "images/navigation/groundservices_but.gif"
 			
  			conciergeserviceson = new Image(110,51);
			conciergeserviceson.src = "images/navigation/conciergeservices_but_ovr.gif"
 			conciergeservicesoff = new Image(110,51);
 			conciergeservicesoff.src = "images/navigation/conciergeservices_but.gif"
 			
  			reservon = new Image(110,51);
			reservon.src = "images/navigation/reserv_but_ovr.gif"
 			reservoff = new Image(110,51);
 			reservoff.src = "images/navigation/reserv_but.gif"
 			
  			silverwingon = new Image(110,30);
			silverwingon.src = "images/navigation/silverwing_but_ovr.gif"
 			silverwingoff = new Image(110,30);
 			silverwingoff.src = "images/navigation/silverwing_but.gif"
 			
  			contacton = new Image(110,30);
			contacton.src = "images/navigation/contact_but_ovr.gif"
 			contactoff = new Image(110,30);
 			contactoff.src = "images/navigation/contact_but.gif" 			
 			
  			blogon = new Image(110,30);
			blogon.src = "images/navigation/blog_but_ovr.gif"
 			blogoff = new Image(110,30);
 			blogoff.src = "images/navigation/blog_but.gif" 
 			
  			topreservon = new Image(110,30);
			topreservon.src = "images/navigation/top_reserv_but_ovr.gif"
 			topreservoff = new Image(110,30);
 			topreservoff.src = "images/navigation/top_reserv_but.gif" 
 			
  			flyinon = new Image(110,30);
			flyinon.src = "images/navigation/flyin_but_ovr.gif"
 			flyinoff = new Image(110,30);
 			flyinoff.src = "images/navigation/flyin_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 --->