//////////////////////////////////// topImg slideShow
function startGallery() {
	var myGallery = new gallery($('topImg'), {timed: true,showArrows: false,showInfopane: false,showCarousel: false,embedLinks: true,delay: 6000});
	document.gallery = myGallery;
}
window.onDomReady(startGallery);