<!--

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/8/W/MY-954874/precision-sheet-metal-compo_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/M/7/MY-954874/electrical-switch-parts_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/2/E/MY-954874/cnc-turned-machine-componen_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/D/I/MY-954874/g-i-boxes_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/7/7/MY-954874/engineering-metal-products_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/3/F/MY-954874/automobile-metal-components_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/A/X/MY-954874/cnc-wire-cut-machine-component_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/G/J/MY-954874/orthopedic-machine-products_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/1/L/MY-954874/precision-tools-dies_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
