<!--

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/rubber-20moulded-20components_10656538.JPG");
		index_2 = newImage("pcat-gifs/products-small/neoprene-rubber-components_10641265.jpg");
		index_3 = newImage("pcat-gifs/products-small/silicon-20rubber-20components-20_10641744.jpg");
		index_4 = newImage("pcat-gifs/products-small/viton-rubber-components_10641745.jpg");
		index_5 = newImage("pcat-gifs/products-small/rubber-beading_10641746.jpg");
		index_6 = newImage("pcat-gifs/products-small/polyurethane-pulley-with-diamond-grooving_10641266.jpg");
		index_7 = newImage("pcat-gifs/products-small/polyurethane-20groove-20cutting-20roller_10641747.jpg");
		index_8 = newImage("pcat-gifs/products-small/polyurethane-20rotator-20wheels_10641748.jpg");
		index_9 = newImage("pcat-gifs/products-small/polyurethane-rods-wheels-seals_10641750.jpg");
		index_10 = newImage("pcat-gifs/products-small/nylon-seals-brackets_10641749.JPG");
		index_11 = newImage("pcat-gifs/products-small/teflon-diaphram-gaskets_10641752.jpg");
		index_12 = newImage("pcat-gifs/products-small/rubber-polyurethane-bonding-on-metals_10641753.jpg");
		preloadFlag = true;
	}
}

// -->
