<!--

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/Z/T/MY-442460/prd-1_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/0/J/MY-442460/speciachem_250x250.gif");
index_3 = newImage("http://imghost.indiamart.com/data/P/7/MY-442460/speciachem2_250x250.gif");
index_4 = newImage("http://imghost.indiamart.com/data/J/R/MY-442460/speciachem3_250x250.gif");
index_5 = newImage("http://imghost.indiamart.com/data/E/8/MY-442460/speciachem5_250x250.gif");
index_6 = newImage("http://imghost.indiamart.com/data/8/9/MY-442460/prd-2_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/8/R/MY-442460/prd-3_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/G/Q/MY-442460/prd-4_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/S/O/MY-442460/cotton_250x250.jpg");
preloadFlag = true;
	}
}

// -->
