function AfficherAnimation(file, width, height)
{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+ width +'" height="'+ height +'"><PARAM name="movie" value="'+ file +'"><PARAM name="quality" value="high"><EMBED src="'+ file +'" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" TYPE="application/x-shockwave-flash" width="'+ width +'" height="'+ height +'"></EMBED></OBJECT>');
}

function AfficherVideo(file, player, width, height, autostart)
{
	var player = player || "24";
	var width = width || 219;
	var height = height || 136;
	var autostart = autostart || "false";

	document.write('<div id="player_' + player + '" class="st_flashplayer_float_none" style="float: none;"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>');
	var st_flashplayer_swfobject_24 = new SWFObject("/anim/flvplayer.swf","montage",width,height,"0");
	st_flashplayer_swfobject_24.addVariable("wmode","transparent");
	st_flashplayer_swfobject_24.addParam("wmode","transparent");
	st_flashplayer_swfobject_24.addVariable("width",width);
	st_flashplayer_swfobject_24.addVariable("height",height);
	st_flashplayer_swfobject_24.addVariable("displayheight",height);
	st_flashplayer_swfobject_24.addVariable("image","/files/video/" + file + ".jpg");
	st_flashplayer_swfobject_24.addVariable("transition","bgfade");
	st_flashplayer_swfobject_24.addVariable("file","/files/video/" + file + ".flv");
	st_flashplayer_swfobject_24.addVariable("autostart",autostart);
	st_flashplayer_swfobject_24.addVariable("repeat","false");
	st_flashplayer_swfobject_24.addParam("allowfullscreen","false");
	st_flashplayer_swfobject_24.addVariable("usefullscreen","false");
	st_flashplayer_swfobject_24.write("player_" + player);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
