<!--

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/Q/MY-212621/metal-saddles_10692387_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/1/8/MY-212621/ceramic-saddles_10690819_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/5/C/MY-212621/berl-saddles_10690820_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/0/K/MY-212621/plastic-saddles_10692384_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/0/0/MY-212621/pall-rings_10692381_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/Y/W/MY-212621/metal-pall-rings_10692388_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/N/G/MY-212621/plastic-pall-rings_10692385_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/W/6/MY-212621/rasching-rings_10692380_250x250.jpg");
index_9 = newImage("http://imghost1.indiamart.com/data2/CV/IC/MY-212621/metal-rasching-rings-250x250.gif");
index_10 = newImage("http://imghost.indiamart.com/data/B/A/MY-212621/balls_10692382_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/H/W/MY-212621/honey-combs_10692383_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/L/6/MY-212621/tower-internals_10698337_250x250.JPG");
preloadFlag = true;
	}
}

// -->
