function startGallery() {
  var myGallery = new gallery($('myGallery'), {
    timed: true,
    showInfopane: false,
    textShowCarousel: 'Slides',
    thumbHeight: 35,
    thumbWidth: 160
  });
}
window.addEvent('domready', startGallery);
