function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		benefits_01_ImageMap_01_over = newImage("http://www.hlthss.gov.nt.ca/images/health/benefits_01-ImageMap_01_ove.gif");
		health_promotion_01_ImageMap_01_over = newImage("http://www.hlthss.gov.nt.ca/images/health/health_promotion_01-over.gif");
		immunization_01_ImageMap_01_over = newImage("http://www.hlthss.gov.nt.ca/images/health/immunization_01-over.gif");
		homecare_01_ImageMap_01_over = newImage("http://www.hlthss.gov.nt.ca/images/health/homecare_01-ImageMap_01_ove.gif");
		environmental_health_01_over = newImage("http://www.hlthss.gov.nt.ca/images/health/environmental_health_01-ove.gif");
		telecare_nwt_01_ImageMap_01_over = newImage("http://www.hlthss.gov.nt.ca/images/telecare_nwt_01-ImageMap_01.jpg");
		faq_health_01_over = newImage("http://www.hlthss.gov.nt.ca/images/health/faq_health_01-over.gif");
		immunization_week_01_over = newImage("http://www.hlthss.gov.nt.ca/images/health/featured_items/immunization_week_01_over.gif");
		walk_in_flu_clinic_01_over = newImage("http://www.hlthss.gov.nt.ca/images/health/featured_items/walk_in_flu_clinic_01-over.gif");
		sick_over = newImage("http://www.hlthss.gov.nt.ca/images/health/sick_over.gif");
		professional_licensing_over = newImage("http://www.hlthss.gov.nt.ca/images/health/professional_licensing_over.gif");
		sti_over = newImage("http://www.hlthss.gov.nt.ca/images/health/featured_items/sti_over.jpg");
		boil_water_advisory_over = newImage("http://www.hlthss.gov.nt.ca/images/health/featured_items/boil_water_advisory_over.jpg");
		air_quality_over = newImage("http://www.hlthss.gov.nt.ca/images/health/featured_items/air_quality_over.jpg");
		organ_donation_over = newImage("http://www.hlthss.gov.nt.ca/images/health/featured_items/organ_donation_over.jpg");
		nwt_health_guide_over = newImage("http://www.hlthss.gov.nt.ca/images/health/featured_items/nwt_health_guide_over.jpg");
		preloadFlag = true;
	}
}
