if( delay=='' ) delay = 9000;
function startGallery() {
	var myGallery = new gallery($('myGallery'), {
		timed: true,
		textShowCarousel: 'Toutes les images',
		embedLinks: false,
		delay: delay,
		slideInfoZoneOpacity: 1,
		carouselMinimizedOpacity: 1,
		carouselMaximizedOpacity: 1
	});
}
window.onDomReady(startGallery);
