<!--

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/G/S/MY-1034376/pharmaceutical-bulk-drug_10830634_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/P/N/MY-1034376/vitamins_10831163_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/O/7/MY-1034376/antioxidant-capsules_10831171_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/T/L/MY-1034376/accipiens_10830635_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/1/Q/MY-1034376/solvents_10831157_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/5/Q/MY-1034376/poultry-feed-supplements-and-additives_10831159_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/F/P/MY-1034376/iso-propyl-alcohol_10831165_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/B/O/MY-1034376/aceton-and-terpileon_10831168_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/H/T/MY-1034376/lactose-and-starch_10831164_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/N/N/MY-1034376/caustic-soda_10831167_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/Q/3/MY-1034376/lysine-hcl-feed-pharma_10831173_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
