<!--  Hide for Java Challenged Browsers
		if (document.images) {

  			homeon = new Image(50,21);
  			homeon.src = "images/navigation/home_but_ovr.gif"

  			homeoff = new Image(50,21);
  			homeoff.src = "images/navigation/home_but.gif"

  			galleryon = new Image(111,17);
  			galleryon.src = "images/navigation/gallery_but_ovr.gif"

  			galleryoff = new Image(111,17);
  			galleryoff.src = "images/navigation/gallery_but.gif"

  			exampleson = new Image(124,18);
 			exampleson.src = "images/navigation/examples_but_ovr.gif"

 			examplesoff = new Image(124,18);
 			examplesoff.src = "images/navigation/examples_but.gif"

  			abouton = new Image(66,18);
 			abouton.src = "images/navigation/about_but_ovr.gif"

 			aboutoff = new Image(66,18);
 			aboutoff.src = "images/navigation/about_but.gif" 
  
    		communityon = new Image(82,18);
   		communityon.src = "images/navigation/community_but_ovr.gif"
  
   		communityoff = new Image(82,18);
 			communityoff.src = "images/navigation/community_but.gif"
 			
   		eventson = new Image(52,18);
  			eventson.src = "images/navigation/events_but_ovr.gif"
 
  			eventsoff = new Image(52,18);
 			eventsoff.src = "images/navigation/events_but.gif"
 
   		contacton = new Image(80,18);
  			contacton.src = "images/navigation/contact_but_ovr.gif"
 
  			contactoff = new Image(80,18);
 			contactoff.src = "images/navigation/contact_but.gif"
 			
      	linkson = new Image(43,18);
   		linkson.src = "images/navigation/links_but_ovr.gif"
  
   		linksoff = new Image(43,18);
 			linksoff.src = "images/navigation/links_but.gif"

  			homegalleryon = new Image(111,17);
  			homegalleryon.src = "images/home_gallery_but_ovr.gif"

  			homegalleryoff = new Image(111,17);
  			homegalleryoff.src = "images/home_gallery_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 --->
