﻿function startGallery() {
    var myGallery = new gallery($('myGallery'), {
        timed: true,
        showArrows: false,
        embedLinks: false,
        showInfopane: false,
        textShowCarousel: ' ',
        carouselMinimizedOpacity: 0.8,
        carouselMaximizedOpacity: 0.9,
        thumbIdleOpacity: 0.5,
        delay: 4000
    });
}
window.addEvent('domready', startGallery);   
