function js_cal_detail(eventId) {
	childWindow = window.open("calendar_detail.php?id=" + eventId, 
	"childWindow",
	"width=540,height=680,left=50,top=50,scrollbars=yes,resizable=yes")
}

