<!--

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/Y/A/MY-724195/natural-flavours_10683805_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/J/K/MY-724195/natural-colours-extracts_10683806_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/V/I/MY-724195/botanical-herbal-extracts_10683857_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/V/L/MY-724195/fish-extracts_10683861_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/8/R/MY-724195/vegetable-products_10683855_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/L/D/MY-724195/fruit-products_10683856_250x250.jpg");
index_7 = newImage("http://imghost1.indiamart.com/data2/GB/DI/MY-724195/billeder-main-250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/S/I/MY-724195/functional-ingredients_10683858_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/Q/L/MY-724195/nuts-and-their-products_10683860_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/D/3/MY-724195/essential-oils-oleoresins_10683854_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/Z/Z/MY-724195/tomato-powder_10683862_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/V/Z/MY-724195/midget-black-currant_10683863_250x250.jpg");
preloadFlag = true;
	}
}

// -->
