on.mouse_release = function(x,y, mouse_button)
	if Pan then
		Pan = nil
		A()
	end
end