/*
Require: jQuery UI with tabs (1.7.2)
*/

$(document).ready(function() {
    $("#tabs").tabs({ fx: { opacity: 'toggle'} })
        .show();
});