﻿   
$(document).ready(function(){
        $('.ctab').hide();
        $('#ca').show();
        
        $(".vdl").wTooltip({style:{background: "url(../images/tltp.png) no-repeat",color: "#fff",fontSize: "11px",fontWeight:"bold",border:"none",padding:"5px 7px 4px 15px"},offsetY: -10,offsetX:15});
    
});

function tab(t){
    
    $('.ctab').hide();
    $('.tabbtn').removeClass("curtab");
    $('#c'+t).show();
    $('#'+t).addClass("curtab");
    
    return false
    }
    
function go(l){
    
    $(".RightContentBar:not(:first)").hide();
    $("#rcb"+l).show();
    $.scrollTo("#ttl"+l,999);
    
    $('.evtbig').removeClass("evtcur");
    $('.evtttl').removeClass("evtttlcur");
    
    $('.ttl'+l).addClass("evtcur");
    $('.ttl'+l+' .evtttl').addClass("evtttlcur");

}
