<!--

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/blood-lancets_10378117.jpg");
		index_2 = newImage("pcat-gifs/products-small/needle-20blood-20lancets_10378118.jpg");
		index_3 = newImage("pcat-gifs/products-small/safety-20lancets_10378231.jpg");
		index_4 = newImage("pcat-gifs/products-small/umbilical-cord-clamp.jpg");
		index_5 = newImage("pcat-gifs/products-small/guedel-airway.jpg");
		index_6 = newImage("pcat-gifs/products-small/3-way-stop-cock_10378229.jpg");
		index_7 = newImage("pcat-gifs/products-small/et-tubes_10378232.jpg");
		index_8 = newImage("pcat-gifs/products-small/extension-20tube-20-26-20high-20pressure-20extension-20tube_10378233.jpg");
		index_9 = newImage("pcat-gifs/products-small/latex-20surgical-20gloves_10378234.jpg");
		index_10 = newImage("pcat-gifs/products-small/infant-mucus-extractor.jpg");
		index_11 = newImage("pcat-gifs/products-small/urine-bags.jpg");
		index_12 = newImage("pcat-gifs/products-small/hospital-20garments_10378235.jpg");
		preloadFlag = true;
	}
}

// -->
