function showDay(dayID) {
	var elid = document.getElementById(dayID);
	elid.scrollIntoView(true);
}