function FlashMenu1()
{
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="97" title="">\n');
 
document.write('<param name="movie" value="FLA/bandeau1.swf" />\n');

document.write('<param name="quality" value="high">\n');

document.write('<param name="wmode" value="transparent">\n');

document.write('<embed src="FLA/bandeau1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="97" wmode="transparent">\n');

document.write('</embed>\n');

document.write('</object>\n');
}

// ------------------------------------------------------------------------------------

function FlashMenu2()
{
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="97" title="">\n');
 
document.write('<param name="movie" value="FLA/bandeau2.swf" />\n');

document.write('<param name="quality" value="high">\n');

document.write('<param name="wmode" value="transparent">\n');

document.write('<embed src="FLA/bandeau2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="97" wmode="transparent">\n');

document.write('</embed>\n');

document.write('</object>\n');
}

// ------------------------------------------------------------------------------------

function FlashPromo()
{
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="125" height="30" title="">\n');
 
document.write('<param name="movie" value="FLA/promo.swf" />\n');

document.write('<param name="quality" value="high">\n');

document.write('<param name="wmode" value="transparent">\n');

document.write('<embed src="FLA/promo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="125" height="30" wmode="transparent">\n');

document.write('</embed>\n');

document.write('</object>\n');
}

// ------------------------------------------------------------------------------------

function FlashIntro()
{
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="550" height="400" title="">\n');
 
document.write('<param name="movie" value="FLA/intro.html" />\n');

document.write('<param name="quality" value="high">\n');

document.write('<param name="wmode" value="transparent">\n');

document.write('<embed src="FLA/intro.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400" wmode="transparent">\n');

document.write('</embed>\n');

document.write('</object>\n');
}

// ------------------------------------------------------------------------------------