<!--

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/K/Y/MY-420750/pp_ring_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/K/V/MY-420750/PP1_250x250.JPG");
index_3 = newImage("http://imghost.indiamart.com/data/S/P/MY-420750/hm_ring_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/L/Z/MY-420750/GAMMA_01_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/D/U/MY-420750/R2_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/I/F/MY-420750/cs-alpha-series_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/O/H/MY-420750/cross-section-of-gamma-series_10301142_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/Q/L/MY-420750/iris_ring_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/U/5/MY-420750/dh11_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/F/Z/MY-420750/high-production-screw_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/C/Z/MY-420750/water_bath01_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/D/J/MY-420750/szzer01_250x250.jpg");
preloadFlag = true;
	}
}

// -->
