function ShowFlashAccueil()
{
	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="535" height="166">');
	document.write('<param name="movie" value="flash2007/Accueil_Version1.0.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent">');
	document.write('<embed src="flash2007/Accueil_Version1.0.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="535" height="166"></embed>');
	document.write('</object>');
}

function ShowFlashVoken()
  {
	document.write('<div id="GCFC" style="position:absolute; width:460px; height:250px; z-index:1; left: 184px; top: 106px; visibility: visible; background-color: #FFFFFF; layer-background-color: #FFFFFF; border: 1px none #000000;">');
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="460" height="250">');
    document.write('<param name="movie" value="../voken/voken.swf">');
    document.write('<param name="quality" value="high">');
	document.write('<param name="WMODE" value="transparent">');
    document.write('<embed src="../voken/voken.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="460" height="250"></embed>');
    document.write('</object>');
	document.write('</div>');
  }
  
function ShowFlashVokenV2Accueil()
{
    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="460" height="250" VIEWASTEXT>');
    document.write('  <param name="movie" value="flash2007/Voken2007_2.swf">');
    document.write('  <param name="quality" value="high">');
    document.write('  <embed src="flash2007/Voken2007_2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="460" height="250"></embed>');
    document.write('</object>');
}