function showEventDetails(id) {
	$("#event-" + id + " div.detail-text").toggle();
}