<!--

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/8/9/MY-1191489/aerv-model_10493686_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/K/F/MY-1191489/architecture-model_10493688_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/J/F/MY-1191489/power-plant-models_10493690_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/A/O/MY-1191489/engineering-model_10493692_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/Z/V/MY-1191489/industrial-model_10493693_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/3/6/MY-1191489/tanker-model_10493685_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/W/Q/MY-1191489/abhay-model_10493687_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/J/3/MY-1191489/automotive-model_10493689_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/L/U/MY-1191489/cement-plant-model_10493691_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/1/H/MY-1191489/model-making_10684434_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/K/6/MY-1191489/engineering-model_10684435_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
