$(function(){var B="nav-active-subgroup";var I="#79bde8";var G="#00457c";var H="#fff";var E="#fef0dd";var C=$.browser.msie;var F=$.browser.version.match(/[1-6]\.[0-9]/);var A=$("#left-side-navigation div.toggle-controller");var D=$("#left-side-navigation div.toggle-content");var J=D.find("ul li.selected");if(J.size()>0){J.parent().parent().addClass(B).prev("div.toggle-controller").addClass("selected")}else{A.filter(":first").each(function(){var K=$(this).next();if(K.is("toggle-content")){K.addClass(B)}})}D.filter(":not(."+B+")").hide();A.each(function(K){$(this).click(function(){location.href=$(this).find("a").attr("href")}).filter(":not(#rounded):not(.selected)").each(function(){$(this).hover(function(){$(this).find("h3").highlightFade({start:I,end:G})},function(){$(this).find("h3").highlightFade({start:G,end:I})})})});D.each(function(){var L=$(this),K=L.prev();if(K.is(".toggle-controller")){K.unbind("click");$([K[0],K.find("a")]).each(function(M){$(this).click(function(){L.not("."+B).slideToggle("fast").siblings(".toggle-content:not(."+B+")").slideUp("fast");return false})})}});D.find("li:not(.selected)").each(function(){$(this).hover(function(){$(this).css("background-color",H).click(function(){location.href=$(this).find("a").attr("href")})},function(){$(this).css("background-color",E)})})});