<!--

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/F/MY-1253780/4545_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data1/9/B/MY-1253780/15-250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data1/S/S/MY-1253780/16-250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data1/S/J/MY-1253780/17-250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data1/4/H/MY-1253780/18-250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data1/I/4/MY-1253780/19-250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data1/7/X/MY-1253780/21-250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data1/9/S/MY-1253780/22-250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data1/K/5/MY-1253780/23-250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data1/N/5/MY-1253780/24-250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data1/I/D/MY-1253780/25-250x250.jpg");
preloadFlag = true;
	}
}

// -->
