
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true,
textShowCarousel: '&darr; Scroll Pictures &darr;',
delay: 6000,
showCarousel: true,
showInfopane: true,
embedLinks: true,
lightbox: true
});
var mylightbox = new Lightbox();
}
window.onDomReady(startGallery);
