<!--

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/K/MY-1088651/air-tool---impact--oil-venc_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/S/6/MY-1088651/instrumentation---electro-p_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/A/M/MY-1088651/toggle-pneumatic-clamp_10601448_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/E/9/MY-1088651/hydraulic--pneumatic-cylind_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/9/O/MY-1088651/Rodless-Cylinders_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/5/R/MY-1088651/fillter-regulator--digital-_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/W/O/MY-1088651/photo-electric-switches_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/J/S/MY-1088651/position-transducer_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/F/L/MY-1088651/digital-flow-switch_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/M/1/MY-1088651/booster-regulator_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/9/I/MY-1088651/air-dryer_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/M/2/MY-1088651/solenoid-valves_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
