window.name = 'MyEvent';
window.focus()

function PopupTopSmall(PopupName)
{
    window.open(PopupName, "EventsConfirm", "toolbar=0,menubar=0,left=337,top=209,resizable=1,height=250,width=250,scrollbars=1");
}