var CLEAR=window.CLEAR||{};CLEAR.com=CLEAR.com||{};CLEAR.com.Support=CLEAR.com.Support||{};(function(){var $space=CLEAR.com;var $self=this;$self.vars=$.extend($self.vars,{});$self.utils=$.extend($self.utils,{});$self.carousel=function(){$(".tab-content").jCarouselLite({btnGo:(function(){var array=[];$.each($(".tab-menu a"),function(){array.push(this);});return array;})(),onStart:function(e){var tabs=$(".tab-menu li");if(tabs.get(0)){var index=e.parent().children().index(e);tabs.removeClass("active").eq(index).addClass("active");}},speed:500,visible:1,circular:false});};
            
 $self.bindFAQs=function(){
    $(".faq dt").click(function(e){
        e.preventDefault();
        var dt=$(this),el=dt.children("a");
         var id=el.attr("href").split("#")[1];
         if(id){
            $("#"+id).slideToggle(function(){
                dt.toggleClass("disclosed");
            });
         }
         });
    };
    
    
    
    
    $space.utils.init($self);}).call(CLEAR.com.Support);