<!--

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/V/MY-417813/mould-coupling_10500751_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/J/Q/MY-417813/ammonia-coupling_10500752_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/C/6/MY-417813/camlock-coupling_10500753_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/U/Q/MY-417813/non-spill-coupling_10500748_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/3/D/MY-417813/miniature-coupling_10500756_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/6/6/MY-417813/screw-coupling_10500747_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/P/S/MY-417813/straight-thro-coupling_10500750_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/Y/W/MY-417813/single-shut-off_10500749_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/X/V/MY-417813/double-shut-off-coupling-vv-series_10500641_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/M/V/MY-417813/high-pressure-coupling-hd-series_10500642_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/N/W/MY-417813/ball-valves_10500754_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/G/F/MY-417813/needle-valve_10500755_250x250.jpg");
preloadFlag = true;
	}
}

// -->
