function login_show () {
    $("#LoginDialog").show();
}

function login_hide () {
    $("#LoginDialog").hide();
}

