$(document).ready(function() {
    $('.more').click(function(){
      $(this).parents('div.tresc').toggleClass('tresc-open');
      $(this).parents('div').children('div.tekst').toggleClass('tekst-none');
	  
	  
	  if($(this).parent().parent().prev('.top-tresc').children('a').attr('id').length)
      {
	    window.location='/acatar/#'+$(this).parent().parent().prev('.top-tresc').children('a').attr('id');
	  }
	  
    });
  
    $('.poradnik_podroznika a.pobierz_poradnik').click(function(){
      $('#poradnik').fadeIn('slow');
      return false;
    });
  
    $('a[rel*=external]').click( function() {
        window.open(this.href);
        return false;
    });
	
	var t
	$('.logo-anchor').click(function(){
	
      //$('.cecha_1.tresc').toggleClass('tresc-open');
      //$('.cecha_1').children('div.tekst').toggleClass('tekst-none');
      
	  
      //$('.cecha_1').children('div.tekst').toggleClass('tekst-none');
	  
	  if($(this).hasClass('footer_logo3'))
	  { 
	    if(!$('.cecha_2.tresc').hasClass('tresc-open'))
		{
		  $('.cecha_2.tresc').toggleClass('tresc-open');
		  $('.cecha_2').children('div.tekst').toggleClass('tekst-none');	
        }
        
		
	    window.location= '/acatar/#cecha_acatar_zatoki';
	  }
	  if($(this).hasClass('footer_logo4'))
	  {
	    if(!$('.cecha_3.tresc').hasClass('tresc-open'))
		{
		  $('.cecha_3.tresc').toggleClass('tresc-open');
		  $('.cecha_3').children('div.tekst').toggleClass('tekst-none');	
        }
	    window.location= '/acatar/#cecha_acatar_allergy';
	  }
	  
	  
	  if($(this).hasClass('footer_logo5'))
	  {
	    if(!$('.cecha_4.tresc').hasClass('tresc-open'))
		{
	      $('.cecha_4.tresc').toggleClass('tresc-open');
          $('.cecha_4').children('div.tekst').toggleClass('tekst-none');	
		}
	    window.location= '/acatar/#cecha_acatar_fast';
	  }
	  
	  
	  if($(this).hasClass('footer_logo6'))
	  {
	    if(!$('.cecha_5.tresc').hasClass('tresc-open'))
		{
	      $('.cecha_5.tresc').toggleClass('tresc-open');
          $('.cecha_5').children('div.tekst').toggleClass('tekst-none');	
		}
	    window.location= '/acatar/#cecha_acatar_baby';	  }
	  
	});
	
});

