<!--if (document.images) {	about_high = new Image;	about_low = new Image;	about_high.src = "navimages/about_high.gif";	about_low.src = "navimages/about_low.gif";	newevents_high = new Image;	newevents_low = new Image;	newevents_high.src = "navimages/newevents_high.gif";	newevents_low.src = "navimages/newevents_low.gif";	membership_high = new Image;	membership_low = new Image;	membership_high.src = "navimages/membership_high.gif";	membership_low.src = "navimages/membership_low.gif";	adopt_high = new Image;	adopt_low = new Image;	adopt_high.src = "navimages/adopt_high.gif";	adopt_low.src = "navimages/adopt_low.gif";	rescues_high = new Image;	rescues_low = new Image;	rescues_high.src = "navimages/rescues_high.gif";	rescues_low.src = "navimages/rescues_low.gif";	donate_high = new Image;	donate_low = new Image;	donate_high.src = "navimages/donate_high.gif";	donate_low.src = "navimages/donate_low.gif";	sponsor_high = new Image;	sponsor_low = new Image;	sponsor_high.src = "navimages/sponsor_high.gif";	sponsor_low.src = "navimages/sponsor_low.gif";	volunteer_high = new Image;	volunteer_low = new Image;	volunteer_high.src = "navimages/volunteer_high.gif";	volunteer_low.src = "navimages/volunteer_low.gif";	fun_high = new Image;	fun_low = new Image;	fun_high.src = "navimages/fun_high.gif";	fun_low.src = "navimages/fun_low.gif";	faq_high = new Image;	faq_low = new Image;	faq_high.src = "navimages/faq_high.gif";	faq_low.src = "navimages/faq_low.gif";	contact_high = new Image;	contact_low = new Image;	contact_high.src = "navimages/contact_high.gif";	contact_low.src = "navimages/contact_low.gif";	}else {	about_high = "";	about_low = "";	about_high.src = "";	about_low.src = "";	newevents_high = "";	newevents_low = "";	newevents_high.src = "";	newevents_low.src = "";	membership_high = "";	membership_low = "";	membership_high.src = "";	membership_low.src = "";	adopt_high = "";	adopt_low = "";	adopt_high.src = "";	adopt_low.src = "";	rescues_high = "";	rescues_low = "";	rescues_high.src = "";	rescues_low.src = "";	fun_high = "";	fun_low = "";	fun_high.src = "";	fun_low.src = "";	faq_high = "";	faq_low = "";	faq_high.src = "";	faq_low.src = "";	donate_high = "";	donate_low = "";	donate_high.src = "";	donate_low.src = "";	sponsor_high = "";	sponsor_low = "";	sponsor_high.src = "";	sponsor_low.src = "";	volunteer_high = "";	volunteer_low = "";	volunteer_high.src = "";	volunteer_low.src = "";	contact_high = "";	contact_low = "";	contact_high.src = "";	contact_low.src = "";	}function swapem(iname, gname) {	if (document.images) {		iname.src = gname.src;	}}//-->