<!--

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/jumbo-bag-big-bag-super-sack-fibs-bulk-bag_10797534.jpg");
index_2 = newImage("pcat-gifs/products-small/container-bags-container-bags-with-pe-liner_10797535.JPG");
index_3 = newImage("pcat-gifs/products-small/u-n-bags_10797651.jpg");
index_4 = newImage("pcat-gifs/products-small/baffle-bags-q-bags-form-fit-liner-bag_10797652.jpg");
index_5 = newImage("pcat-gifs/products-small/anti-atatic-conductive-bags_10797653.jpg");
index_6 = newImage("pcat-gifs/products-small/tunnel-jumbo-bag_10797654.jpg");
index_7 = newImage("pcat-gifs/products-small/double-sking-bag_10797655.JPG");
index_8 = newImage("pcat-gifs/products-small/one-loop-big-bag-for-fertilizers-salt_10797656.jpg");
index_9 = newImage("pcat-gifs/products-small/loop-food-grade-jumbo-bag_10797657.jpg");
index_10 = newImage("pcat-gifs/products-small/fiberelated-yarns-for-stitching_10797658.JPG");
index_11 = newImage("pcat-gifs/products-small/leno-or-lend_10797659.JPG");
index_12 = newImage("pcat-gifs/products-small/pp-woven-sacks-small-bags_10840382.jpg");
preloadFlag = true;
	}
}

// -->
