$(function() {
   $('#tab_container ul').show();
   $('#tab_container').tabs({ fxAutoHeight: true, fxFade: true, fxSpeed: 'fast' });
});
