<!--

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/E/Z/MY-44462/plasma-cutting-machines_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/K/4/MY-44462/pta-hardfacing_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/R/M/MY-44462/fcaw-mig-hardfacing-and-cla_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/7/A/MY-44462/plasma-welding_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/2/4/MY-44462/micro-plasma-welding-machin_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/S/A/MY-44462/micro-tig-welding-machines_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/P/F/MY-44462/welding-inverters_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/8/E/MY-44462/hardbanding-system_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/3/D/MY-44462/column-and-boom_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/B/3/MY-44462/welding-oscillator_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/T/0/MY-44462/powder-feeder-new_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/7/R/MY-44462/pta-touch-new1_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
