<!--

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/control-panels_10516572.jpg");
index_2 = newImage("pcat-gifs/products-small/motor-control-centers-panels_10650266.jpg");
index_3 = newImage("pcat-gifs/products-small/power-control-panels_10650265.jpg");
index_4 = newImage("pcat-gifs/products-small/thermocouples-20for-20very-20high-20temperature_10516574.jpg");
index_5 = newImage("pcat-gifs/products-small/thermocouples-20for-20plastic-20extruders-20_10596820.jpg");
index_6 = newImage("pcat-gifs/products-small/thermocouples-for-hand-held-temperature-indicators_10646042.jpg");
index_7 = newImage("pcat-gifs/products-small/resistance-temperature-detectors_10646041.jpg");
index_8 = newImage("pcat-gifs/products-small/process-control-instruments_10596819.jpg");
index_9 = newImage("pcat-gifs/products-small/d-c-electric-20morors-20_10596817.jpg");
index_10 = newImage("pcat-gifs/products-small/dc-20thyristor-20drives-20_10516160.jpg");
index_11 = newImage("pcat-gifs/products-small/ac-20frequency-20drives_10596818.jpg");
index_12 = newImage("pcat-gifs/products-small/noncontact-20infrared-20thermometer_10516571.jpg");
preloadFlag = true;
	}
}

// -->
