
function closeDialog() {
    $("#fullscreen").fadeOut();
}

function showGame(nr) {
    $("#game-info div").hide();
    $("#game" + nr).show();
    
}
