jQuery(document).ready( function($) {  
    if(!$.browser.msie){
        $("#year-bottom-menu ul li.tab").click(function(){
            $("#year-bottom-menu ul li.tab:hidden").fadeIn(300);
            $("#year-bottom-menu ul li.active:visible").fadeOut(300);         
            $(this).fadeOut(300);  
            if($(this).hasClass("judgement_tab")){
                $("#year-bottom-menu ul li.judgement_active").show();  
                $(".year-bottom-menu-body .year-bottom-menu-body-content div:visible").hide();
                $("#judgement").show()
            }        
            if($(this).hasClass("registration_tab")){
                $("#year-bottom-menu ul li.registration_active").show(); 
                $(".year-bottom-menu-body .year-bottom-menu-body-content div:visible").hide();
                $("#registration").show()
            }  
            if($(this).hasClass("foregins_tab")){
                $("#year-bottom-menu ul li.foregins_active").show();  
                $(".year-bottom-menu-body .year-bottom-menu-body-content div:visible").hide();
                $("#foregins").show() 
            }  
            if($(this).hasClass("workshop_tab")){
                $("#year-bottom-menu ul li.workshop_active").show();  
                $(".year-bottom-menu-body .year-bottom-menu-body-content div:visible").hide();
                $("#workshop").show()
            }  
            if($(this).hasClass("tickets_tab")){
                $("#year-bottom-menu ul li.tickets_active").show();  
                $(".year-bottom-menu-body .year-bottom-menu-body-content div:visible").hide();
                $("#tickets").show() 
            }             
            if($(this).hasClass("contact_tab")){
                $("#year-bottom-menu ul li.contact_active").show();  
                $(".year-bottom-menu-body .year-bottom-menu-body-content div:visible").hide();
                $("#contact").show() 
            }                          
        })  
    }
    else{     
        $("#year-bottom-menu ul li.tab").click(function(){     
            $("#year-bottom-menu ul li.tab:hidden").show();
            $("#year-bottom-menu ul li.active:visible").hide();         
            $(this).hide();  
            if($(this).hasClass("judgement_tab")){
                $("#year-bottom-menu ul li.judgement_active").show();  
                $(".year-bottom-menu-body .year-bottom-menu-body-content div:visible").hide();
                $("#judgement").show(); 
                $("#year-foother").css("bottom","1px");
                $("#year-foother").css("bottom","0px"); 
                
            }        
            if($(this).hasClass("registration_tab")){
                $("#year-bottom-menu ul li.registration_active").show(); 
                $(".year-bottom-menu-body .year-bottom-menu-body-content div:visible").hide(); 
                $("#registration").show() 
                $("#year-foother").css("bottom","1px");
                $("#year-foother").css("bottom","0px");                                 
            }  
            if($(this).hasClass("foregins_tab")){
                $("#year-bottom-menu ul li.foregins_active").show();  
                $(".year-bottom-menu-body .year-bottom-menu-body-content div:visible").hide(); 
                $("#foregins").show(); 
                $("#year-foother").css("bottom","1px");
                $("#year-foother").css("bottom","0px");                                 
            }  
            if($(this).hasClass("workshop_tab")){
                $("#year-bottom-menu ul li.workshop_active").show();  
                $(".year-bottom-menu-body .year-bottom-menu-body-content div:visible").hide();
                $("#workshop").show(); 
                $("#year-foother").css("bottom","1px");
                $("#year-foother").css("bottom","0px");                 
            }  
            if($(this).hasClass("tickets_tab")){
                $("#year-bottom-menu ul li.tickets_active").show();  
                $(".year-bottom-menu-body .year-bottom-menu-body-content div:visible").hide();
                $("#tickets").show() 
            }                
            if($(this).hasClass("contact_tab")){
                $("#year-bottom-menu ul li.contact_active").show();  
                $(".year-bottom-menu-body .year-bottom-menu-body-content div:visible").hide();
                $("#contact").css("position:static"); 
                $("#contact").show();   
                $("#year-foother").css("bottom","1px");
                $("#year-foother").css("bottom","0px");                                
            }                          
        })     
    }  
})
