
function eventWindow(eventSid) {
  var eventWin = open("display_event.php?eventSid=" + eventSid, "Event", "alwaysRaised, resizable=no, height=400, width=500, toolbar=no, scrollbars");
   eventWin.focus();
}
