<!--

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/K/0/MY-647979/refined-salt_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/H/N/MY-647979/oleum_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/9/B/MY-647979/caustic-soda-lye_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/3/6/MY-647979/formaldehyde_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/T/G/MY-647979/super-flo-nsl_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/C/I/MY-647979/super-flo-nsp_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/0/M/MY-647979/sodium-sulphate_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/4/2/MY-647979/hydrochloric-acid_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/C/H/MY-647979/sulphuric-acid_250x250.jpg");
preloadFlag = true;
	}
}

// -->
