function choixPage(page)
{
	document.getElementById('pageActuel').value = page;
	document.getElementById('formChoixPage').submit();
}

function supprimerCommentaire(id)
{
	if(confirm('Attention, vous allez supprimer ce commentaire. Voulez-vous continuer ?'))
	{
		window.location="index.php?nomModule=commentaires&action=supprimer&idComm="+id
	}
}
