function addEvent(date) {
	document.getElementById('addEvent').style.display='block';
	document.forms['addEventForm'].date.value=date;
}
