window.onerror = null;

$(document).ready(function() {
     
    $('a.show-seo-pf').click(function(){
        $('#seo-downslide').slideToggle("slow");
        return false;
    });	
     
     
     
    $('div .seo-box-ym .text-box').click(function(){
        location.href = '/pages/75';
    });
     
    
    $('.wl').tipsy({
        html: true
    });
    
    
    /*
    $('#switch-for-spec').click(function(){
        $('#switch-for-peoples').removeClass('switch-current');
        $('#switch-for-spec').addClass('switch-current');
        $('#for-peoples').hide('slow');
        $('#for-spec').show('slow');
        return false;
    });

    $('#switch-for-peoples').click(function(){
        $('#switch-for-spec').removeClass('switch-current');
        $('#switch-for-peoples').addClass('switch-current');
        $('#for-spec').hide('slow');
        $('#for-peoples').show('slow');        
        return false;
    });
    */
    
    //Юзабилити
    $('a.switch-button').click(function(){
        $('#article-1, #article-2').slideToggle('slow');
        $(this).toggleClass('switch-button-off');
        $('.led').toggleClass('switch-button-off');
        return false;
    });
    
    
    $(".switch-button-panel").mouseover(function(){
        $(this).addClass('svb-hvr');
    }).mouseout(function(){
        $(this).removeClass('svb-hvr');        
    });
    
    //Стр. про япона-маму
    
    $('#for-spec, #article-2').hide();
    
    $('.ym-sw .switch-button').click(function(){
        if($(this).is('.switch-button-off')){
            $('#for-spec').hide('slow');
            $('#for-peoples').show('slow');
        }else{
            $('#for-peoples').hide('slow');
            $('#for-spec').show('slow');
        }
    });
    
});
    
    
$(window).load(function() {    
    $('#slider').nivoSlider({
        pauseTime:5000, 
        pauseOnHover:false
    });
});

