


		function showGrey() {
			new Effect.Appear('left_contentGrey', {to: 0.8, duration: 1, afterFinish: showContent()});				
		}
		
		function showContent() {
			new Effect.BlindDown('left_copy', {duration: 1.5, queue: 'end'});				
		}
		
				function showGrey2() {
			new Effect.Appear('left_contentGrey', {to: 0.8, duration: 0, queue: 'end'});		
		}
		
		function UpdateFlex(){
		var scrollDiv = document.getElementById('events_wrap'); {
				if(scrollDiv.scrollUpdate) scrollDiv.scrollUpdate();
		}
		}

