<!--

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/X/K/MY-1105355/chemicals-and-solvents-lr-and-commercial-grade_10391508_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/7/3/MY-1105355/contactors_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/Z/F/MY-1105355/all-types-of-panel-board-and-accessories_10391507_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/C/P/MY-1105355/cables-and-wires_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/O/B/MY-1105355/electrical-connectors-and-relays_10391509_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/O/I/MY-1105355/mcb-mccb-mpcb_10383934_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/K/A/MY-1105355/all-type-of-digital_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/0/1/MY-1105355/limit-switch_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/E/S/MY-1105355/industrial-ligtning_10391511_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/1/K/MY-1105355/flame-proof-items_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/7/P/MY-1105355/ss-nut-bolts_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/I/X/MY-1105355/ss-pipe-fittings-and-bar-rod_10391514_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
