
<!--
function DessineBanniere(flash, width, height, transparency)
{
	document.writeln ("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=6,0,65,0\" width="+width+" height="+height+">");
	if (transparency)
		document.writeln ("<param name=\"WMODE\" value=\"Transparent\">");
	document.writeln ("<param name=\"movie\" value=\""+flash+"\">");
	document.writeln ("<param name=\"quality\" value=\"high\">");
	document.writeln ("<embed src=\""+flash+"\" quality=\"high\" pluginspage=\"https://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width="+width+" height="+height+ (transparency?" wmode=\"transparent\"":"")+"></embed>");
	document.writeln ("</object>");
}
//-->

