<!--

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/P/G/MY-1080232/seals_10497978_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/N/V/MY-1080232/pads_10497979_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/6/Y/MY-1080232/gaskets_10497980_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/L/6/MY-1080232/27o-27ring_10497981_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/F/V/MY-1080232/bushes_10496205_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/D/6/MY-1080232/rubber-grommets_10602351_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/6/B/MY-1080232/diaphragms_10497983_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/H/6/MY-1080232/bellow_10496204_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/Q/1/MY-1080232/mounting_10497982_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/Y/F/MY-1080232/rubber-to-metal-bonded_10497984_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
