function openCalendarEvent(url) {
	window.open(url,"calendarEvent","width=600,height=500,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes");
}