<!--

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/A/3/MY-1024701/product1_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/8/U/MY-1024701/product2_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/L/7/MY-1024701/product3_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/0/3/MY-1024701/product4_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/8/8/MY-1024701/product5_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/5/N/MY-1024701/product6_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/L/Z/MY-1024701/product7_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/W/M/MY-1024701/product8_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/I/W/MY-1024701/product10_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/Y/8/MY-1024701/glass-louvers_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/9/8/MY-1024701/product11_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/3/5/MY-1024701/product12_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
