function showCalendar(whichMonth)
{
	document.location = document.location.pathname + "?m=" + whichMonth;
}
