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