<!--

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/9/O/MY-699186/speciality-chemicals_10666951_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/Y/H/MY-699186/industrial-chemicals_10666950_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/0/O/MY-699186/fine-chemicals_10585216_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/G/8/MY-699186/aroma-chemicals_10666947_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/0/K/MY-699186/drug-intermediate_10585215_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/4/8/MY-699186/bulk-drugs_10666949_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/U/P/MY-699186/active-pharma-ingredients_10666948_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/N/L/MY-699186/insecticides_10666945_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/3/0/MY-699186/pesticides_10666946_250x250.jpg");
preloadFlag = true;
	}
}

// -->
