In-progress browser for a directory of text files
reply_button = function(id, depth)
	return {
		type='text', data={{data='reply'}},
		button=true, margin=20,
		target_id=id,
		depth=depth,
		bg=Reply_button_color,
		border=Reply_button_border_color,
	}
end