function changeCalView(view) {

	document.pageForm.calView.value = view;
	document.pageForm.submit();

}