function launchSpelletje(url){
windowprops = "width=800, height=600, top=10,left=10,resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no"

newwindow=window.open(url,'name',windowprops);
                    if (window.focus) {newwindow.focus()}
            
}