<!--

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/flexible-busbars_10287395.jpg");
		index_2 = newImage("pcat-gifs/products-small/copper-flexible-busbars_10287455.jpg");
		index_3 = newImage("pcat-gifs/products-small/flat-busbars_10287449.jpg");
		index_4 = newImage("pcat-gifs/products-small/heavy-copper-busbars_10287394.jpg");
		index_5 = newImage("pcat-gifs/products-small/copper-bars_10287447.jpg");
		index_6 = newImage("pcat-gifs/products-small/flat-copper-wires_10287452.jpg");
		index_7 = newImage("pcat-gifs/products-small/copper-wires_10287448.jpg");
		index_8 = newImage("pcat-gifs/products-small/copper-strips_10287446.jpg");
		index_9 = newImage("pcat-gifs/products-small/copper-winding-strips_10287453.jpg");
		index_10 = newImage("pcat-gifs/products-small/flexible-connectors_10287450.jpg");
		index_11 = newImage("pcat-gifs/products-small/forged-copper-clamps_10287454.jpg");
		index_12 = newImage("pcat-gifs/products-small/bus-bar-assemblies_10287451.jpg");
		preloadFlag = true;
	}
}

// -->
