<!--

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/cables_10838496.jpg");
		index_2 = newImage("pcat-gifs/products-small/silicon-rubber-cables_10814137.jpg");
		index_3 = newImage("pcat-gifs/products-small/compensating-rubber-cables_10838497.jpg");
		index_4 = newImage("pcat-gifs/products-small/thermocouple-rubber-cables_10814138.jpg");
		index_5 = newImage("pcat-gifs/products-small/co-axial-cables_10814730.jpg");
		index_6 = newImage("pcat-gifs/products-small/welding-cables_10814733.jpg");
		index_7 = newImage("pcat-gifs/products-small/tough-rubber-sheet-trs_10814731.jpg");
		index_8 = newImage("pcat-gifs/products-small/rubber-moulded-sleeve-section_10814732.jpg");
		index_9 = newImage("pcat-gifs/products-small/extruded-sleeve-section_10838498.jpg");
		preloadFlag = true;
	}
}

// -->
