<!--

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/Q/A/MY-405869/iron-candle-holder_10908268_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/H/J/MY-405869/iron-hurricane_10908269_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/Y/R/MY-405869/iron-hanging-lantern_10909214_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/4/N/MY-405869/moroccan-lantern_10909216_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/8/B/MY-405869/iron-wall-sconce_10909215_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/K/7/MY-405869/iron-basket_10909217_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/2/G/MY-405869/iron-wall-basket_10909220_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/8/D/MY-405869/iron-hook_10909218_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/V/7/MY-405869/iron-hanging-t-light_10909219_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/C/T/MY-405869/EE_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/4/M/MY-405869/iron-planter_10909222_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/C/W/MY-405869/iron-clock_10909223_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
