<!--

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/5/Z/MY-545058/product3_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/I/I/MY-545058/product4_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/4/W/MY-545058/product5_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/Q/P/MY-545058/webo-4-high-tower_10596047_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/D/E/MY-545058/produc6_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/O/9/MY-545058/product7_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/1/Q/MY-545058/product8_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/G/C/MY-545058/product1_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/J/M/MY-545058/product2_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
