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) {
		Welcome_over = newImage("nav/Welcome-over.jpg");
		Welcome_Meet_the_Doctor_over = newImage("nav/Welcome-Meet-the-Doctor_ove.jpg");
		Meet_the_Doctor_Welcome_over = newImage("nav/Meet-the-Doctor-Welcome_ove.jpg");
		Meet_the_Doctor_over = newImage("nav/Meet-the-Doctor-over.jpg");
		Meet_the_Doctor_What_is_Ortho_K__over = newImage("nav/Meet-the-Doctor-What-is-Ort.jpg");
		Meet_the_Doctor_Frequently_Asked_Questions_over = newImage("nav/Meet-the-Doctor-Frequently-.jpg");
		Meet_the_Doctor_Patient_Information___Scheduling_over = newImage("nav/Meet-the-Doctor-Patient-Inf.jpg");
		Meet_the_Doctor_Contact_Us_over = newImage("nav/Meet-the-Doctor-Contact-Us_.jpg");
		Meet_the_Doctor_Helpful_Links_over = newImage("nav/Meet-the-Doctor-Helpful-Lin.jpg");
		What_is_Ortho_K__Welcome_over = newImage("nav/What-is-Ortho-K--Welcome_ov.jpg");
		What_is_Ortho_K__Meet_the_Doctor_over = newImage("nav/What-is-Ortho-K--Meet-the-D.jpg");
		What_is_Ortho_K__over = newImage("nav/What-is-Ortho-K--over.jpg");
		What_is_Ortho_K__Frequently_Asked_Questions_over = newImage("nav/What-is-Ortho-K--Frequently.jpg");
		What_is_Ortho_K__Patient_Information___Scheduling_over = newImage("nav/What-is-Ortho-K--Patient-In.jpg");
		What_is_Ortho_K__Contact_Us_over = newImage("nav/What-is-Ortho-K--Contact-Us.jpg");
		What_is_Ortho_K__Helpful_Links_over = newImage("nav/What-is-Ortho-K--Helpful-Li.jpg");
		Frequently_Asked_Questions_Welcome_over = newImage("nav/Frequently-Asked-Questions-.jpg");
		Frequently_Asked_Questions_Meet_the_Doctor_over = newImage("nav/Frequently-Asked-Questio-23.jpg");
		Frequently_Asked_Questions_What_is_Ortho_K__over = newImage("nav/Frequently-Asked-Questio-24.jpg");
		Frequently_Asked_Questions_over = newImage("nav/Frequently-Asked-Questio-25.jpg");
		Frequently_Asked_Questions_Patient_Information___Scheduling_over = newImage("nav/Frequently-Asked-Questio-26.jpg");
		Frequently_Asked_Questions_Contact_Us_over = newImage("nav/Frequently-Asked-Questio-27.jpg");
		Frequently_Asked_Questions_Helpful_Links_over = newImage("nav/Frequently-Asked-Questio-28.jpg");
		Patient_Information___Scheduling_Welcome_over = newImage("nav/Patient-Information-%26-Sc-30.jpg");
		Patient_Information___Scheduling_Meet_the_Doctor_over = newImage("nav/Patient-Information-%26-Sc-31.jpg");
		Patient_Information___Scheduling_What_is_Ortho_K__over = newImage("nav/Patient-Information-%26-Sc-32.jpg");
		Patient_Information___Scheduling_Frequently_Asked_Questions_over = newImage("nav/Patient-Information-%26-Sc-33.jpg");
		Patient_Information___Scheduling_over = newImage("nav/Patient-Information-%26-Sc-34.jpg");
		Patient_Information___Scheduling_Contact_Us_over = newImage("nav/Patient-Information-%26-Sc-35.jpg");
		Patient_Information___Scheduling_Helpful_Links_over = newImage("nav/Patient-Information-%26-Sc-36.jpg");
		Helpful_Links_Welcome_over = newImage("nav/Helpful-Links-Welcome_over.jpg");
		Helpful_Links_Meet_the_Doctor_over = newImage("nav/Helpful-Links-Meet-the-Doct.jpg");
		Helpful_Links_What_is_Ortho_K__over = newImage("nav/Helpful-Links-What-is-Ortho.jpg");
		Helpful_Links_Frequently_Asked_Questions_over = newImage("nav/Helpful-Links-Frequently-As.jpg");
		Helpful_Links_Patient_Information___Scheduling_over = newImage("nav/Helpful-Links-Patient-Infor.jpg");
		Helpful_Links_Contact_Us_over = newImage("nav/Helpful-Links-Contact-Us_ov.jpg");
		Helpful_Links_over = newImage("nav/Helpful-Links-over.jpg");
		Contact_Us_over = newImage("nav/Contact-Us-over.jpg");
		preloadFlag = true;
	}
}