<!--

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/D/V/MY-816363/1Safe_Load_Indicators_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/J/S/MY-816363/2Universal_Testing_Machine_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/K/T/MY-816363/3Data_Acquisition_Systems_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/F/E/MY-816363/4Digital_Indicator_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/M/P/MY-816363/5Concrete_Batching_Plant_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/Z/5/MY-816363/6Weigh_Bridges_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/6/5/MY-816363/7Pressure_Transmitters_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/N/X/MY-816363/8Pressure_Transducers_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/B/O/MY-816363/9Portable_Wheel_Weighers_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/B/Y/MY-816363/10Flow_Sensor_Indicators_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/M/4/MY-816363/11Level_Indicators_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
