function toggleLoginPane(e){$(e).toggleClass("login-button-active");$(e).hasClass("login-button-active")?($("#login_pane").show().css({top:$(e).offset().top+$(e).outerHeight()-2+"px",left:$(e).offset().left-$("#login_pane").outerWidth()+$(e).outerWidth()+"px"}),$("#email").focus()):$("#login_pane").hide()}
function getStarted(e){creating_account||($(e).toggleClass("get-started-button-on"),$(e).hasClass("get-started-button-on")?$("#get_started").show().css({top:$(e).offset().top+$(e).outerHeight()-4+"px",left:$(e).offset().left-$("#get_started").outerWidth()+$(e).outerWidth()+"px"}):$("#get_started").hide(),$("#yourName").focus())}function scrollAndGetStarted(){var e=$("a#top_tryitnow");if(e.size()>0)return getStarted(e),$(document).scrollTo(e,{duration:1E3}),!1;return!0}
