jQuery(document).ready(function(){
    jQuery('#tabs-container').tabs({
            spinner: 'Chargement...',
    		fx: { opacity: 'toggle', duration: 'normal' }, 
    		load: function(event, ui) { setStyles(); },
    		show : function(){
     	        //jQuery('#contenu').jScrollPane();
                //$('.holder .scroll-pane').jScrollPane({showArrows:true, scrollbarWidth: 4});
            }
    		});    
    //if("{$strMessage}" != "0" ) jAlert("{$strMessage}","Attention!");
});
