yz.onReady(function(){
  $("#yz-tabs-container").tabs(
    { fx: { opacity: 'toggle' } }
  );
});

