<!--
   if (document.images) {
   
	home_on = new Image(); home_on.src = "images/navon_home.gif";
	home_off = new Image(); home_off.src = "images/nav_home.gif";
	
	events_on = new Image(); events_on.src = "images/navon_events.gif";
	events_off = new Image(); events_off.src = "images/nav_events.gif";
	
	gallery_on = new Image(); gallery_on.src = "images/navon_gallery.gif";
	gallery_off = new Image(); gallery_off.src = "images/nav_gallery.gif";
	
	videos_on = new Image(); videos_on.src = "images/navon_videos.gif";
	videos_off = new Image(); videos_off.src = "images/nav_videos.gif";
	
	forum_on = new Image(); forum_on.src = "images/navon_forum.gif";
	forum_off = new Image(); forum_off.src = "images/nav_forum.gif";
	
	shoutbox_on = new Image(); shoutbox_on.src = "images/navon_shoutbox.gif";
	shoutbox_off = new Image(); shoutbox_off.src = "images/nav_shoutbox.gif";
	
	shdgallery_on = new Image(); shdgallery_on.src = "images/hmhdon_photo.gif";
	shdgallery_off = new Image(); shdgallery_off.src = "images/hmhd_photo.gif";
	
	shdvideo_on = new Image(); shdvideo_on.src = "images/hmhdon_video.gif";
	shdvideo_off = new Image(); shdvideo_off.src = "images/hmhd_video.gif";
	
	shdtalk_on = new Image(); shdtalk_on.src = "images/hmhdon_talktous.gif";
	shdtalk_off = new Image(); shdtalk_off.src = "images/hmhd_talktous.gif";
	
	shdevent_on = new Image(); shdevent_on.src = "images/hmhdon_event.gif";
	shdevent_off = new Image(); shdevent_off.src = "images/hmhd_event.gif";
	
	}


function hiLite(imgDocID,imgObjName) {
	if (document.images) {
		document.images[imgDocID].src = eval(imgObjName + ".src");
	}
}



//-->
