Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
press_next_pane_button = function()
	Show_menu = nil
	if Current_pane_index >= #Panes then return end
	Current_pane_index = Current_pane_index+1
	Current_pane = Panes[Current_pane_index]
end