function ajout_text(balise)
{
	VarTxt = window.prompt( 'Entrez votre texte','' );
	document.post.commentaire.value+= '<'+balise+'>'+VarTxt+'</'+balise+'>'
}
	
function ajout_smileys(balise)
{
	document.post.commentaire.value+= ':'+balise+':'
}