<!--

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/N/0/MY-689419/batch_weigher_250x250.jpg");
index_2 = newImage("http://imghost1.indiamart.com/data2/BU/SE/MY-689419/check-weigher-small-250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/L/1/MY-689419/tank-weighing-system_10477309_250x250.jpg");
index_4 = newImage("http://imghost1.indiamart.com/data2/BJ/TE/MY-689419/rice-bagging-small-250x250.jpg");
index_5 = newImage("http://imghost1.indiamart.com/data2/FG/AF/MY-689419/universal-weight-indicator-small-250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/8/J/MY-689419/counting-system_10477311_250x250.jpg");
index_7 = newImage("http://imghost1.indiamart.com/data2/NH/RC/MY-689419/roller-platform-scale-small-250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/W/8/MY-689419/Payload_Monitor_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/D/S/MY-689419/Weigh_Bridge_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/N/N/MY-689419/SketchMe_250x250.jpg");
index_11 = newImage("http://imghost1.indiamart.com/data2/NG/MI/MY-689419/chottu-box-small-250x250.jpg");
index_12 = newImage("http://imghost1.indiamart.com/data2/TO/XR/MY-689419/bmi-bmi-sms-small-250x250.jpg");
preloadFlag = true;
	}
}

// -->
