<!--

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) {
index_1 = newImage("pcat-gifs/products-small/anterior-spacer-for-cervical-dorso-and-lumbar_10253842.jpg");
index_2 = newImage("pcat-gifs/products-small/posterior-and-anterior-spinal-system_10253811.jpg");
index_3 = newImage("pcat-gifs/products-small/cervical-anterior-fusion-cage_10253839.jpg");
index_4 = newImage("pcat-gifs/products-small/cervical-anterior-plating-system_10253840.jpg");
index_5 = newImage("pcat-gifs/products-small/cranio-vertebral-junction-loop_10253844.jpg");
index_6 = newImage("pcat-gifs/products-small/distractable-anterior-spacer_10253845.jpg");
index_7 = newImage("pcat-gifs/products-small/posterior-and-anterior-spinal-fixation-system_10253810.jpg");
index_8 = newImage("pcat-gifs/products-small/anterior-cervical-disc_10361117.jpg");
index_9 = newImage("pcat-gifs/products-small/threaded-fusion-cage_10253841.jpg");
index_10 = newImage("pcat-gifs/products-small/oct-spinal-system_10253843.jpg");
index_11 = newImage("pcat-gifs/products-small/recage-lumbar-for-plif_10253846.jpg");
index_12 = newImage("pcat-gifs/products-small/surgical-instruments_10270357.jpg");
preloadFlag = true;
	}
}

// -->
