﻿function popUp(URL) {
    window.open(URL, "EventDetails", "menubar=yes,width=800,height=600,toolbar=no,resizable=yes");
}


