function toggleMonth(month){
	//this function is used by calendar.php in the select menu drop box (onChange event)
	window.location.href = "calendar.php?month="+month;
}