function startGallery() {
	var myGallery = new gallery($('myGallery'), {
		timed: true,
		delay: 9000,
		fadeDuration: 3000,
		showInfopane: true,
		thumbHeight: 50,
		thumbWidth: 50,
		thumbSpacing: 10,
		embedLinks: true,
		textShowCarousel: 'Images',
		showInfopane: false
// 		useReMooz: true,
	});
}
// function startGallery() {
// 	var myGallery = new gallery($('myGallery'), {
// 		timed: false,
// 		useReMooz: true,
// 		embedLinks: false
// 	});
// }
// 	window.onDomReady(startGallery);
window.addEvent('domready',startGallery);
