<!--

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/s-type-standard-tools_10465771.gif");
		index_2 = newImage("pcat-gifs/products-small/d-type-standard-tools_10465770.gif");
		index_3 = newImage("pcat-gifs/products-small/grooving-20-26-20parting-20tools_10465660.gif");
		index_4 = newImage("pcat-gifs/products-small/solid-brazed-lugged-carbide.jpg");
		index_5 = newImage("pcat-gifs/products-small/tungaloy-cutting-tools.jpg");
		index_6 = newImage("pcat-gifs/products-small/indexabletooling.jpg");
		index_7 = newImage("pcat-gifs/products-small/tool-exchange-fixture_10452606.jpg");
		index_8 = newImage("pcat-gifs/products-small/cncasopters-cncsleeves.jpg");
		index_9 = newImage("pcat-gifs/products-small/collets.jpg");
		index_10 = newImage("pcat-gifs/products-small/indexable-drills_10465769.gif");
		index_11 = newImage("pcat-gifs/products-small/adopter-trolly_10452604.jpg");
		index_12 = newImage("pcat-gifs/products-small/adopter-stand_10452605.jpg");
		preloadFlag = true;
	}
}

// -->
