function startGallery() {
	var myGallery = new gallery($('myGallery'), {
		timed: true,
		delay: 8000,
		showCarousel: false, /* a carousel of the images used */
		showInfopane: true, /* slide up grey box */
		embedLinks: false, /* hide the little lightbulb */	
		slideInfoZoneOpacity: 1.0 /* slide transparency */			
	});
}
window.onDomReady(startGallery);
