function video(id_cible,width,autoPlay)
	{
	var key;
	if(window.location.host.indexOf('yourenglishsolution.fr')!=-1) key='#@04b32ec5013beac740e';
	else if(window.location.host.indexOf('yourenglishsolution.de')!=-1) key='#@7a401ea8d989d44902e';
	else if(window.location.host.indexOf('yourenglishsolution.at')!=-1) key='#@7f6fb8e98f5b457947c';
	else if(window.location.host.indexOf('yourenglishsolution.ch')!=-1) key='#@1d0e845f1c4463ebb39';
	
	else key='#@d985fd9e782be61ae3d';
	
	return flowplayer(id_cible, "videos/flowplayer.commercial-3.1.4.swf", { 
		key: key,
		play: { url: 'videos/play.swf', width: 98.8, height: 78.5 } ,
 		//for non streaming:
 		clip: { autoPlay:autoPlay,autoBuffering: true,bufferLength: 6 }, 		
		//for streaming:
 		//clip: { autoPlay:autoPlay,autoBuffering: true,bufferLength: 6, provider: 'stream' },
        plugins: { 
      		//for streaming:
			//stream: {url: 'videos/flowplayer.rtmp-3.1.3.swf',netConnectionUrl: 'rtmpt://78.153.226.138/yes/website'} ,
			customskin: { url: "videos/flowplayer.controls-tube.swf", type: "classLibrary" },
        	controls: {  	
				autoHide: 'always',
				hideDelay:1000,
				url: 'videos/flowplayer.controls-skinless.swf',
				skin: 'customskin',
				play:true,
				volume:false,
				fullscreen:false,
				time:false,
				top:10, 
				left:11, 
				width:width,
				bottom:12,
				height:36,
				scrubberBorderRadius: 6,
				scrubberHeightRatio: 0.3,
				progressColor: "#5880D9",
				progressGradient: 'none',//'medium',
				bufferColor: "#000000",
				bufferGradient: 'none',
				backgroundColor: "#898989",
				backgroundGradient: [0.2,0.1,0,0,0.1],												
				borderRadius:12,
				border: "0px",
				opacity: 0.7,
				sliderColor: "#3F3F3F",
				sliderGradient: [0,0.1,0,1,0],								
				buttonColor: "#000000",
				buttonOverColor: "#5880D9",											
				tooltipColor: "#C9C9C9",
				tooltipTextColor: "#5880D9"
	   			} 
	 		} 
		});
	}
