<!--

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/X/E/MY-824323/plastic-20bathroom-20buckets_10235775_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/T/M/MY-824323/plastic-20plain-20buckets_10235986_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/P/1/MY-824323/plastic-buckets-with-cover_10235984_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/P/W/MY-824323/plastic-bucket-covers_10235978_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/H/3/MY-824323/basket1_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/C/X/MY-824323/plastic-20vegetable-20baskets_10235776_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/6/7/MY-824323/plastic-20kitchen-20baskets_10235985_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/O/Z/MY-824323/plastic-storage-drums_10235977_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/A/Y/MY-824323/plastic-mugs_10235979_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/1/0/MY-824323/plastic-20bowls_10235980_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/J/Z/MY-824323/plastic-20dustbins_10235982_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/K/Z/MY-824323/plastic-20tubs_10235983_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
