function isagri_grc_video_writeMaxi(urlVideo,width,height)
{
	document.write('<embed pluginspage="http://www.macromedia.com/go/getflashplayer" allowfullscreen="true"	flashvars="configxml=/ressources/video/flv_config_maxi.xml&flv='+urlVideo+'" mediawrapchecked="true" src="/ressources/video/player_flv_maxi.swf" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'">');
}

function isagri_grc_video_writeMaxi01(urlVideo)
{
	document.write('<embed pluginspage="http://www.macromedia.com/go/getflashplayer" allowfullscreen="true"	flashvars="configxml=flv_config_maxi.xml" mediawrapchecked="true" src="'+urlVideo+'" type="application/x-shockwave-flash">');
}

function isagriVideoPlayer(urlVideo, urlImage) {
	flowplayer("playerIsagri", "http://www.emploi-isagri.fr/ressources/video/flowplayer.swf",{
		playlist : [
			{
				url : urlImage		
			},
			{
				url : urlVideo,
		        autoPlay: false,
				autoBuffering : true,
				bufferLength : 15
		    }
		],
		plugins: {
			controls : {				
				fullscreen : false				
			}
		},
		play: { replayLabel: 'Rejouer' }
});}
