function startSlideShow() {
}

function revealBanner(bannerNumber) {
	new Effect.Opacity('header_banner', {from: 0, to: 100, duration: 1.0});
}