<!--

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/fiber-glass-epoxy-sheets.jpg");
		index_2 = newImage("pcat-gifs/products-small/fibre-glass-tubes-rods.jpg");
		index_3 = newImage("pcat-gifs/products-small/sleeves.jpg");
		index_4 = newImage("pcat-gifs/products-small/fiber-glass-tapes-varnished.jpg");
		index_5 = newImage("pcat-gifs/products-small/adhesive-tapes.jpg");
		index_6 = newImage("pcat-gifs/products-small/resiglass-tape.jpg");
		index_7 = newImage("pcat-gifs/products-small/cork-sheet.jpg");
		index_8 = newImage("pcat-gifs/products-small/backlite-sheets-and-tubes.jpg");
		index_9 = newImage("pcat-gifs/products-small/polyester-film.jpg");
		index_10 = newImage("pcat-gifs/products-small/insulation-papers.jpg");
		index_11 = newImage("pcat-gifs/products-small/transformer-insulating-pres.jpg");
		index_12 = newImage("pcat-gifs/products-small/nomexpaper.jpg");
		preloadFlag = true;
	}
}

// -->
