<!--

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/I/C/MY-1097455/air-guns_10447674_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/O/K/MY-1097455/cylinders_10450900_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/R/7/MY-1097455/various-other-valves_10450908_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/W/Z/MY-1097455/mechanical-valves_10450903_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/T/C/MY-1097455/direct-20acting-20valves_10450901_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/W/9/MY-1097455/solenoid-valve_10450907_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/O/Q/MY-1097455/auto-drain-valves-with-timers_10447675_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/P/1/MY-1097455/couplings_10450899_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/Q/V/MY-1097455/q-20series-20frl_10450905_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/R/H/MY-1097455/frls_10450902_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/A/2/MY-1097455/push-in-fittings_10450904_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/6/H/MY-1097455/silencers-26-pu-tube_10450906_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
