jQuery(document).ready(function() {
  jQuery("#tabs").tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});
