function clearDefault(A){if(A.defaultValue==A.value){A.value=""
}}function restoreDefault(A){if(A.value==""){A.value=A.defaultValue
}}function showLoginBar(){jQuery("#sub-navigation #default-bar").hide();
jQuery("#sub-navigation #login-bar").show();
jQuery("input#login:first").get(0).focus();
jQuery("input#login:first").get(0).select();
return false
}function hideLoginBar(){jQuery("#sub-navigation #login-bar").hide();
jQuery("#sub-navigation #default-bar").show()
}(function(A){A(document).ready(function(){A("ul.sf-menu > li").mouseover(function(){A(this).addClass("sfHover")
}).mouseout(function(){A(this).removeClass("sfHover")
})
})
})(jQuery);
