<!--

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/I/R/MY-785119/water-base-adhesive-label-stock_10739574_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/Y/J/MY-785119/acrylic-base-adhesive-label-stock_10739575_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/0/V/MY-785119/hot-melt-adhesive-label-stock_10740290_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/5/E/MY-785119/silicon-linear-release-paper_10740291_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/6/7/MY-785119/chroma-art-paper-label-stock_10740292_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/7/S/MY-785119/mirror-cote-cast-coased-label-stock_10740293_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/V/A/MY-785119/maplitho-paper_10740294_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/1/Y/MY-785119/coloured-floursent-label-stock_10740295_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/9/N/MY-785119/transperentpvc-polester-golden-and-silver-label-stock_10740296_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/3/G/MY-785119/malt-finish-label-stock_10740297_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/0/Y/MY-785119/vinyle-label-stock_10740298_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/U/Y/MY-785119/thermal-transfer-t-t-label-stock_10740299_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
