var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if (hasReqestedVersion) {
	var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
	+ 'width="951" height="215"'
	+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="flashm">'
	+ '<param name="movie" value="http://www.chirurgiens-esthetiques-plasticiens.com/chirurgien-flash/banniere-chirurgien_ss_trame.swf" /><param name="LOOP" VALUE="true" /><param name="quality" value="high" /><param name="bgcolor" value="transparent" /><param name="autostart" value="true" /><param name="wmode" value="transparent" />'
	+ '<embed src="http://www.chirurgiens-esthetiques-plasticiens.com/chirurgien-flash/banniere-chirurgien_ss_trame.swf" '
	+ 'bgcolor="transparent" width="951" height="215" name="flashm" aligh="middle"'
	+ 'play="true"'
	+ 'autostart="true"'
	+ 'wmode="transparent"'
	+ 'loop="true"'
	+ 'quality="high"'
	+ 'allowScriptAccess="sameDomain"'
	+ 'type="application/x-shockwave-flash"'
	+ 'pluginspage="http://www.macromedia.com/go/getflashplayer" \/>'
	+ '<\/object>';
	document.write(oeTags);   // embed the Flash Content SWF when all tests are passed
  } else {  // flash is too old or we can't detect the plugin
	var hauteur=200;
	var largeur=300;
	var left=(screen.width-largeur)/2;
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	var alternateContent = '<a href="http://www.macromedia.com/go/getflash/" target="_blank"><img alt="" src="http://www.chirurgiens-esthetiques-plasticiens.com/la-chirurgie-esthetique/no_flash.png" width="951" height="215" border="0" /></a>'+'<div class="transflash" id="divFlash" style="left:'+left+';text-align:center;background:#ffffff;position:absolute;left:'+left+';top:'+top+'px;width:'+largeur+'px;height:'+hauteur+'px;border:1px solid #000000;left:'+left+';">Pour une bonne visibilité, ce site nécessite la version 8 (minimum) du player Flash.<br>'
	+ 'Vous pouvez le télécharger en cliquant sur :<br><br><br>'
	+ '<a href="http://www.macromedia.com/go/getflash/" target="_blank"><img src="http://www.chirurgiens-esthetiques-plasticiens.com/la-chirurgie-esthetique/flash/install_now.gif" border="0"></a><br><br><a href="http://www.macromedia.com/go/getflash/" target="_blank"><img src="http://www.chirurgiens-esthetiques-plasticiens.com/la-chirurgie-esthetique/flash/get_flash.gif" border="0"></a><br><br><br>Une fois le player téléchargé, vous devez actualiser la page pour voir le bandeau animé du site.<br /><a href="javascript:document.getElementById(\'divFlash\').style.display=\'none\';void(0);" class="closediv">Fermer cette fenêtre</a></div>';
	document.write(alternateContent);
	if(document.getElementById('divFlash')){window.onload=function(){document.getElementById('divFlash').style.left=''+left+'px';}}
  }

