<!--

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/2/6/MY-1086260/masala-20powder_10562873_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/N/W/MY-1086260/spice-powders_10563063_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/P/E/MY-1086260/pickles_10563057_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/0/2/MY-1086260/ready-to-cook-food_10563058_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/3/G/MY-1086260/oil-20-26-20ghee_10563056_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/V/P/MY-1086260/appalam_10563062_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/6/6/MY-1086260/astofoedita_10563064_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/W/8/MY-1086260/flour-20products_10563060_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/L/R/MY-1086260/health-20products_10563059_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/1/C/MY-1086260/rice-20paste-20-26-20thoku_10563061_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/A/5/MY-1086260/cooking-20paste_10563476_250x250.jpg");
preloadFlag = true;
	}
}

// -->
