
	function ButtonOnOff(ObjButton, newImgPath) {
		thisbutton = ObjButton;
		thisbutton.src = newImgPath;
	}
