<!--

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/A/F/MY-743942/ttt_250x250.JPG");
		index_2 = newImage("http://imghost.indiamart.com/data/E/X/MY-743942/xxx_250x250.JPG");
		index_3 = newImage("http://imghost.indiamart.com/data/7/3/MY-743942/aaa_250x250.JPG");
		index_4 = newImage("http://imghost.indiamart.com/data/W/L/MY-743942/soluble-seaweed-extract-pow_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/5/T/MY-743942/43-amino-acids-soluble-powd_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/G/C/MY-743942/water-soluble-humic-adic-80_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/O/S/MY-743942/ddd_250x250.JPG");
		index_8 = newImage("http://imghost.indiamart.com/data/M/0/MY-743942/edta-chelated-iron_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/L/G/MY-743942/bbb_250x250.JPG");
		index_10 = newImage("http://imghost.indiamart.com/data/H/Z/MY-743942/edta-chelated-micronutrient_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/4/5/MY-743942/di-sodium-octa-borate-tetra_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/K/0/MY-743942/sprey-adjuvant_10708505_250x250.JPG");
		preloadFlag = true;
	}
}

// -->
