Samenkomst – Wat als alles open is? (en niets vast staat)

var p = null; function centeredPopup(u,n,w,h,r){ l = (screen.width) ? (screen.width-w)/2 : 0; t = (screen.height) ? (screen.height-h)/2 : 0; s = “height=”+h+”,width=”+w+”,top=”+t+”,left=”+l+”,scrollbars=”+r+”,resizable”; p = window.open(u,n,s);} Tickets