window.addEvent('domready', function(){
	
	/* les scrollers*/
	
	if ($('engagcitescroll')) {		
		var monscroll = $('engagcitescroll');
		var scrollaction = $('engagcitescrollaction');
		scrollers(monscroll, scrollaction);
	}
	
	if ($('engagclubscroll')) {
		var monscroll = $('engagclubscroll');
		var scrollaction = $('engagclubscrollaction');
		scrollers(monscroll, scrollaction);
	}
	
	if ($('engagressscroll')) {
		var monscroll = $('engagressscroll');
		var scrollaction = $('engagressscrollaction');
		scrollers(monscroll, scrollaction);
	}
		
});