function openEsroWindow(eventID){
    a = window.open('https://esro7.colo.basicorange.nl/deappel/tickets/hall.asp?language=2&event=' + eventID, 'esro', 'height=600,width=650,scrollbars,resizable');
    a.focus();
}

