$(function(){
    $("#principal > ul").tabs({
        fx: { opacity: "toggle", duration: "fast"}
    });
})
