<!--

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://imghost1.indiamart.com/data2/NJ/DM/MY-560587/air-ventilators-250x250.jpg");
		index_2 = newImage("http://imghost1.indiamart.com/data2/JH/IF/MY-560587/reconditioned-machine-w-250x250.jpg");
		index_3 = newImage("http://imghost1.indiamart.com/data2/UH/VW/MY-560587/portable-model-250x250.jpg");
		index_4 = newImage("http://imghost1.indiamart.com/data2/YE/UM/MY-560587/inductionheatingequipment-w-250x250.jpg");
		index_5 = newImage("http://imghost1.indiamart.com/data2/XM/NM/MY-560587/multiple-heater-w-250x250.jpg");
		index_6 = newImage("http://imghost1.indiamart.com/data2/TA/FD/MY-560587/billet-bar-heater-w-250x250.jpg");
		index_7 = newImage("http://imghost1.indiamart.com/data2/YN/DJ/MY-560587/ind-hardening-plant-w-250x250.jpg");
		index_8 = newImage("http://imghost1.indiamart.com/data2/VJ/HE/MY-560587/double-trans--250x250.jpg");
		index_9 = newImage("http://imghost1.indiamart.com/data2/OI/TB/MY-560587/handheld-model-250x250.jpg");
		index_10 = newImage("http://imghost1.indiamart.com/data2/UF/FD/MY-560587/carbide-segment-brazing-250x250.jpg");
		index_11 = newImage("http://imghost1.indiamart.com/data2/HA/UB/MY-560587/spm-250x250.jpg");
		preloadFlag = true;
	}
}

// -->
