<!--

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/T/M/MY-1397592/elastomeric-cables_10764794_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/0/9/MY-1397592/welding-cables_10764795_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/K/G/MY-1397592/welding-hose_10765123_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/M/5/MY-1397592/nozzle-mixing-cutter_10765124_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/K/X/MY-1397592/gas-pressure-regulator_10765125_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/P/8/MY-1397592/electrode-holder_10765126_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/Y/Y/MY-1397592/hand-head-screen_10765127_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/S/F/MY-1397592/earthing-clamp_10765129_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/W/X/MY-1397592/pug-cutting-machine_10765130_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/C/5/MY-1397592/leather-gauntlets-gloves_10765131_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/T/B/MY-1397592/gouging-torches_10765132_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/L/C/MY-1397592/electrode-drying-carry-oven_10765133_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
