<!--

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/soda-26-soft-drink-making-machine-for-glass-bottles_10490755.jpg");
		index_2 = newImage("pcat-gifs/products-small/soda-26-soft-drink-making-machine-for-pet-bottles_10490756.jpg");
		index_3 = newImage("pcat-gifs/products-small/volumetric-liquid-filler_10494468.jpg");
		index_4 = newImage("pcat-gifs/products-small/vacuum-liquid-filler_10494467.jpg");
		index_5 = newImage("pcat-gifs/products-small/gravity-liquid-filling-machine_10494466.jpg");
		index_6 = newImage("pcat-gifs/products-small/aerosol-filler_10494473.jpg");
		index_7 = newImage("pcat-gifs/products-small/liquid-mixer_10494471.jpg");
		index_8 = newImage("pcat-gifs/products-small/sand-water-filter-ultra-violet-water-filter_10494465.jpg");
		index_9 = newImage("pcat-gifs/products-small/brushing-unit-bottle-rinser_10494464.jpg");
		index_10 = newImage("pcat-gifs/products-small/fruit-pulper_10494469.jpg");
		index_11 = newImage("pcat-gifs/products-small/potato-chips-making-machines_10494470.jpg");
		index_12 = newImage("pcat-gifs/products-small/capping-machine-for-pet-bottles_10494472.jpg");
		preloadFlag = true;
	}
}

// -->
