<!--

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/A/L/MY-290793/asbestos-gaskets_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/H/L/MY-290793/aluminium-washers_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/D/P/MY-290793/sinker-needles_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/V/V/MY-290793/graphite-gaskets_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/U/O/MY-290793/industrial-gaskets_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/5/9/MY-290793/non-asbestos-gaskets_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/L/A/MY-290793/brass-metal-washer_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/M/E/MY-290793/automotive-gaskets_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/L/6/MY-290793/copper-washers_10333069_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/F/H/MY-290793/metal-gaskets_10333074_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/X/A/MY-290793/sheet-metal-press-components_10333075_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
