// TAILLE VIDEO STARBUCK MP4 : 720x404
function video_brian(video_width,video_height,url_image) {
	document.write("<object data='flvplayer.swf?file=http://www.focus-files.com/videos/runaway/CONTESTWINNER_BRIAN.mp4&amp;image="+url_image+"&amp;icons=false&amp;width="+video_width+"&amp;height="+video_height+"' type='application/x-shockwave-flash' width='"+video_width+"' height='"+video_height+"'>");
	document.write("\n        <param name='controller' value='true'>");
	document.write("\n        <param name='wmode' value='transparent'>");
	document.write("\n        <param name='cache' value='false'>");
	document.write("\n        <param name='quality' value='high'>");
	document.write("\n        <param name='allowfullscreen' value='true'>");
	document.write("\n		  <param name='movie' wmode='transparent' width='"+video_width+"' height='"+video_height+"' value='flvplayer.swf?file=http://www.focus-files.com/videos/runaway/CONTESTWINNER_BRIAN.mp4&amp;image="+url_image+"&amp;icons=false&amp;width="+video_width+"&amp;height="+video_height+"' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' swLiveConnect='true' >");
	document.write("\n        </object>\n");	
}
