function show_page(id) {
	new Ajax.Request('/sections/view/' + id);
}
