<!--

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/air-handling-unit_10382960.jpg");
		index_2 = newImage("pcat-gifs/products-small/ventilation-unit_10382972.jpg");
		index_3 = newImage("pcat-gifs/products-small/ceiling-suspended-ductable-unit_10382961.jpg");
		index_4 = newImage("pcat-gifs/products-small/fan-coil-unit_10446589.jpg");
		index_5 = newImage("pcat-gifs/products-small/evaporative-cooling-unit_10446591.jpg");
		index_6 = newImage("pcat-gifs/products-small/coils_10446590.jpg");
		index_7 = newImage("pcat-gifs/products-small/centrifugal-fans_10382975.jpg");
		index_8 = newImage("pcat-gifs/products-small/pre-filters_10382973.jpg");
		index_9 = newImage("pcat-gifs/products-small/mircovee-filters_10382974.jpg");
		index_10 = newImage("pcat-gifs/products-small/air-ventilator_10382977.jpg");
		index_11 = newImage("pcat-gifs/products-small/air-washer_10446592.jpg");
		index_12 = newImage("pcat-gifs/products-small/low-leakage-damper_10382976.jpg");
		preloadFlag = true;
	}
}

// -->
