<!--

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/4/W/MY-1387824/ayurvedic-himtaj-oil_10821287_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/X/3/MY-1387824/shivgange-ayurvediv-oil_10822707_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/3/A/MY-1387824/banphool-oil_10821288_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/4/L/MY-1387824/banphool-amla-oil_10822706_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/X/F/MY-1387824/almolive-massage-oil_10822712_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/U/G/MY-1387824/himtaj-s-natural-til-oil_10822708_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/W/K/MY-1387824/himtaj-cool-pool-powder_10822713_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/A/3/MY-1387824/boro-taj-antiseptic-cream_10822714_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/N/R/MY-1387824/bajra-dant-manjan_10822710_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/U/O/MY-1387824/bajrangbali-churna_10822709_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/1/Q/MY-1387824/kabj-sanhar_10822711_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/O/4/MY-1387824/himbalm_10822715_250x250.jpg");
preloadFlag = true;
	}
}

// -->
