/**
 * @author kota
 */
$(function(){


    $("#tabs").tabs({
        fx: {
            opacity: 'toggle'
        }
    });
    
    
});
