<!--

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/F/B/MY-1074610/vacuum-20impregnation-20plants_10383136_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/I/B/MY-1074610/vacuum-20metallising-20plants_10383823_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/4/2/MY-1074610/vacuum-20mixing-20and-20casting-20plants_10383135_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/D/Q/MY-1074610/vacuum-20coating-20plants_10383826_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/2/2/MY-1074610/epoxy-20mixing-20plant-20product_10383828_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/I/P/MY-1074610/vacuum-20ovens_10383822_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/B/M/MY-1074610/vacuum-20furnances_10383825_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/5/5/MY-1074610/oil-20diffusion-20pumps-20for-20high-20vacuum-20application_10383827_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/B/R/MY-1074610/water-20cooled-20condensers-20-26-20traps_10641844_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
