<!--

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/S/3/MY-823279/i-d-cards_10564496_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/T/M/MY-823279/loyalty-cards_10564497_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/E/9/MY-823279/membership-card_10565053_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/Z/X/MY-823279/privilage-20card_10565054_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/Q/S/MY-823279/card-holders_10565052_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/M/Y/MY-823279/card-cutter_10565050_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/Q/7/MY-823279/card-lamination-machine_10565051_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/K/T/MY-823279/badge-clips_10565048_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/0/G/MY-823279/badge-reel-2cretractors_10565049_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/W/W/MY-823279/slot-punch_10565055_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
