function startGallery() {

	var myGallery1 = new gallery($('carousel'), {
		timed: true,
		showArrows: false,
		showCarousel: false,
		embedLinks: false,
		showInfopane: false,
		delay: 8000
	});
	
	$('diaporama').setStyle('display', 'block');
}

window.addEvent('load', startGallery);