function displayVideo(swf, largeur, hauteur, alternatif)
{
	document.write('<embed src="scripts/mediaplayer.swf" width="'+largeur+'" height="'+hauteur+'" flashvars="width='+largeur+'&height='+hauteur+'&file='+swf+'" allowscriptaccess="always" allowfullscreen="true" /></embed>');
}
