<!--

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/SA/VO/MY-246825/toggle-switches-250x250.jpg");
		index_2 = newImage("http://imghost1.indiamart.com/data2/KC/VR/MY-246825/thumb-250x250.jpg");
		index_3 = newImage("http://imghost1.indiamart.com/data2/PU/UN/MY-246825/rotary-switches-250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/H/2/MY-246825/snap-acting-micro-switches_10264105_250x250.jpg");
		index_5 = newImage("http://imghost1.indiamart.com/data2/XR/PV/MY-246825/key-switches-250x250.jpg");
		index_6 = newImage("http://imghost1.indiamart.com/data2/LG/TB/MY-246825/push-button-switches-250x250.jpg");
		index_7 = newImage("http://imghost1.indiamart.com/data2/XX/LN/MY-246825/illuminated-push-button-250x250.jpg");
		index_8 = newImage("http://imghost1.indiamart.com/data2/DX/GH/MY-246825/light-pipe-250x250.jpg");
		preloadFlag = true;
	}
}

// -->
