<!--

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/J/A/MY-29286/bomber-s-jacket-made-of-cow-rubb-off_10918524_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/V/H/MY-29286/men-s-jacket-made-of-sheep-nappa_10918525_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/V/R/MY-29286/soft-sheep-nappa-ladies-jacket_10923262_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/9/N/MY-29286/ladies-jacket-made-of-crinkle-sheep-nappa_10923264_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/C/U/MY-29286/ladies-leather-jacket_10934197_250x250.JPG");
index_6 = newImage("http://imghost.indiamart.com/data/D/4/MY-29286/ladies-jacket-made-of-washed-nappa_10923263_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/C/F/MY-29286/bomber-jacket-made-of-cow-ndm_10923266_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/J/4/MY-29286/mens-jacket-made-of-washed-crinkle-sheep-nappa_10923267_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/6/J/MY-29286/cow-ndm-motorbike-jacket_10923268_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/5/6/MY-29286/leather-goods_10940601_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/N/O/MY-29286/textile-jackets_10942653_250x250.jpg");
preloadFlag = true;
	}
}

// -->
