<!--

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/clutch-26-brake-bracket_10621752.jpg");
		index_2 = newImage("pcat-gifs/products-small/mudguard-bracket_10621758.jpg");
		index_3 = newImage("pcat-gifs/products-small/cabin-hold-bracket_10620319.jpg");
		index_4 = newImage("pcat-gifs/products-small/anti-roll-bar_10620318.jpg");
		index_5 = newImage("pcat-gifs/products-small/grase-cup_10621755.jpg");
		index_6 = newImage("pcat-gifs/products-small/mud-slinger_10621757.jpg");
		index_7 = newImage("pcat-gifs/products-small/clutch-pedal_10621753.jpg");
		index_8 = newImage("pcat-gifs/products-small/heavy-duty-cross-member_10621756.jpg");
		preloadFlag = true;
	}
}

// -->
