<!--

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/P/7/MY-1408051/dyes-intermediates_10796132_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/E/P/MY-1408051/disperse-dyes_10795088_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/P/6/MY-1408051/vat-micro-disperse-dyes_10796131_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/7/J/MY-1408051/acetate-low-temperature-disperse-dyes_10795089_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/G/P/MY-1408051/pigment-paste_10796134_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/X/D/MY-1408051/vat-paste_10796135_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/3/H/MY-1408051/optical-brightener_10796136_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/X/Q/MY-1408051/construction-chemicals_10796133_250x250.jpg");
preloadFlag = true;
	}
}

// -->
