// JavaScript Document
function bandeau()
{ 
document.write('<object type="application/x-shockwave-flash" data="bandeau.swf" width="980" height="258">\n'); 
document.write('<param name="wmode" value="Transparent">\n'); 
document.write('<param name="movie" value="bandeau.swf">\n'); 
document.write('<param name="quality" value="high">\n'); 
document.write('<param name="menu" value="false">\n'); 
document.write('</object>\n'); 
} 
function bandeau2()
{ 
document.write('<object type="application/x-shockwave-flash" data="bandeau2.swf" width="980" height="258">\n'); 
document.write('<param name="wmode" value="Transparent">\n'); 
document.write('<param name="movie" value="bandeau.swf">\n'); 
document.write('<param name="quality" value="high">\n'); 
document.write('<param name="menu" value="false">\n'); 
document.write('</object>\n'); 
} 