if (document.images) {

	about_on = new Image( ); about_on.src = "/images/right_nav/about_on.gif";
	about_off = new Image( ); about_off.src = "/images/right_nav/about_off.gif";

	info_resources_on = new Image( ); info_resources_on.src = "/images/right_nav/info_resources_on.gif";
	info_resources_off = new Image( ); info_resources_off.src = "/images/right_nav/info_resources_off.gif";


	services_on = new Image( ); services_on.src = "/images/right_nav/services_on.gif";
	services_off = new Image( ); services_off.src = "/images/right_nav/services_off.gif";

	caregiver_support_on = new Image( ); caregiver_support_on.src = "/images/right_nav/caregiver_support_on.gif";
	caregiver_support_off = new Image( ); caregiver_support_off.src = "/images/right_nav/caregiver_support_off.gif";

	nursing_home_on = new Image( ); nursing_home_on.src = "/images/right_nav/nursing_home_on.gif";
	nursing_home_off = new Image( ); nursing_home_off.src = "/images/right_nav/nursing_home_off.gif";

	volunteer_employment_on = new Image( ); volunteer_employment_on.src = "/images/right_nav/volunteer_employment_on.gif";
	volunteer_employment_off = new Image( ); volunteer_employment_off.src = "/images/right_nav/volunteer_employment_off.gif";

	support_on = new Image( ); support_on.src = "/images/right_nav/support_on.gif";
	support_off = new Image( ); support_off.src = "/images/right_nav/support_off.gif";

	whats_new_on = new Image( ); whats_new_on.src = "/images/right_nav/whats_new_on.gif";
	whats_new_off = new Image( ); whats_new_off.src = "/images/right_nav/whats_new_off.gif";

	related_links_on = new Image( ); related_links_on.src = "/images/right_nav/related_links_on.gif";
	related_links_off = new Image( ); related_links_off.src = "/images/right_nav/related_links_off.gif";

	privacy_policy_on = new Image( ); privacy_policy_on.src = "/images/right_nav/privacy_policy_on.gif";
	privacy_policy_off = new Image( ); privacy_policy_off.src = "/images/right_nav/privacy_policy_off.gif";

	contact_us_on = new Image( ); contact_us_on.src = "/images/right_nav/contact_us_on.gif";
	contact_us_off = new Image( ); contact_us_off.src = "/images/right_nav/contact_us_off.gif";



	learn_more_on = new Image( ); learn_more_on.src = "/images/learn_more_on.gif";
	learn_more_off = new Image( ); learn_more_off.src = "/images/learn_more_off.gif";

	more_news_on = new Image( ); more_news_on.src = "/images/more_news_on.gif";
	more_news_off = new Image( ); more_news_off.src = "/images/more_news_off.gif";

	easy_form_on = new Image( ); easy_form_on.src = "/images/easy_online_referral_form_on.gif";
	easy_form_off = new Image( ); easy_form_off.src = "/images/easy_online_referral_form_off.gif";

	directions_map_on = new Image( ); directions_map_on.src = "/images/directions_map_on.gif";
	directions_map_off = new Image( ); directions_map_off.src = "/images/directions_map_off.gif";

	golf_classic_on = new Image( ); golf_classic_on.src = "/images/golf_classic_on.gif";
	golf_classic_off = new Image( ); golf_classic_off.src = "/images/golf_classic_off.gif";

	develop_on = new Image( ); develop_on.src = "/images/f7_on.gif";
	develop_off = new Image( ); develop_off.src = "/images/f7.gif";


	care_at_home_on = new Image( ); care_at_home_on.src = "/images/right_nav/services/care_at_home_on.gif";
	care_at_home_off = new Image( ); care_at_home_off.src = "/images/right_nav/services/care_at_home_off.gif";

	alternative_housing_options_on = new Image( ); alternative_housing_options_on.src = "/images/right_nav/services/alternative_housing_options_on.gif";
	alternative_housing_options_off = new Image( ); alternative_housing_options_off.src = "/images/right_nav/services/alternative_housing_options_off.gif";

	access_senior_options_on = new Image( ); access_senior_options_on.src = "/images/right_nav/services/access_senior_options_on.gif";
	access_senior_options_off = new Image( ); access_senior_options_off.src = "/images/right_nav/services/access_senior_options_off.gif";

	protective_services_on = new Image( ); protective_services_on.src = "/images/right_nav/services/protective_services_on.gif";
	protective_services_off = new Image( ); protective_services_off.src = "/images/right_nav/services/protective_services_off.gif";

	volunteer_services_on = new Image( ); volunteer_services_on.src = "/images/right_nav/services/volunteer_services_on.gif";
	volunteer_services_off = new Image( ); volunteer_services_off.src = "/images/right_nav/services/volunteer_services_off.gif";

	other_services_on = new Image( ); other_services_on.src = "/images/right_nav/services/other_services_on.gif";
	other_services_off = new Image( ); other_services_off.src = "/images/right_nav/services/other_services_off.gif";

/*	_on = new Image( ); _on.src = "/images/right_nav/services/_on.gif";
	_off = new Image( ); _off.src = "/images/right_nav/services/_off.gif";

	_on = new Image( ); _on.src = "/images/right_nav/services/_on.gif";
	_off = new Image( ); _off.src = "/images/right_nav/services/_off.gif";
*/



function imgOn(imgField) {
	if (document.images) {
		document[imgField].src = eval(imgField + "_on.src")
	}
}

function imgOff(imgField) {
	if (document.images) {
		document[imgField].src = eval(imgField + "_off.src")
	}
}

}
