function showCal () {
	document.getElementById('calendar').style.display = 'block';
}
