//<script type="text/javascript">
    //<![CDATA[
$(document).ready(function()
{
    // Tabs
    $('#tabs').tabs({
        fx: {
            opacity: "show",
            height: "show",
            duration: "slow",
        //easing: "linear",
        }
    });
//    $('#tabs').bind('tabsshow', function(event, ui) {
//        if (ui.index == 0)
//            $('#tabsAjax > div').equalHeights();
//
//        if (ui.index == 1)
//            $('#tabsAjax > div').equalHeights();
//    });
    $('#tabs').tabs('select',0);
    //$('#tabs > div').height($('#tabs3').height() + 500);
    //$('#tabs > div').equalHeights();
});
    //]]>
//</script>