<!--

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/6/D/MY-93165/ayurvedic-herbal-products_10501311_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/F/E/MY-93165/food-products_10501358_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/F/J/MY-93165/pickles-spices-tea_10501360_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/Y/4/MY-93165/frozen-foods_10501363_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/3/D/MY-93165/sweets-confectionaries_10501362_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/9/3/MY-93165/incense-sticks_10501310_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/9/L/MY-93165/cosmetics-toiletries_10501355_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/2/T/MY-93165/handicrafts_10501356_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/K/7/MY-93165/imitation-jewellery-readymade-garments_10501357_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/3/I/MY-93165/kitchen-wares_10501359_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/B/B/MY-93165/sport-goods-musical-instruments_10501361_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/T/J/MY-93165/all-general-items_10501364_250x250.jpg");
preloadFlag = true;
	}
}

// -->
