set_cursor = function(cursor_id)
	-- position Cursor on the specific toot at Url
	Cursor_node = Root
	if Nodes[cursor_id] then
		Cursor_node = Nodes[cursor_id]
	end
end