/*
	appels externes des objets Flash, suite à Màj IE Windows/Active-x
	mai 2006
*/


function afficherFilmEntree ()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="532" height="279" id="entree16">');
	document.write('<param name="movie" value="public/medias/entree.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="bgcolor" value=#B8AFAB>\n');
	document.write('<embed src="public/medias/entree.swf" width="532" height="279" quality="high" bgcolor="#B8AFAB" name="entree16" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>\n');
	document.write('</object>\n');
}


function afficherFilmAccueil ()
{
	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="136" height="114">\n');
	document.write('<param name="movie" value="medias/accueil.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="medias/accueil.swf" width="136" height="114" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>\n');
	document.write('</object>\n');
}

function afficherFilmGauche ()
{
	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="139" height="262">\n');
	document.write('<param name="movie" value="medias/anim_ga.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="medias/anim_ga.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="139" height="262"> </embed>\n');
	document.write('</object>\n');
}

