<!--

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/potable-20gold-20-28composed-20elixir-29_10562989.JPG");
index_2 = newImage("pcat-gifs/products-small/phosphoric-20gold_10562990.JPG");
index_3 = newImage("pcat-gifs/products-small/phosphoric-20silver_10563401.jpg");
index_4 = newImage("pcat-gifs/products-small/shilajeet-oil_10563402.jpg");
index_5 = newImage("pcat-gifs/products-small/iron-elixir_10563403.jpg");
index_6 = newImage("pcat-gifs/products-small/mercury-elixir_10563404.jpg");
index_7 = newImage("pcat-gifs/products-small/copper-elixirs_10563405.jpg");
index_8 = newImage("pcat-gifs/products-small/tin-20elixir_10563406.jpg");
index_9 = newImage("pcat-gifs/products-small/lead-elixir_10563407.jpg");
index_10 = newImage("pcat-gifs/products-small/antimony-elixir_10563408.jpg");
index_11 = newImage("pcat-gifs/products-small/mineral-20elixir_10563409.jpg");
index_12 = newImage("pcat-gifs/products-small/herbal-extracts_10563410.jpg");
preloadFlag = true;
	}
}

// -->
