$(function () {
    $('#tabcontent > ul').tabs({ fx: { opacity: 'toggle' }});
    $('#tabcontent h2').addClass('hiddenStructure');
});