function goToPage(page) {
	document.getElementById('pageNbr').value = page;
	document.form.submit();
}