<!--

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/E/M/MY-808868/liquidnitrogen11_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/7/W/MY-808868/cryocan2_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/H/5/MY-808868/gascylinders45_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/U/V/MY-808868/specialitygases55_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/1/Z/MY-808868/gasregulator66_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/C/D/MY-808868/ultrahighpurity77_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/4/V/MY-808868/co2_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/G/B/MY-808868/so2100_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/4/R/MY-808868/argonhelium11_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/1/N/MY-808868/liquidnitrogen12_250x250.jpg");
preloadFlag = true;
	}
}

// -->
