// Check to see if a player with Flash Product Install is available and the version does not meet the requirements for playback
if ( hasProductInstall && !hasReqestedVersion ) {
	document.write("Flash 6 ou supérieur mais pas de 8");   // embed the Flash Product Installation SWF
} else if (hasReqestedVersion) {  // if we've detected an acceptable version
	// rbqe_choisie est dans scripts.js
	var bandeau_images = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="580" height="150" align="middle">'
	+'<param name="allowScriptAccess" value="sameDomain" />'
	+'<param name="movie" value="/flash/bandeau_'+rbqe_choisie+'.swf" />'
	+'<param name="quality" value="high" />'
	+'<param name="bgcolor" />'
	+'<embed src="/flash/bandeau_'+rbqe_choisie+'.swf" quality="high" width="580" height="150" name="bandeau" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'
	+'</object>';
	document.write(bandeau_images);
//   document.write("Version correcte 8 ou supérieur.");   // embed the Flash Content SWF when all tests are passed
} else {  // flash is too old or we can't detect the plugin
//	if(rbqe_choisie=="" || rbqe_choisie==0){
	//document.write('<div class="texte_orange"><b>LA CASDEN, PARTENAIRE OFFICIEL DE L\'EQUIPE DE FRANCE FEMININE DE HANDBALL</b></div>');
	document.write('<img src="/flash/bandeau_'+rbqe_choisie+'.jpg" width="580" height="150" border="0" alt="CASDEN BANQUE POPULAIRE">');
}
document.write('<br /><br>');
