<!--

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/6/MY-627438/three-point-suspend-centrifuge_10380913_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/N/7/MY-627438/four-point-suspend-centrifuge_10380914_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/J/B/MY-627438/peeler-type-centrifuge_10381269_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/Q/Y/MY-627438/horizontal-basket-pusher-centrifuge_10381270_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/J/0/MY-627438/top-suspended-bottom-discharge-centrifuge_10381271_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/Q/F/MY-627438/decanter-type-centrifuge_10381272_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/3/Q/MY-627438/hthp-soft-flow-dyeing-machines_10381273_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/4/J/MY-627438/jet-dyeing-machines_10381274_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/Z/J/MY-627438/washing-machines_10381275_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/6/C/MY-627438/tumbler-dryers_10381277_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/W/X/MY-627438/compactors_10381276_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/T/H/MY-627438/balloon-padders_10381278_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
