<!--

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/C/A/MY-618131/galvanised-steel-flexible-conduit_10564864_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/F/M/MY-618131/pvc-coated-flexible-conduit_10564865_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/3/F/MY-618131/liquid-tight-flexible-conduit_10567688_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/0/4/MY-618131/reduce-valve-flexible-cunduit_10567689_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/D/P/MY-618131/pvc-flexible-conduit_10567690_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/L/9/MY-618131/packing_10567691_250x250.jpg");
preloadFlag = true;
	}
}

// -->
