<!--

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/H/2/MY-623907/1_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/4/Z/MY-623907/11_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/4/2/MY-623907/7_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/U/Z/MY-623907/12_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/E/3/MY-623907/Untitled_1_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/L/M/MY-623907/6_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/H/0/MY-623907/2_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/0/U/MY-623907/3_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/E/Y/MY-623907/8_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/L/E/MY-623907/9_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/N/O/MY-623907/5_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/7/0/MY-623907/4_250x250.jpg");
preloadFlag = true;
	}
}

// -->
