<!--

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://imghost1.indiamart.com/data2/HO/YB/MY-359092/1inline-homogenizer-250x250.jpg");
		index_2 = newImage("http://imghost1.indiamart.com/data2/FJ/BP/MY-359092/2intank-homogenizer-250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/R/5/MY-359092/splash-mill_10637071_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/H/E/MY-359092/dyna-mill_10637070_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/U/H/MY-359092/multi-processor_10633035_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/L/M/MY-359092/disintigator-dissolver_10637069_250x250.jpg");
		index_7 = newImage("http://imghost1.indiamart.com/data2/TJ/TW/MY-359092/bitumen-emulsion-plant-250x250.jpg");
		index_8 = newImage("http://imghost1.indiamart.com/data2/UG/RL/MY-359092/3micro-grinding-mills-250x250.jpg");
		preloadFlag = true;
	}
}

// -->
