
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) {
		handstand_img_map_01_foot_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-foot_o.gif");
		handstand_img_map_01_ImageMap_07_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-ImageM.gif");
		handstand_img_map_01_ImageMap_06_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-Ima-04.gif");
		handstand_img_map_01_ImageMap_05_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-Ima-05.gif");
		handstand_img_map_01_ImageMap_04_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-Ima-06.gif");
		handstand_img_map_01_ImageMap_03_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-Ima-07.gif");
		handstand_img_map_01_ImageMap_02_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-Ima-08.gif");
		handstand_img_map_01_ImageMap_01_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-Ima-09.gif");
		handstand_img_map_01_ImageMap_09_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-Ima-10.gif");
		handstand_img_map_01_ImageMap_10_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-Ima-11.gif");
		handstand_img_map_01_ImageMap_11_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-Ima-12.gif");
		handstand_img_map_01_ImageMap_12_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-Ima-13.gif");
		handstand_img_map_01_ImageMap_13_over = newImage("http://advancedortho.net/p/im/handstand_img-map_01-Ima-14.gif");
		preloadFlag = true;
	}
}

