$(function() 
{
  $('#tabs').tabs();
  $('#tabs').attr('display', 'block'); 
});
