function keyFormPressHandler(e) {switch(e.which){case 27: toggleForgot(); break;} return false;} function showLoginForm(){ $('div#loginBox').fadeIn(500); $('input#lb').addClass('disabled'); $('input#h_username').focus(); }