<!--

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-cargo-agent.jpg");
index_2 = newImage("pcat-gifs/products-small/cargo-handling.jpg");
index_3 = newImage("pcat-gifs/products-small/freight-forwarding.jpg");
index_4 = newImage("pcat-gifs/products-small/delivery.jpg");
index_5 = newImage("pcat-gifs/products-small/transportation.jpg");
index_6 = newImage("pcat-gifs/products-small/customhouseagent.jpg");
index_7 = newImage("pcat-gifs/products-small/customclearance.jpg");
index_8 = newImage("pcat-gifs/products-small/import-cearance.jpg");
index_9 = newImage("pcat-gifs/products-small/customsdocumentation.jpg");
index_10 = newImage("pcat-gifs/products-small/custom-broker.jpg");
preloadFlag = true;
	}
}

// -->
