<!--

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/P/E/MY-594226/digital-temperature-control_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/7/P/MY-594226/process-controller_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/H/M/MY-594226/data-indicators_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/9/K/MY-594226/data-loggers_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/6/D/MY-594226/digital-scanners_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/I/K/MY-594226/digital-timers_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/D/6/MY-594226/digital-counters_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/K/M/MY-594226/solid-state-relays_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/M/K/MY-594226/sensors_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/U/I/MY-594226/transmitters-transducers_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/S/O/MY-594226/pc-based-data-acquisition-s_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/Q/3/MY-594226/signal-transmitters-convete_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
