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