<!--

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/crush-tester.jpg");
		index_2 = newImage("pcat-gifs/products-small/bursting-strength.jpg");
		index_3 = newImage("pcat-gifs/products-small/Folding-Endurance.jpg");
		index_4 = newImage("pcat-gifs/products-small/smothness-tester-bendtsen-t.jpg");
		index_5 = newImage("pcat-gifs/products-small/box-compression.jpg");
		index_6 = newImage("pcat-gifs/products-small/tensile-tester-vertical-aut.jpg");
		index_7 = newImage("pcat-gifs/products-small/tear-tester.jpg");
		index_8 = newImage("pcat-gifs/products-small/pfi-mill-type-beater.jpg");
		index_9 = newImage("pcat-gifs/products-small/valley-beater.jpg");
		index_10 = newImage("pcat-gifs/products-small/sheet-formal-semi-automated.jpg");
		index_11 = newImage("pcat-gifs/products-small/fiber-classiffir.jpg");
		index_12 = newImage("pcat-gifs/products-small/thickness-micromter.jpg");
		preloadFlag = true;
	}
}

// -->
