var churchWay = new Fx.Scroll('churchWay', {
	wait: false,
	duration: 2500,
	offset: {'x': 0, 'y': 0},
	transition: Fx.Transitions.Quad.easeInOut
}); 

// Start all panels on the first screen
churchWay.toElement('churchWay_1'); 