function startGallery() {
    var billboardsGallery = new gallery($('myGallery'), {
    	timed: true,
    	textPreloadingCarousel: 'Już za chwilę...',
    	carouselMinimizedOpacity: 0.4,
		carouselMaximizedOpacity: 0.9,
		thumbHeight: 75,
		thumbWidth: 200,
		thumbSpacing: 10,
    	textShowCarousel: 'Zobacz więcej...'
    });
}
window.addEvent('domready', startGallery);

 
