

function OnLogo() {
    if (event.shiftKey && event.ctrlKey) {
        window.open(location.protocol + '//' + location.hostname + '/Adm/');
        return false;
    } else if (event.ctrlKey) {
        location.href = '/Adm/';
        return false;
    }
}