function startGallery1() {

var myGallery1 = new gallery($('myGallery1'), {
showCarousel: 0,
activateCarouselScroller: 1,
textShowCarousel: 'Thumbnail Carousel',
carouselMinimizedOpacity:  0.4,
carouselMinimizedHeight: 20,
carouselMaximizedOpacity: 0.9,
timed: 1,
showArrows: 1,
embedLinks: 1,
defaultTransition: 'fadeslideleft',
showInfopane: 1,
slideInfoZoneOpacity: 0.7,
slideInfoZoneSlide: 1,
useLytebox: 0,
useThumbGenerator: 0,
liveSite: '#',
thumbHeight: 75,
thumbWidth: 100,
thumbQuality: 100,
thumbSpacing: 10,
thumbidleOpacity: 0.2,
linkTarget: '_self',
delay: 10000,
useHistoryManager: 0,
sharpenGif: 0,
sharpenPng: 0,
sharpenJpg: 1,
GalleryHeight: 300,

carouselPreloader: 1,
ExternalCarouselHeight: 300,
ExternalCarouselWidth: 900,
useExternalCarousel: 0,
carouselElement: $('extThumbs1')
});

}
window.onDomReady(startGallery1);
