$(document).ready(function(){

	$('#promoIMG').splashScreen({
		textLayers : [
			'img/jeden.png',
			'img/dwa.png',
			'img/trzy.png'
		]
	});
	
});

 $(function() {
                $('a.link').bind('click',function(event){
                    var $anchor = $(this);
                    
                    $('html, body').stop().animate({
                        scrollTop: $($anchor.attr('href')).offset().top
                    }, 1500,'easeInOutExpo');
                    event.preventDefault();
                });
               $("section").css("height",$(window).height()+500);
            });
