function Flash(swf, hauteur, largeur, couleur, nom, remp) {
	document.write('<object type="application/x-shockwave-flash" data="'+swf+'" width="'+hauteur+'" height="'+largeur+'">'+"\n");
	document.write('<param name="movie" value="'+swf+'" />'+"\n");	document.write('<param name="bgcolor" value="'+couleur+'" />'+"\n");
	document.write('<param name="quality" value="high" />'+"\n");	document.write('<param name="movie" value="'+swf+'" />'+"\n");
	document.write('<embed name="_011105" src="'+swf+'" quality="high" width="'+hauteur+'" height="'+largeur+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>'+"\n");
	document.write('');
	document.write(remp+"\n");
	document.write("</object>\n");
}