(function(){var c=Flavors.Global.namespace("Flavors.Layout.Sidebar"),d=Flavors.Logger.getLogger(c.__name__),f=false;Flavors.Layout=c;c.selectors={service_link:"#profile_navigation",description:"#profile_description",service_name:".navigation_service_{{{service_id}}} a"};c.init=function(){Flavors.Page.Fonts.updateHeader({align:"left",max_width:180});$("#profile_navigation a").live("click",function(a){d("nav click handler");a.preventDefault();if(!f){$(this).closest("li").each(function(){var b=this.id.replace("navigation_service_",
"");if(b){d("serviceAnchor="+b);if(b=Flavors.TemplateGroup.preparePanel(b)){g(b);$("#profile_container").addClass("border")}}});c.setNavState($(this))}})};c.setNavState=function(a){try{$("#profile_navigation a").each(function(){$(this).removeClass("color_4").addClass("color_5")});a.removeClass("color_5").addClass("color_4")}catch(b){}};c.addService=function(a){$("#profile_navigation").append($.LI({"class":"navigation_service navigation_service_"+a.id,id:"navigation_service_"+a.anchor},$.A({"class":"color_5",
href:"#"},a.title)));var b=$.DIV({"class":"panel-box",id:"service_"+a.id});$(b).html(a.html).appendTo($("#services"));Flavors.TemplateGroup.registerPanel(a.anchor);c.switchToService(a.anchor)};c.removeService=function(a){$("#service_"+a+", .navigation_service_"+a).fadeOut(250,function(){$(this).remove()})};c.replaceService=function(a){d("replaceService()");$("#service_"+a.id).html(a.html);Flavors.TemplateGroup.registerPanel(a.anchor);c.switchToService(a.anchor)};c.switchToService=function(a){d("switchToService() serviceAnchor="+
a);if(a=="_")c.closeAllServices();else{var b=Flavors.TemplateGroup.preparePanel(a);b&&g(b)}c.setNavState($("#navigation_service_"+a+" a"))};c.closeAllServices=function(a){a&&a.preventDefault();if(e){$(e.element).fadeOut();e=null}$.address.value("_");$("#profile_navigation a").each(function(){$(this).removeClass("color_4").addClass("color_5")})};var i=function(a){var b={};$("#profile_navigation li").each(function(){b[parseInt($(this).attr("class").replace("navigation_service_","").replace("navigation_service ",
""))]=this;$(this).remove()});$.each(a,function(j,h){d("new order item......");$("#profile_navigation").append(b[h])})};c.reorderServices=function(a){d("reorderServices()");i(a)};var e=null,g=function(a){f=true;d("transitionToPanel() panel.serviceAnchor="+a.serviceAnchor);var b=function(){$(a.element).fadeIn(500);$(".google-map").each(function(){$(this).googleMap($(this).attr("rel"))});$.address.value(a.serviceAnchor.replace("-","/"));f=false};if(e){$(e.element).fadeOut(500);setTimeout(b,500)}else b();
e=a}})();

