<!--

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/Q/9/MY-961822/white-20plaster_10545051_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/D/D/MY-961822/gray-20plaster_10545052_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/M/I/MY-961822/milling-20cutter_10545504_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/5/R/MY-961822/shafts_10545657_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/C/V/MY-961822/bp-40-20-20bp-2050-20holder_10545506_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/J/N/MY-961822/boring-20bars_10545505_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/3/J/MY-961822/bending-20machine_10545508_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/N/Z/MY-961822/dies-20-26-20fixtures_10545656_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/V/1/MY-961822/g-20i-20tower-20fabrication_10545502_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/4/Z/MY-961822/tank-20fabrication_10545503_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/8/3/MY-961822/boiler-20chimney-20fabrication_10545507_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
