<!--

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/V/N/MY-904500/ladies-kolhapuri-chappals_10296047_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/6/L/MY-904500/leather-kolhapuri-chappals_10296046_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/T/T/MY-904500/designer-kolhapuri-chappals_10296010_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/6/I/MY-904500/golden-kolhapuri-chappals_10296009_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/Z/7/MY-904500/mat-cross-strip-kolhapuri-chappals_10296045_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/B/M/MY-904500/metallic-silver-kolhapuri-chappals_10296048_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/J/L/MY-904500/beaded-kolhapuri-chappals_10296049_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/5/B/MY-904500/embroidered-kolhapuri-chappals_10296052_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/C/Y/MY-904500/leather-mojaris_10296051_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/5/N/MY-904500/leather-beaded-mojaris_10296053_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/E/8/MY-904500/gold-embroidered-leather-mojaris_10296050_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/J/U/MY-904500/silver-embroidered-leather-mojaris_10296054_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
