<!--

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/valve-body.jpg");
		index_2 = newImage("pcat-gifs/products-small/6yd-cylinder-blocks1.jpg");
		index_3 = newImage("pcat-gifs/products-small/rb-22-cylinder-blocks.jpg");
		index_4 = newImage("pcat-gifs/products-small/cylinder-head.jpg");
		index_5 = newImage("pcat-gifs/products-small/alluminium-guide-plate.jpg");
		index_6 = newImage("pcat-gifs/products-small/end-box-cover.jpg");
		index_7 = newImage("pcat-gifs/products-small/sl90-gear-casing.jpg");
		index_8 = newImage("pcat-gifs/products-small/axle-clamp-lower-rh-lh.jpg");
		index_9 = newImage("pcat-gifs/products-small/water-cooled-manifold-3-cyl.jpg");
		index_10 = newImage("pcat-gifs/products-small/gear-foot-for-hyd-pump.jpg");
		preloadFlag = true;
	}
}

// -->
