// Le visiteur a cliqué sur le lien pour bloguer
function bloguer()
{
		document.getElementById('ajaxVoirBloguerCorps').innerHTML =
			'<table width=100%><tr><td class=gras>To post this video on your blog, paste it in the content of the panel below.</td></tr><tr><td><textarea wrap="physical" readonly id="ajaxVoirBloguerEmbed" class=scrollbleu>'+codeEmbed+'</textarea></td></tr></table>';

	// On affiche la zone de reponse
	ajaxVoirAfficherMenu(4);
}