function startGallery() {
   var myGallery = new gallery($('myGallery'), {timed: true, embedLinks:true,   textShowCarousel:'Miniatury' });
                   

}
			window.addEvent('load',startGallery);
