jQuery().ready(function() {
  jQuery('#tabvanilla > ul').tabs({ fx: { height: 'toggle' } });
});