$(document).ready(function(){

$('#videoPAGE #travail_video').flash({  
						swf: '../swf/player.swf',
						width: 751,
						height: 446,
						flashvars: {  
						videoflv: '../swf/videos/video_1.flv'
							} 
					}) ;


$('#navJob_video li').click(function(){ 	
			var videoATT = $(this).find('img').attr('id');
				
				$('#jobContent #travail_video').flash({  
						swf: '../swf/player.swf',
						width: 751,
						height: 446,
						flashvars: {  
						videoflv: '../swf/videos/' + videoATT + '.flv'
							} 
					}) ;


	});
	
	$('#navJob #troisd_01').click(function(){ 	
			var videoATT = $(this).find('img').attr('id');
				
				$('#jobContent #travail_video').flash({  
						swf: '../swf/player.swf',
						width: 751,
						height: 446,
						flashvars: {  
						videoflv: '../swf/videos/troisd_01.flv'
							} 
					}) ;


	});
	
	$('#navJob #troisd_02').click(function(){ 	
			var videoATT = $(this).find('img').attr('id');
				
				$('#jobContent #travail_video2').flash({  
						swf: '../swf/player.swf',
						width: 751,
						height: 446,
						flashvars: {  
						videoflv: '../swf/videos/troisd_02.flv'
							} 
					}) ;


	});
	
	$('#navJob #troisd_05').click(function(){ 	
			var videoATT = $(this).find('img').attr('id');
				
				$('#jobContent #travail_video3').flash({  
						swf: '../swf/player.swf',
						width: 751,
						height: 446,
						flashvars: {  
						videoflv: '../swf/videos/troisd_05.flv'
							} 
					}) ;


	});
});


