<!--

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/6/B/MY-1108492/martin-outer-lid_10409089_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/4/W/MY-1108492/martin-inner-lid_10808325_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/8/W/MY-1108492/lexus-pressure-cooker_10808328_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/Q/T/MY-1108492/martin-elegance-black_10409091_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/L/Z/MY-1108492/martin-elegance_10808330_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/0/4/MY-1108492/martin-lexus-black_10409090_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/7/3/MY-1108492/martin-black-gold_10808331_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/F/7/MY-1108492/pressure-cooker-accessories_10808332_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/N/S/MY-1108492/kerosene-lantern_10408466_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/L/R/MY-1108492/kerosene-lamp_10409087_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/O/4/MY-1108492/side-tank-stove_10409088_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/W/5/MY-1108492/lamp-burner_10408465_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
