<!--

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/wooden-domino-dice-and-playing-card-box_10215181.jpg");
		index_2 = newImage("pcat-gifs/products-small/wooden-key-hanger_10215212.jpg");
		index_3 = newImage("pcat-gifs/products-small/Ashtray2.jpg");
		index_4 = newImage("pcat-gifs/products-small/wooden-coaster_10215216.jpg");
		index_5 = newImage("pcat-gifs/products-small/wine-bottle-tray_10215215.jpg");
		index_6 = newImage("pcat-gifs/products-small/Jewelry_Box2.jpg");
		index_7 = newImage("pcat-gifs/products-small/Jewelry_Box.jpg");
		index_8 = newImage("pcat-gifs/products-small/Wooden_Bangles.jpg");
		index_9 = newImage("pcat-gifs/products-small/Photo_frame.jpg");
		index_10 = newImage("pcat-gifs/products-small/Candle_Stand.jpg");
		index_11 = newImage("pcat-gifs/products-small/Telescope.jpg");
		index_12 = newImage("pcat-gifs/products-small/Ship_Wheel2.jpg");
		preloadFlag = true;
	}
}

// -->
