<!--

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/W/R/MY-320070/mechanical-shaft-seals_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/2/5/MY-320070/centrifugal-crompton_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/O/J/MY-320070/centrifugal-jet_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/Y/1/MY-320070/centrifugal-beligum_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/I/P/MY-320070/centrifugal-bth_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/C/A/MY-320070/centrifugal-remi_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/4/T/MY-320070/centrifugal-plassy1_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/O/F/MY-320070/smaanddmcproduct1_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/M/9/MY-320070/dough-moulding-compound_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/R/X/MY-320070/auto-variable-transformers_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/O/C/MY-320070/centrifugal-texmo-1_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
