function setFocus(A){document.getElementById(A).focus();return false}function openPopUp(D,B,C,A){window.open(B,D,"toolbar=0, scrollbars=0, location=0, statusbar=0, menubar=0, resizable=0, width="+C+", height="+A)}function openWindow(A,B){window.open(A,B,"")}$navigation={context:false,getContext:function(){if(this.context===false){this.context=$("#navigation")}return this.context},init:function(){this.prepareTogglers()},prepareTogglers:function(){var A=$("#navigation");$("#navigation-toggle").click(function(B){B.preventDefault();$("#navigation").slideUp("slow")})}};