function showCalendar(id,context) {
	showx = event.screenX - event.offsetX - 4 - 210 ; // + deltaX;
	showy = event.screenY - event.offsetY + 18; // + deltaY;

	url = context + "/web/js/calendar/calendar.jsp?id=" + id;
	window.open(url, "ÈÕÀú", "height=180px; width=200px; left="+showx+"px; top="+showy+"px; status=no; directories=yes;scrollbars=no;resizable=no; "  );
}