<!--

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/7/A/MY-627108/packing-machine_10749176_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/G/I/MY-627108/packing-material-aids-allied-products_10749180_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/6/Z/MY-627108/adhesive-tapes_10748562_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/5/1/MY-627108/pnematic-stamping-nailing-machine_10749177_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/K/K/MY-627108/hot-air-gun-glue-gun_10748561_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/6/0/MY-627108/personal-protective-products_10749179_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/C/O/MY-627108/traffic-safety-materials_10749181_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/6/Q/MY-627108/fire-extinguisher_10749183_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/5/B/MY-627108/tarpaulins-bitmuan-products_10749182_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/N/4/MY-627108/rubber-products_10749184_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/Z/6/MY-627108/shrink-packing-machines-materials_10749185_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
