<!--

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/4/V/MY-499388/k-kx-ky-f-series-quick-clea_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/T/H/MY-499388/three-screw-pump_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/W/D/MY-499388/kx-series-industrial-chemic_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/P/E/MY-499388/pk-series-industrial-chemic_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/B/I/MY-499388/twin-screw-pumps_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/R/6/MY-499388/rotary-lobe-pumps_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/4/2/MY-499388/kc-series-close-coupled-com_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/I/O/MY-499388/interal-gear-pumps_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/Y/D/MY-499388/porgressive-cavity-pumps_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
