<!--

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/L/5/MY-1039354/vaccum-forming-machine_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/J/G/MY-1039354/vaccum-packaging--vaccum-ni_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/I/P/MY-1039354/vaccum-packing-machine-25-k_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/N/W/MY-1039354/automatic-vaccum-thermo-for_250x250.jpg");
		index_5 = newImage("http://imghost1.indiamart.com/data2/WS/CA/MY-1039354/blister-sealing-machine-250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/V/7/MY-1039354/blister-cutting-machine_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/8/8/MY-1039354/auto-feeding-blister-sealin_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/J/W/MY-1039354/continuous-band-sealer-mach_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/H/R/MY-1039354/impulsive-heat-sealing-mach_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/1/R/MY-1039354/cup-jar-sealing-machine_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/R/L/MY-1039354/special-feature-of-shrink-w_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/O/W/MY-1039354/fully-automatic-auger-based_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
