<!--

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/K/U/MY-689091/lantern10_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/X/Z/MY-689091/lantern2_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/T/8/MY-689091/lantern1_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/C/3/MY-689091/lantern4_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/N/J/MY-689091/lantern12_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/A/K/MY-689091/lantern8_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/T/S/MY-689091/metal-glass-lantern_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/B/4/MY-689091/recycled-lanterns_10223413_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/3/7/MY-689091/lantern_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/J/T/MY-689091/NHExp-LAN013_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/0/C/MY-689091/NHExp-LAN087_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/L/2/MY-689091/garden-lantern_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
