<!--

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/pearl-jewelry-boxes_10865416.jpg");
index_2 = newImage("pcat-gifs/products-small/gift-chocolate-platters_10865417.jpg");
index_3 = newImage("pcat-gifs/products-small/wedding-gift-trays-designer-trays_10868469.jpg");
index_4 = newImage("pcat-gifs/products-small/decorative-brass-trays_10868477.jpg");
index_5 = newImage("pcat-gifs/products-small/party-purses_10868470.jpg");
index_6 = newImage("pcat-gifs/products-small/wedding-purses-drawstring-purses_10868471.jpg");
index_7 = newImage("pcat-gifs/products-small/door-hanging-bandhandwar_10868472.jpg");
index_8 = newImage("pcat-gifs/products-small/designer-ginni-boxes_10868473.jpg");
index_9 = newImage("pcat-gifs/products-small/trousseau-packing_10868474.jpg");
index_10 = newImage("pcat-gifs/products-small/candle-stands_10868475.jpg");
index_11 = newImage("pcat-gifs/products-small/lamps_10868476.jpg");
index_12 = newImage("pcat-gifs/products-small/candles-and-diyas_10868468.jpg");
preloadFlag = true;
	}
}

// -->
