<!--

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/0/1/MY-843735/middle-chrome_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/N/L/MY-843735/lemon-chrome_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/Z/4/MY-843735/scarlet-chrome_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/D/U/MY-843735/zinc-chrome_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/H/M/MY-843735/pigments_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/P/G/MY-843735/zinc-phosphate_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/D/A/MY-843735/industrial-chemical_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/4/N/MY-843735/ketonic-resin_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/1/Q/MY-843735/polyamide-resin_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/Y/N/MY-843735/inorganic_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/I/N/MY-843735/petro-chemicals_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/P/S/MY-843735/organic_250x250.jpg");
preloadFlag = true;
	}
}

// -->
