﻿function effacetextbox(idchamp)
{
	document.getElementById(idchamp).value = "";
}