<!--

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/S/L/MY-295468/boxes_10855572_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/C/0/MY-295468/trunks_10855573_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/P/O/MY-295468/letter-boxes_10855570_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/W/4/MY-295468/dustbins_10855578_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/R/9/MY-295468/buckets_10855569_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/M/L/MY-295468/fire-buckets_10855571_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/4/K/MY-295468/mop-buckets_10855549_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/M/2/MY-295468/trays_10855576_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/W/D/MY-295468/plastic-drum_10855550_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/8/7/MY-295468/watering-cans_10855575_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/Y/X/MY-295468/funnels_10855574_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/Z/A/MY-295468/rat-traps_10855577_250x250.jpg");
preloadFlag = true;
	}
}

// -->
