
function startGallery() {
myGallery = new gallery($('myGallery'), {
showCarouselLabel: false,
showInfopane: false,
showCarousel: true,
showArrows: false,
embedLinks: true,
showInfopane: false,
timed: true
});
}
window.addEvent('domready', startGallery);

