<!--

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/R/T/MY-1246360/ss-20steel-20gate_10617423_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/2/4/MY-1246360/fancy-20gates_10617469_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/V/6/MY-1246360/railing_10617473_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/F/D/MY-1246360/copper-starecases_10617424_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/H/M/MY-1246360/shutter-window-channel-railling_10617470_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/Z/Z/MY-1246360/roller-shutter-doors_10621986_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/8/E/MY-1246360/iron-rod-shed_10617471_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/Q/K/MY-1246360/dome_10617472_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
