<!--

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/gear-bushes_10723961.jpg");
index_2 = newImage("pcat-gifs/products-small/camshaft-bushes_10724975.jpg");
index_3 = newImage("pcat-gifs/products-small/suspension-bushes_10723960.jpg");
index_4 = newImage("pcat-gifs/products-small/steering-bushes_10724976.jpg");
index_5 = newImage("pcat-gifs/products-small/self-starter-bushes_10724983.jpg");
index_6 = newImage("pcat-gifs/products-small/centre-pin-bushes_10724977.jpg");
index_7 = newImage("pcat-gifs/products-small/cr-small-end-bushes_10724978.jpg");
index_8 = newImage("pcat-gifs/products-small/oil-pump-bushes_10724979.jpg");
index_9 = newImage("pcat-gifs/products-small/valve-rocker-bushes_10724980.jpg");
index_10 = newImage("pcat-gifs/products-small/king-pin-bushes_10724981.jpg");
index_11 = newImage("pcat-gifs/products-small/brake-pedal-bushes_10724982.jpg");
index_12 = newImage("pcat-gifs/products-small/various-other-bushes_10724984.jpg");
preloadFlag = true;
	}
}

// -->
