﻿$(document).ready(function(){  
    //Cufon.replace('h1', { fontFamily: 'Dax' });
    Cufon.replace('div.pageHeader h2', { fontFamily: 'Dax Medium' });
    Cufon.replace('div.baseCol2 h3', { fontFamily: 'Dax' });
    Cufon.replace('div.btnSection a', { fontFamily: 'Dax' });
    Cufon.replace('div.updates h4', { fontFamily: 'Dax' }); 
    Cufon.now();
    $("div.btnSection a").css("display","block"); $("div.updates h4").css("display","block");$("div.pageHeader h2").css("display","block"); 
    $("div.baseCol2 h3").css("display","block");
    $("div.sbContent:last").css({"background":"none","padding-bottom":"0"}); 
    $("div.sbContent:first").css({"padding-top":"0", "padding-bottom":"15px","background":" url(/images/fxall/sbDivider.gif) no-repeat left bottom"});      
    /*$("div.tabscontent").hide();     //Initially hide all tab contents    
    $("div.tabs").each(function(){    // Traverse through each tab section holder
       $(this).find("ul li:first").addClass("selected");    // Make the first tab of each tab section ACTIVE by default
       $(this).parent().find("div.tabscontent:first").show();    // Show the first tab content in each tab section by default
    });    
    $("div.tabs ul li").click(function(){ 
        var thisTab = $("div.tabs ul li").index(this);    // Find which tab is clicked using INDEX    
        $(this).siblings("div.tabs ul li").removeClass("selected");   // Remove selection from previous active tab
        $("div.tabs ul li").eq(thisTab).addClass("selected");     // Make the tab active based on its INDEX using EQ   
        $(this).parents("div.tabsWrapper").children("div.tabscontent").hide();    // Hide all remaining tab contents that are not active
        $("div.tabscontent").eq(thisTab).show();     // Show only the selected tab content 
        return false;
    });  
    */       
});
