<!--

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/7/F/MY-954817/stainless-steel-coils_10374352_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/9/3/MY-954817/stainless-sheets_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/F/9/MY-954817/ss-plate_10374351_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/Z/A/MY-954817/ss-rod_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/Y/D/MY-954817/ss-pipe_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/B/2/MY-954817/Stainless-Steel-Circle_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/Y/7/MY-954817/ss-wires_10374350_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/2/L/MY-954817/ss-strips_10374354_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/L/K/MY-954817/s-s-flat-surface_10374353_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
