<!--
   if (document.images) {
   
	theme_on = new Image(); theme_on.src = "images/navon_theme.gif";
	theme_off = new Image(); theme_off.src = "images/nav_theme.gif";
	
	calendar_on = new Image(); calendar_on.src = "images/navon_calendar.gif";
	calendar_off = new Image(); calendar_off.src = "images/nav_calendar.gif";
	
	activities_on = new Image(); activities_on.src = "images/navon_activities.gif";
	activities_off = new Image(); activities_off.src = "images/nav_activities.gif";
	
	location_on = new Image(); location_on.src = "images/navon_location.gif";
	location_off = new Image(); location_off.src = "images/nav_location.gif";
	
	campcrew_on = new Image(); campcrew_on.src = "images/navon_campcrew.gif";
	campcrew_off = new Image(); campcrew_off.src = "images/nav_campcrew.gif";
	
	rainbowlotus_on = new Image(); rainbowlotus_on.src = "images/navon_rainbowlotus.gif";
	rainbowlotus_off = new Image(); rainbowlotus_off.src = "images/nav_rainbowlotus.gif";
	
	registration_on = new Image(); registration_on.src = "images/navon_registration.gif";
	registration_off = new Image(); registration_off.src = "images/nav_registration.gif";
	
	
	whatis_on = new Image(); whatis_on.src = "images/navon_whatis.gif";
	whatis_off = new Image(); whatis_off.src = "images/nav_whatis.gif";
	
	storyteller_on = new Image(); storyteller_on.src = "images/navon_storyteller.gif";
	storyteller_off = new Image(); storyteller_off.src = "images/nav_storyteller.gif";
	
	motto_on = new Image(); motto_on.src = "images/navon_motto.gif";
	motto_off = new Image(); motto_off.src = "images/nav_motto.gif";
	
	process_on = new Image(); process_on.src = "images/navon_process.gif";
	process_off = new Image(); process_off.src = "images/nav_process.gif";
	
	az_on = new Image(); az_on.src = "images/navon_az.gif";
	az_off = new Image(); az_off.src = "images/nav_az.gif";
	
	testimonials_on = new Image(); testimonials_on.src = "images/navon_testimonials.gif";
	testimonials_off = new Image(); testimonials_off.src = "images/nav_testimonials.gif";
	
	gallery_on = new Image(); gallery_on.src = "images/navon_gallery.gif";
	gallery_off = new Image(); gallery_off.src = "images/nav_gallery.gif";
	
	international_on = new Image(); international_on.src = "images/navon_international.gif";
	international_off = new Image(); international_off.src = "images/nav_international.gif";
	
	solstice_on = new Image(); solstice_on.src = "images/navon_solstice.gif";
	solstice_off = new Image(); solstice_off.src = "images/nav_solstice.gif";
	}


function hiLite(imgDocID,imgObjName) {
	if (document.images) {
		document.images[imgDocID].src = eval(imgObjName + ".src");
	}
}



//-->

