function page(start) {
	var form = document.forms['pager'];
	form.elements['start'].value = start;
	form.submit();
}
