<!--

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("http://imghost.indiamart.com/data/Z/8/MY-841198/frosty-bath-set_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/I/F/MY-841198/jumbo-bathset_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/P/P/MY-841198/forsty-buckets_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/I/P/MY-841198/stripe-buckets_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/M/1/MY-841198/frostybath-tubs_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/X/Q/MY-841198/bath-tubs_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/E/5/MY-841198/fancy-tools_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/K/J/MY-841198/fancy-patlas_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/G/4/MY-841198/bath-mugs_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/Q/X/MY-841198/dust-bings_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/O/8/MY-841198/frosty-bins_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/W/T/MY-841198/deluxequality-bathset_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
