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

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

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

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

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

// Start all panels on the first screen
scroll2.toElement('content2-1'); 
scroll3.toElement('content3-1'); 
scroll4.toElement('content4-1'); 
scroll5.toElement('content5-1');
scroll6.toElement('content6-1'); 