Client for playing 300 publicly available Sokoban puzzles on a computer or phone.
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