<!--

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/7/K/MY-1140524/fabrics-garments_10922725_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/H/K/MY-1140524/home-textiles_10922726_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/7/M/MY-1140524/yarn_10925686_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/L/F/MY-1140524/urea_10925693_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/7/Q/MY-1140524/cement_10925705_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/A/7/MY-1140524/sugar_10925708_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/5/X/MY-1140524/non_basmati_rice_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/V/U/MY-1140524/computers-mobiles_10925768_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/P/A/MY-1140524/metal-scrap_10925745_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/O/X/MY-1140524/real-estate_10925765_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/W/L/MY-1140524/money-exchange-service_10925750_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/R/3/MY-1140524/hr-consultancy_10925773_250x250.jpg");
preloadFlag = true;
	}
}

// -->
