/* Fonction d'intégration du Flash */
function run_flash(id,url,version,width,height,WMode,BGColor,Play,Loop,Menu,Quality,Scale,ParmaSupp,Noscript) {
document.write('<OBJECT id='+id+'codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+version+',0,0,0 width='+width+' height='+height+' align=center classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>\n'); 
document.write('<param name="movie" value="'+url+'">\n'); 
document.write('<PARAM NAME="Play" VALUE="'+Play+'">\n');
document.write('<PARAM NAME="Loop" VALUE="'+Loop+'">\n');
document.write('<PARAM NAME="Menu" VALUE="'+Menu+'">\n');
document.write('<PARAM NAME="Quality" VALUE="'+Quality+'">\n');
document.write('<PARAM NAME="Scale" VALUE="'+Scale+'">\n');
document.write('<PARAM NAME="WMode" VALUE="'+WMode+'">\n');
document.write('<PARAM NAME="BGColor" VALUE="'+BGColor+'">\n');
document.write(ParmaSupp+'\n');
document.write('<embed NAME="'+id+'" src="'+url+'" width="'+width+'" height="'+height+'" menu="'+Menu+'" Scale="'+Scale+'"quality="'+Quality+'" wmode="'+WMode+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>\n'); 
document.write('<noscript>'+Noscript+'</noscript>\n'); 
document.write('</object>\n'); 
}