
function startGallery(){var myGallery=new gallery($('galleryWrapper'), {timed:true,delay:7000,defaultTransition:"fadeslideleft",showInfopane:false,showCarousel:false});}
window.onDomReady(startGallery);

function startGalleryBottom(){var myGallery=new gallery($('slideshow-holder'), {timed:true,delay:7000,defaultTransition:"fadeslideleft",showInfopane:false,showArrows: false,showCarousel:false});}
window.onDomReady(startGalleryBottom);
