function flash_transparent (source, hauteur, largeur)
{
	document.write('<object class="objet_flash" type="application/x-shockwave-flash" data="/images/animations-flash/'+source+'" width="'+largeur+'" height="'+hauteur+'">');
	document.write('<param name="movie" value="/images/animations-flash/'+source+'" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('</object>');
}

function affiche_flash(source)
{
	document.write(source);
}