	if(detectFlash()) {
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" WIDTH="750" HEIGHT="171" id="entete" ALIGN="center">');
		document.write('<param name=movie value="'+ indexFlash +'"><param name="allowScriptAccess" value="sameDomain" /><PARAM NAME=quality VALUE=high> <PARAM NAME=salign VALUE=C> <PARAM NAME=bgcolor VALUE=#6283B7>');
		document.write('<embed src="'+ indexFlash +'" quality=high salign=R bgcolor=#6283B7  WIDTH="750" HEIGHT="171" NAME="retourmenu" ALIGN="right" allowScriptAccess="sameDomain" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
		document.write('</object>');
	} else {
		document.write('<img width="750" height="171" src="../images/entete_fr.jpg" alt="" usemap="#entete" border="0">');
	}