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


  			aboutuson = new Image(84,32);
  			aboutuson.src = "images/navigation/aboutus_but_ovr.gif"
  			aboutusoff = new Image(84,32);
  			aboutusoff.src = "images/navigation/aboutus_but.gif"
   			
   			serviceson = new Image(81,32);
  			serviceson.src = "images/navigation/services_but_ovr.gif"
  			servicesoff = new Image(81,32);
 			servicesoff.src = "images/navigation/services_but.gif"
 			
  			careerson = new Image(71,32);
			careerson.src = "images/navigation/careers_but_ovr.gif"
 			careersoff = new Image(71,32);
 			careersoff.src = "images/navigation/careers_but.gif"
 			
   			resourceson = new Image(85,32);
			resourceson.src = "images/navigation/resources_but_ovr.gif"
  			resourcesoff = new Image(85,32);
 			resourcesoff.src = "images/navigation/resources_but.gif"			
 			
   			eventson = new Image(64,32);
			eventson.src = "images/navigation/events_but_ovr.gif"
  			eventsoff = new Image(64,32);
 			eventsoff.src = "images/navigation/events_but.gif"

   			contactuson = new Image(94,32);
			contactuson.src = "images/navigation/contactus_but_ovr.gif"
  			contactusoff = new Image(94,32);
 			contactusoff.src = "images/navigation/contactus_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 --->