 (function( $ ) {
    
        $( document ).ready( function() {
            
            $("div#tabCrystal").ccwtab({
                behavior: "mouseover"
            });
            $("div#tabCrystal").ccwtab( "selectedIndex", 0 );
            
        });
        
})( jQuery )
 
 

