<!--

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/L/C/MY-684186/steam-jacketed-kettle-tilti_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/Q/1/MY-684186/pickle-mixing-machine_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/H/Y/MY-684186/Coal-Wood-fired_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/9/R/MY-684186/Ribbon_Blender_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data1/M/1/MY-684186/twin-pulper21-250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data1/P/S/MY-684186/universal-mill-copy-250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data1/H/U/MY-684186/vacuum-evaporator-copy-250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data1/Q/Q/MY-684186/washing-copy-250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data1/5/1/MY-684186/hammer-mill-250x250.jpg");
		index_10 = newImage("http://imghost1.indiamart.com/data2/IQ/EL/MY-684186/dicing-and-cubing-2-250x250.jpg");
		index_11 = newImage("http://imghost1.indiamart.com/data2/WT/DY/MY-684186/homogeniser-250x250.jpg");
		index_12 = newImage("http://imghost1.indiamart.com/data2/RX/ET/MY-684186/fruit-miller-250x250.jpg");
		preloadFlag = true;
	}
}

// -->
