function update_calendar(m,y)
	{
	fm=document.getElementById("calendar-submit")
	fm.calm.value= m
	fm.caly.value= y
	fm.submit()
	}