function toggleAlex(id) {
	Effect.toggle('video_' + id,'blind',{duration: 0.5});
	//new Effect.Highlight('ligneQuestion_' + id, { startcolor: '#ffff99' });
	return false;
} 
