<!--

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/polymide-kapton-tape_10266955.jpg");
		index_2 = newImage("pcat-gifs/products-small/masking-tape_10266952.jpg");
		index_3 = newImage("pcat-gifs/products-small/polyester-tape_10274046.jpg");
		index_4 = newImage("pcat-gifs/products-small/filament-fiberglass-tape_10274026.jpg");
		index_5 = newImage("pcat-gifs/products-small/ptfe-teflon-cloth-film-tape.jpg");
		index_6 = newImage("pcat-gifs/products-small/bag-sealing-tape_10266954.jpg");
		index_7 = newImage("pcat-gifs/products-small/double-sided-tissue-tapes_10266912.jpg");
		index_8 = newImage("pcat-gifs/products-small/Alfoiltape.jpg");
		index_9 = newImage("pcat-gifs/products-small/pvc-tape-lane-marking-warning-tape_10274027.jpg");
		index_10 = newImage("pcat-gifs/products-small/single-side-adhesive-coated-foam-tape_10266950.jpg");
		index_11 = newImage("pcat-gifs/products-small/double-sided-foam-tapes_10266913.jpg");
		index_12 = newImage("pcat-gifs/products-small/surface-protection-film_10266953.jpg");
		preloadFlag = true;
	}
}

// -->
