<!--

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/100ltr.jpg");
		index_2 = newImage("pcat-gifs/products-small/full-open-top-jars.jpg");
		index_3 = newImage("pcat-gifs/products-small/mouser.jpg");
		index_4 = newImage("pcat-gifs/products-small/rocket.jpg");
		index_5 = newImage("pcat-gifs/products-small/round-jar.jpg");
		index_6 = newImage("pcat-gifs/products-small/round-drum.jpg");
		index_7 = newImage("pcat-gifs/products-small/jerricans.jpg");
		index_8 = newImage("pcat-gifs/products-small/altno.jpg");
		index_9 = newImage("pcat-gifs/products-small/bucket.jpg");
		index_10 = newImage("pcat-gifs/products-small/10ltr-jerrycane.jpg");
		index_11 = newImage("pcat-gifs/products-small/caps.jpg");
		index_12 = newImage("pcat-gifs/products-small/accessories.jpg");
		preloadFlag = true;
	}
}

// -->
