<!--

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/2/X/MY-1519909/Fancy_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/U/J/MY-1519909/Woollen_Jamawar_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/B/B/MY-1519909/pro2_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/3/W/MY-1519909/pro3_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/9/P/MY-1519909/pro4_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/1/1/MY-1519909/pro5_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/U/3/MY-1519909/pro6_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/C/O/MY-1519909/pro7_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/F/J/MY-1519909/Pashmina_Rumaal_Turma_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/K/N/MY-1519909/pro10_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/F/F/MY-1519909/pro11_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/Y/C/MY-1519909/Reversible_silkwool_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
