<!--

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/B/C/MY-696164/electronic-weighbridge_10907214_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/E/F/MY-696164/electro-mechanical-weighbridges_10907215_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data1/M/8/MY-696164/Mechanical_Weighbridges_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/L/V/MY-696164/mechanical-pitless-weighbridges_10914031_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data1/3/9/MY-696164/RCC_Weighbridge_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data1/U/H/MY-696164/mobile_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data1/6/2/MY-696164/movable-electronic-weighbridge-250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data1/Q/7/MY-696164/axle-weighbridge6-250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/K/V/MY-696164/tank-weighing-system_11011515_250x250.jpg");
		index_10 = newImage("http://imghost1.indiamart.com/data2/DT/BM/MY-696164/electronic-conversion-kit-250x250.jpg");
		index_11 = newImage("http://imghost1.indiamart.com/data2/OO/AV/MY-696164/duplex-weighbridges-250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data1/J/G/MY-696164/load_cell_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
