function flash_logo()
{
  document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH=305 HEIGHT=110>\n');
  document.write('<PARAM NAME=movie VALUE="images/ifapte.swf">\n');
  document.write('<PARAM NAME=quality VALUE=high>\n');
  document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>\n');
  document.write('<PARAM NAME="LOOP" VALUE="false">\n');
  document.write('<EMBED src="images/ifapte.swf" quality=high bgcolor=#FFFFFF  WIDTH=305 HEIGHT=110 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>\n');
  document.write('</OBJECT>\n');
}


function flash_accueil()
{
  document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.#version=5,0,30,0" height="400" width="640" ID="Shockwaveflash1" VIEWASTEXT>\n');
  document.write('<PARAM name="movie" value="../images/regardez.swf">\n');
  document.write('<PARAM name="quality" value="best">\n');
  document.write('<PARAM name="play" value="true">\n');
  document.write('<PARAM NAME="LOOP" VALUE="false">\n');
  document.write('<EMBED pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="../images/regardez.swf" type="application/x-shockwave-flash" width="640" height="400" quality="best" play="true">\n');
  document.write('</OBJECT>\n');
}

